X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fserv_xmpp.c;h=b3cdab14ff87455203f189d6e7fb83af7c8e069e;hb=c5931fff7cb33567d6fcedfea165a7a0437bd10d;hp=0ccf6861eb4b4e693d29cbda82c5a6dfa78ff453;hpb=3e304fcdabe4753960b394108543819e52dc8aec;p=citadel.git diff --git a/citadel/modules/xmpp/serv_xmpp.c b/citadel/modules/xmpp/serv_xmpp.c index 0ccf6861e..b3cdab14f 100644 --- a/citadel/modules/xmpp/serv_xmpp.c +++ b/citadel/modules/xmpp/serv_xmpp.c @@ -392,7 +392,8 @@ 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"); - cprintf("\n"); + xmpp_massacre_roster(); + cprintf("\n"); CC->kill_me = 1; }