X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_query_namespace.c;h=42875074ee7c882766ffe7db4f80eee9ba7da640;hb=c5931fff7cb33567d6fcedfea165a7a0437bd10d;hp=6dad562b399ac1d16f642a00ff6d770ff7c8998c;hpb=3e304fcdabe4753960b394108543819e52dc8aec;p=citadel.git diff --git a/citadel/modules/xmpp/xmpp_query_namespace.c b/citadel/modules/xmpp/xmpp_query_namespace.c index 6dad562b3..42875074e 100644 --- a/citadel/modules/xmpp/xmpp_query_namespace.c +++ b/citadel/modules/xmpp/xmpp_query_namespace.c @@ -122,7 +122,7 @@ void xmpp_query_namespace(char *iq_id, char *iq_from, char *iq_to, char *query_x */ if ( (!strcasecmp(query_xmlns, "jabber:iq:roster:query")) - && (!strcasecmp(query_xmlns, "jabber:iq:auth:query")) + || (!strcasecmp(query_xmlns, "jabber:iq:auth:query")) ) { supported_namespace = 1; }