Add XMPPDisco*.h to ObjXMPP.h, remove debug code

This commit is contained in:
Florian Zeitz 2013-03-23 23:06:41 +01:00
parent beeb3e617e
commit 56e3aef482
2 changed files with 4 additions and 3 deletions

View file

@ -90,12 +90,9 @@
- (BOOL)connection: (XMPPConnection*)connection
didReceiveIQ: (XMPPIQ*)IQ
{
of_log(@"Called connection:didReceiveIQ:... %@ %@", [IQ to], _JID);
if (![[IQ to] isEqual: _JID])
return NO;
of_log(@"...that is for us");
OFXMLElement *query = [IQ elementForName: @"query"
namespace: XMPP_NS_DISCO_ITEMS];