* Reenabled the XMPP mortuary. If there's still a bug in this I need to find it.
[citadel.git] / citadel / modules / xmpp / serv_xmpp.c
index 977b6dea4c68a8b8453dde178f2a5176c41c0d46..093e80b57174074829ea19061a1dc34ba14202ed 100644 (file)
@@ -391,7 +391,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(); FIXME put this back in when it's finished */
+               xmpp_massacre_roster();
                cprintf("</stream>\n");
                CC->kill_me = 1;
        }