Oops, forgot to adjust tests.

This commit is contained in:
Jonathan Schleifer 2012-02-04 13:32:11 +01:00
parent 39e245987c
commit db1a84295d

View file

@ -159,7 +159,7 @@ OF_APPLICATION_DELEGATE(AppDelegate)
[iq addChild: [OFXMLElement elementWithName: @"ping"
namespace: @"urn:xmpp:ping"]];
[conn sendIQ: iq
withCallbackBlock: ^(XMPPIQ* resp) {
withCallbackBlock: ^ (XMPPConnection *c, XMPPIQ *resp) {
of_log(@"Ping response: %@", resp);
}];
#endif