Add XMPPRoster class.

This commit is contained in:
Jonathan Schleifer 2011-03-28 15:14:27 +02:00
parent 3e97096129
commit 915d5b5cab
9 changed files with 239 additions and 34 deletions

View file

@ -201,4 +201,9 @@
return [OFString stringWithFormat: @"%@/%@",
domain, resource];
}
- (OFString*)description
{
return [self fullJID];
}
@end