Add missing messages
This commit is contained in:
parent
75354159c1
commit
f6bfef0615
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue