]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/jabber/serv_xmpp.h
Handle <message> stanzas with no body by clearing out
[citadel.git] / citadel / modules / jabber / serv_xmpp.h
index b9140bd5c2df4f1627485dbcfcc32d7c5dfb2434..b3d55d09fe9babd4460a24a216e25df563ae1ad1 100644 (file)
@@ -24,6 +24,7 @@ struct citxmpp {                      /* Information about the current session */
 
        char message_to[256];
        char *message_body;             /* Message body in transit */
+       int html_tag_level;             /* <html> tag nesting level */
 };
 
 #define XMPP ((struct citxmpp *)CC->session_specific_data)