Handle roster pushs
This commit is contained in:
parent
a9443417bc
commit
5fd19a3d1f
3 changed files with 85 additions and 20 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue