* Disable the XMPP-mortuary code. It's not ready for production yet.
[citadel.git] / citadel / modules / xmpp / serv_xmpp.c
index b3cdab14ff87455203f189d6e7fb83af7c8e069e..0daf9ac022886dd857636e87f26aa1d0bf5e6158 100644 (file)
@@ -392,7 +392,7 @@ void xmpp_xml_end(void *data, const char *supplied_el) {
 
        else if (!strcasecmp(el, "stream")) {
                CtdlLogPrintf(CTDL_DEBUG, "XMPP client shut down their stream\n");
-               xmpp_massacre_roster();
+               /* xmpp_massacre_roster(); FIXME put this back in when it's finished */
                cprintf("</stream>\n");
                CC->kill_me = 1;
        }