XMPP: continue work on message body
[citadel.git] / citadel / modules / xmpp / serv_xmpp.h
index ba19e7af26265f92f62c8edb615b3e3ad811fa63..97264ff30a5f6dfd435c76a5c99bc464e72a7212 100644 (file)
@@ -31,6 +31,7 @@ typedef struct _citxmpp {                     /* Information about the current session */
        int last_event_processed;
 
        TheToken_iq IQ;
        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) */
 
        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) */