X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_query_namespace.c;h=795cd0e28a4996f085dc12255320a69c1f6233c3;hb=af679dc8a1dc74b7e4b204ccc1b6e187299ab896;hp=805b5101eaf09506ac8b4d488b85329fc5748771;hpb=9530aa5d9ba02e3b186aec0c24a1fa7824b7b086;p=citadel.git diff --git a/citadel/modules/xmpp/xmpp_query_namespace.c b/citadel/modules/xmpp/xmpp_query_namespace.c index 805b5101e..795cd0e28 100644 --- a/citadel/modules/xmpp/xmpp_query_namespace.c +++ b/citadel/modules/xmpp/xmpp_query_namespace.c @@ -1,7 +1,7 @@ /* * Handle type situations (namespace queries) * - * Copyright (c) 2007-2009 by Art Cancro + * Copyright (c) 2007-2015 by Art Cancro and citadel.org * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -78,12 +78,13 @@ void xmpp_iq_roster_query(void) struct CitContext *cptr; int nContexts, i; + syslog(LOG_DEBUG, "Roster push!"); cprintf(""); cptr = CtdlGetContextArray(&nContexts); if (cptr) { for (i=0; iserver_name, sizeof xmlbuf) ); } else { - cprintf("server_name, sizeof xmlbuf) ); } if (!IsEmptyStr(iq_from)) { cprintf("to=\"%s\" ", xmlesc(xmlbuf, iq_from, sizeof xmlbuf));