[ADD/WIP] DM markers

This commit is contained in:
LDA 2024-07-06 17:32:31 +02:00
commit 033274a0e3
2 changed files with 10 additions and 3 deletions

View file

@ -87,6 +87,11 @@ XMPPSendPlainID(XMPPComponent *comp, char *fr, char *to, char *msg, char *type,
XMLAddAttr(request, "xmlns", "urn:xmpp:receipts");
XMLAddChild(message, request);
}
{
XMLElement *markable = XMLCreateTag("markable");
XMLAddAttr(markable, "xmlns", "urn:xmpp:chat-markers:0");
XMLAddChild(message, markable);
}
if (oob)
{