Add XMPPDisco*.h to ObjXMPP.h, remove debug code
This commit is contained in:
parent
beeb3e617e
commit
56e3aef482
2 changed files with 4 additions and 3 deletions
|
@ -37,3 +37,7 @@
|
||||||
|
|
||||||
#import "XMPPContact.h"
|
#import "XMPPContact.h"
|
||||||
#import "XMPPContactManager.h"
|
#import "XMPPContactManager.h"
|
||||||
|
|
||||||
|
#import "XMPPDiscoEntity.h"
|
||||||
|
#import "XMPPDiscoNode.h"
|
||||||
|
#import "XMPPDiscoIdentity.h"
|
||||||
|
|
|
@ -90,12 +90,9 @@
|
||||||
- (BOOL)connection: (XMPPConnection*)connection
|
- (BOOL)connection: (XMPPConnection*)connection
|
||||||
didReceiveIQ: (XMPPIQ*)IQ
|
didReceiveIQ: (XMPPIQ*)IQ
|
||||||
{
|
{
|
||||||
of_log(@"Called connection:didReceiveIQ:... %@ %@", [IQ to], _JID);
|
|
||||||
if (![[IQ to] isEqual: _JID])
|
if (![[IQ to] isEqual: _JID])
|
||||||
return NO;
|
return NO;
|
||||||
|
|
||||||
of_log(@"...that is for us");
|
|
||||||
|
|
||||||
OFXMLElement *query = [IQ elementForName: @"query"
|
OFXMLElement *query = [IQ elementForName: @"query"
|
||||||
namespace: XMPP_NS_DISCO_ITEMS];
|
namespace: XMPP_NS_DISCO_ITEMS];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue