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