From f6bfef0615f433d03c5ba9c057427e15d3fd03bb Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Mon, 16 Jan 2012 23:33:53 +0100 Subject: [PATCH] Add missing messages --- src/XMPPConnection.m | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/XMPPConnection.m b/src/XMPPConnection.m index fe0814d..3f7383e 100644 --- a/src/XMPPConnection.m +++ b/src/XMPPConnection.m @@ -959,6 +959,16 @@ withCallbackBlock: (xmpp_callback_block)callback; @end @implementation OFObject (XMPPConnectionDelegate) +- (void)connection: (XMPPConnection*)connection + didReceiveElement: (OFXMLElement*)element +{ +} + +- (void)connection: (XMPPConnection*)connection + didSendElement: (OFXMLElement*)element +{ +} + - (void)connectionWasAuthenticated: (XMPPConnection*)connection { }