X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fserv_xmpp.h;fp=citadel%2Fmodules%2Fxmpp%2Fserv_xmpp.h;h=97264ff30a5f6dfd435c76a5c99bc464e72a7212;hp=ba19e7af26265f92f62c8edb615b3e3ad811fa63;hb=8904d5e7123ba2f4588f48deed392b1a2d9faa39;hpb=7ad28ef5f9698f8bc237937ea25e77739d5b208f diff --git a/citadel/modules/xmpp/serv_xmpp.h b/citadel/modules/xmpp/serv_xmpp.h index ba19e7af2..97264ff30 100644 --- a/citadel/modules/xmpp/serv_xmpp.h +++ b/citadel/modules/xmpp/serv_xmpp.h @@ -31,6 +31,7 @@ typedef struct _citxmpp { /* Information about the current session */ int last_event_processed; TheToken_iq IQ; + TheToken_message Message; char iq_client_username[256]; /* username requested by the client (NON SASL ONLY) */ char iq_client_password[256]; /* password requested by the client (NON SASL ONLY) */