XMPP: continue work on message body
[citadel.git] / citadel / modules / xmpp / serv_xmpp.h
index 2137ea33088967f5be102c9967b7f29fbc5ba53c..97264ff30a5f6dfd435c76a5c99bc464e72a7212 100644 (file)
@@ -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) */
@@ -59,7 +60,6 @@ struct xmpp_event {
        int session_which_generated_this_event;
 };
 
-extern struct xmpp_event *xmpp_queue;
 extern int queue_event_seq;
 
 enum {