Add missing messages

This commit is contained in:
Florian Zeitz 2012-01-16 23:33:53 +01:00
parent 75354159c1
commit f6bfef0615

View file

@ -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
{
}