mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:05:10 +00:00
[ADD/WIP] DM markers
This commit is contained in:
parent
8d2c47c5fd
commit
033274a0e3
2 changed files with 10 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue