Add XMPPRosterItem class.

This commit is contained in:
Jonathan Schleifer 2011-03-28 01:47:48 +02:00
parent 8ea345c02c
commit 56ddb5c8de
4 changed files with 36 additions and 12 deletions

View file

@ -162,7 +162,7 @@
stringValue: from_.fullJID];
}
- (OFString*)from
- (XMPPJID*)from
{
return [[from copy] autorelease];
}
@ -180,7 +180,7 @@
stringValue: to_.fullJID];
}
- (OFString*)to
- (XMPPJID*)to
{
return [[to copy] autorelease];
}