Handle roster pushs

This commit is contained in:
Florian Zeitz 2011-04-04 00:48:37 +02:00
parent a9443417bc
commit 5fd19a3d1f
3 changed files with 85 additions and 20 deletions

View file

@ -136,6 +136,12 @@ OF_APPLICATION_DELEGATE(AppDelegate)
[conn sendStanza: pres];
}
- (void)connection: (XMPPConnection*)conn
didReceiveRosterItem: (XMPPRosterItem*)rosterItem
{
of_log(@"Got roster push: %@", rosterItem);
}
- (BOOL)connection: (XMPPConnection*)conn
didReceiveIQ: (XMPPIQ*)iq
{