Move all roster handling code to XMPPRoster.

This commit is contained in:
Jonathan Schleifer 2011-04-25 19:48:30 +02:00
parent 82982768bc
commit f651384d81
5 changed files with 121 additions and 116 deletions

View file

@ -120,7 +120,7 @@ OF_APPLICATION_DELEGATE(AppDelegate)
{
of_log(@"Bound to JID: %@", [jid fullJID]);
[conn requestRoster];
[[conn roster] requestRoster];
}
- (void)connectionDidReceiveRoster: (XMPPConnection*)conn