X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_presence.c;fp=citadel%2Fmodules%2Fxmpp%2Fxmpp_presence.c;h=3a06c68f79979ca2c148869c5f2a89bf85b0eb21;hb=313ec8cd15d8b4b0490862ef294f3aaa6390172c;hp=4c2d50ade321a9cdfe4ede9ef1d9de0bc5b5cb0f;hpb=73bcf6081a14008eb1020126273f133a324bb910;p=citadel.git diff --git a/citadel/modules/xmpp/xmpp_presence.c b/citadel/modules/xmpp/xmpp_presence.c index 4c2d50ade..3a06c68f7 100644 --- a/citadel/modules/xmpp/xmpp_presence.c +++ b/citadel/modules/xmpp/xmpp_presence.c @@ -67,10 +67,7 @@ void xmpp_indicate_presence(char *presence_jid) { char xmlbuf[256]; -<<<<<<< HEAD - syslog(LOG_DEBUG, "XMPP: indicating presence of <%s> to <%s>", presence_jid, XMPP->client_jid); -======= ->>>>>>> 1c0b8162b0a90f2e97028a531005c11b09441498 + XMPP_syslog(LOG_DEBUG, "XMPP: indicating presence of <%s> to <%s>", presence_jid, XMPP->client_jid); cprintf("", xmlesc(xmlbuf, XMPP->client_jid, sizeof xmlbuf)); }