From bc3e5ab83a2d48a1f75f49e3605c1b0a868eb709 Mon Sep 17 00:00:00 2001 From: LDA Date: Wed, 26 Jun 2024 03:59:43 +0200 Subject: [PATCH] [MOD] I will never beat those. --- src/XMPP/Stanza.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/XMPP/Stanza.c b/src/XMPP/Stanza.c index 4e4aefd..15dcbb1 100644 --- a/src/XMPP/Stanza.c +++ b/src/XMPP/Stanza.c @@ -48,6 +48,11 @@ XMPPSendPlain(XMPPComponent *comp, char *fr, char *to, char *msg, char *type, ch text_elem = XMLCreateText("\"LDA HANG YOURSELF\" - Zayd"); XMLAddChild(parsee_text, text_elem); XMLAddChild(parsee, parsee_text); + + parsee_text = XMLCreateTag("mcnebs-note"); + text_elem = XMLCreateText("LDA will never beat the allegations"); + XMLAddChild(parsee_text, text_elem); + XMLAddChild(parsee, parsee_text); /* TODO: Add custom fields depending on the caller's wishes */ }