]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/jabber/serv_xmpp.h
Minor xml fix to xmpp server
[citadel.git] / citadel / modules / jabber / serv_xmpp.h
index c5fb645c9e441b282657ec9d0cd93722c5ade098..7a902fcd6f9e36e869dfb3abf0c59d36a99f794a 100644 (file)
@@ -11,6 +11,7 @@ struct citxmpp {                      /* Information about the current session */
        int chardata_alloc;
        char client_jid[256];           /* "full JID" of the client */
 
+       char iq_type[256];
        char iq_bind_id[256];           /* for <iq> stanzas */
        char iq_client_resource[256];   /* resource name requested by the client */
        int iq_session;                 /* nonzero == client is requesting a session */