comments change
authorArt Cancro <ajc@citadel.org>
Tue, 27 Nov 2007 22:43:08 +0000 (22:43 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 27 Nov 2007 22:43:08 +0000 (22:43 +0000)
citadel/modules/jabber/serv_xmpp.c

index 7c19e509dbb47ea9e17373dd42d264db49e36217..90425064ddcb2a7ee7e930b26ae38700d1c09045 100644 (file)
@@ -84,7 +84,7 @@ void xmpp_stream_start(void *data, const char *supplied_el, const char **attr)
        /* Sessions... */
        cprintf("<session xmlns=\"urn:ietf:params:xml:ns:xmpp-session\"/>");
 
-       /* A really bad SASL implementation... */
+       /* SASL (but only if we're not already logged in; this is important!) ... */
        if (!CC->logged_in) {
                xmpp_output_auth_mechs();
        }