Make method names more consistent with ObjFW.
This commit is contained in:
parent
89b1f86a4d
commit
00a064a4a5
7 changed files with 66 additions and 54 deletions
|
@ -169,8 +169,8 @@ OF_APPLICATION_DELEGATE(AppDelegate)
|
|||
ID: [conn generateStanzaID]];
|
||||
[iq addChild: [OFXMLElement elementWithName: @"ping"
|
||||
namespace: @"urn:xmpp:ping"]];
|
||||
[conn sendIQ: iq
|
||||
withCallbackBlock: ^ (XMPPConnection *c, XMPPIQ *resp) {
|
||||
[conn sendIQ: iq
|
||||
callbackBlock: ^ (XMPPConnection *c, XMPPIQ *resp) {
|
||||
of_log(@"Ping response: %@", resp);
|
||||
}];
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue