Send an error reply for unhandled IQ stanzas.
This commit is contained in:
parent
e71c601cbe
commit
08e9104a17
3 changed files with 37 additions and 4 deletions
|
@ -36,7 +36,7 @@
|
|||
- (void)connection: (XMPPConnection*)conn
|
||||
wasBoundToJID: (XMPPJID*)jid;
|
||||
- (void)connectionDidReceiveRoster: (XMPPConnection*)conn;
|
||||
- (void)connection: (XMPPConnection*)conn
|
||||
- (BOOL)connection: (XMPPConnection*)conn
|
||||
didReceiveIQ: (XMPPIQ*)iq;
|
||||
- (void)connection: (XMPPConnection*)conn
|
||||
didReceivePresence: (XMPPPresence*)pres;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue