Revert xmpp back to a working state
[citadel.git] / citadel / modules / xmpp / serv_xmpp.c
index 457b2bd459dcb66092426561140a725610a640ea..7986cb573fdb254de00bac8f1684f79cff2896e6 100644 (file)
@@ -208,13 +208,13 @@ void xmpp_stream_start(void *data, const char *supplied_el, const char **attr)
 
        /*
         * TLS encryption (but only if it isn't already active)
-        */ 
+        * 
 #ifdef HAVE_OPENSSL
        if (!CC->redirect_ssl) {
                cprintf("<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'></starttls>");
        }
 #endif
-
+       */
        if (!CC->logged_in) {
                /* If we're not logged in yet, offer SASL as our feature set */
                xmpp_output_auth_mechs();