Add XMPPRosterItem class.
This commit is contained in:
parent
8ea345c02c
commit
56ddb5c8de
4 changed files with 36 additions and 12 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue