Send an error reply for unhandled IQ stanzas.

This commit is contained in:
Jonathan Schleifer 2011-03-21 21:36:59 +01:00
parent e71c601cbe
commit 08e9104a17
3 changed files with 37 additions and 4 deletions

View file

@ -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;