Index: src/XMPPConnection.m ================================================================== --- src/XMPPConnection.m +++ src/XMPPConnection.m @@ -957,10 +957,20 @@ return [[roster retain] autorelease]; } @end @implementation OFObject (XMPPConnectionDelegate) +- (void)connection: (XMPPConnection*)connection + didReceiveElement: (OFXMLElement*)element +{ +} + +- (void)connection: (XMPPConnection*)connection + didSendElement: (OFXMLElement*)element +{ +} + - (void)connectionWasAuthenticated: (XMPPConnection*)connection { } - (void)connection: (XMPPConnection*)connection