]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/jabber/serv_xmpp.h
Require <bind> tag for bind attempts.
[citadel.git] / citadel / modules / jabber / serv_xmpp.h
index b3d55d09fe9babd4460a24a216e25df563ae1ad1..f00bd743d859018a8dde16d80b499a7ebfa6cc06 100644 (file)
@@ -25,6 +25,8 @@ 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 */
+
+       int bind_requested;             /* In this stanza, client is asking server to bind a resource. */
 };
 
 #define XMPP ((struct citxmpp *)CC->session_specific_data)