* In a rare eureka-moment, discovered that my XML string escape function was only...
[citadel.git] / citadel / modules / xmpp / xmpp_presence.c
index e1621a9048d71ab50473bb7975bc4988723f2c54..2866daa97c1a432440dd0c31eb18e17abf26c614 100644 (file)
@@ -303,6 +303,14 @@ 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);