X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_presence.c;fp=citadel%2Fmodules%2Fxmpp%2Fxmpp_presence.c;h=b4b09b1cffc57b8ecbbc82e4f407a47425bcbc20;hp=9191f8f65561b413cc28c4b7e2938e360be6f105;hb=4b0153bbdd15ddc4bc7b6193ff7ecb531b330a3c;hpb=8715459d63e42b5b27cab8259d084ec6475a373f diff --git a/citadel/modules/xmpp/xmpp_presence.c b/citadel/modules/xmpp/xmpp_presence.c index 9191f8f65..b4b09b1cf 100644 --- a/citadel/modules/xmpp/xmpp_presence.c +++ b/citadel/modules/xmpp/xmpp_presence.c @@ -65,7 +65,7 @@ */ void xmpp_indicate_presence(char *presence_jid) { - XPrint(HKEY("presence"), + XPrint(HKEY("presence"), XCLOSED, XPROPERTY("from", presence_jid, strlen(presence_jid)), XPROPERTY("to", XMPP->client_jid, strlen(XMPP->client_jid)), TYPE_ARGEND);