XMPP: commit xprint statement.
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 14 Nov 2013 20:45:42 +0000 (21:45 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 14 Nov 2013 20:45:42 +0000 (21:45 +0100)
citadel/modules/xmpp/xmpp_query_namespace.c

index 8bb9b442b283082cce6574b7c1a622c640a32aba..e7fcc0c8a98bba7a336e646ec46fc17a8005bbb2 100644 (file)
@@ -151,7 +151,8 @@ void xmpp_query_namespace(TheToken_iq *IQ/*char *iq_id, char *iq_from, char *iq_
        XPrint(HKEY("iq"), 0,
               XPROPERTY("type", TypeStr, TLen),
               XSPROPERTY("to",  IQ->from),
        XPrint(HKEY("iq"), 0,
               XPROPERTY("type", TypeStr, TLen),
               XSPROPERTY("to",  IQ->from),
-              XSPROPERTY("id",   IQ->id));
+              XSPROPERTY("id",   IQ->id),
+              TYPE_ARGEND);
 
        /*
         * Is this a query we know how to handle?
 
        /*
         * Is this a query we know how to handle?