Oops, forgot a few changes.
This commit is contained in:
parent
db1a84295d
commit
4a02854dec
4 changed files with 18 additions and 9 deletions
|
@ -79,7 +79,8 @@
|
|||
namespace: XMPP_NS_ROSTER]];
|
||||
[connection sendIQ: iq
|
||||
withCallbackObject: self
|
||||
selector: @selector(XMPP_handleInitialRoster:)];
|
||||
selector: @selector(XMPP_handleInitialRosterForConnection:
|
||||
withIQ:)];
|
||||
}
|
||||
|
||||
- (BOOL)connection: (XMPPConnection*)connection_
|
||||
|
@ -236,7 +237,8 @@
|
|||
return rosterItem;
|
||||
}
|
||||
|
||||
- (void)XMPP_handleInitialRoster: (XMPPIQ*)iq
|
||||
- (void)XMPP_handleInitialRosterForConnection: (XMPPConnection*)connection
|
||||
withIQ: (XMPPIQ*)iq
|
||||
{
|
||||
OFXMLElement *rosterElement;
|
||||
OFEnumerator *enumerator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue