Add XMPPRoster class.
This commit is contained in:
parent
3e97096129
commit
915d5b5cab
9 changed files with 239 additions and 34 deletions
|
@ -201,4 +201,9 @@
|
|||
return [OFString stringWithFormat: @"%@/%@",
|
||||
domain, resource];
|
||||
}
|
||||
|
||||
- (OFString*)description
|
||||
{
|
||||
return [self fullJID];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue