* Changed the logic of how we inform the client about dead buddies. Instead of pushi...
[citadel.git] / citadel / modules / xmpp / xmpp_presence.c
index ebb3576c2312c35104696d3a75dabfec512853ba..e53b26cc0bb5cc1b3fd42667eb90624cc662f1c4 100644 (file)
@@ -126,6 +126,7 @@ void xmpp_destroy_buddy(char *presence_jid) {
        if (!XMPP) return;
        if (!XMPP->client_jid) return;
 
+       CtdlLogPrintf(CTDL_DEBUG, "\033[31mdestroy_buddy(%s)\033[0m\n", presence_jid);
        /* Transmit non-presence information */
        cprintf("<presence type=\"unavailable\" from=\"%s\" to=\"%s\"></presence>",
                presence_jid, XMPP->client_jid