Oops, forgot to adjust tests.
This commit is contained in:
parent
39e245987c
commit
db1a84295d
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ OF_APPLICATION_DELEGATE(AppDelegate)
|
||||||
[iq addChild: [OFXMLElement elementWithName: @"ping"
|
[iq addChild: [OFXMLElement elementWithName: @"ping"
|
||||||
namespace: @"urn:xmpp:ping"]];
|
namespace: @"urn:xmpp:ping"]];
|
||||||
[conn sendIQ: iq
|
[conn sendIQ: iq
|
||||||
withCallbackBlock: ^(XMPPIQ* resp) {
|
withCallbackBlock: ^ (XMPPConnection *c, XMPPIQ *resp) {
|
||||||
of_log(@"Ping response: %@", resp);
|
of_log(@"Ping response: %@", resp);
|
||||||
}];
|
}];
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue