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=d716d4b1a3b39b9bd4f35e3be040653dd51e23c9;hp=3a06c68f79979ca2c148869c5f2a89bf85b0eb21;hb=2dea277848e779e7a923c9b4c8b98414d41abbda;hpb=6d2eb0194d859fbc6a31ea2c5a8b4e1624070e0a diff --git a/citadel/modules/xmpp/xmpp_presence.c b/citadel/modules/xmpp/xmpp_presence.c index 3a06c68f7..d716d4b1a 100644 --- a/citadel/modules/xmpp/xmpp_presence.c +++ b/citadel/modules/xmpp/xmpp_presence.c @@ -1,7 +1,7 @@ /* * Handle XMPP presence exchanges * - * Copyright (c) 2007-2010 by Art Cancro + * Copyright (c) 2007-2015 by Art Cancro and citadel.org * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -148,7 +148,7 @@ void xmpp_destroy_buddy(char *presence_jid, int aggressively) { ); } - // FIXME ... we should implement xmpp_indicate_nonpresence so we can use it elsewhere + // note: we should implement xmpp_indicate_nonpresence so we can use it elsewhere /* Do an unsolicited roster update that deletes the contact. */ cprintf("", @@ -310,14 +310,6 @@ void xmpp_store_mortuary(HashList *mortuary) { } DeleteHashPos(&HashPos); - /* FIXME temp crap - StrBufAppendPrintf(themsg, "foo@bar.com\n"); - StrBufAppendPrintf(themsg, "baz@quux.com\n"); - StrBufAppendPrintf(themsg, "haha%c\n", 1); - StrBufAppendPrintf(themsg, "baaaz@quux.com\n"); - StrBufAppendPrintf(themsg, "baaaz@quuuuuux.com\n"); - */ - /* Delete the old mortuary */ CtdlDeleteMessages(USERCONFIGROOM, NULL, 0, XMPPMORTUARY);