1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

Support for XEP-0424 "Message Retraction"

This commit is contained in:
Alexey Shchepin 2023-12-27 08:49:39 +03:00
parent a57bdfffb7
commit a4bb695fc3
7 changed files with 131 additions and 22 deletions

View file

@ -26,7 +26,8 @@
bare_peer = {<<"">>, <<"">>, <<"">>} :: ljid(),
packet = #xmlel{} :: xmlel() | message(),
nick = <<"">> :: binary(),
type = chat :: chat | groupchat}).
type = chat :: chat | groupchat,
origin_id :: binary()}).
-record(archive_prefs,
{us = {<<"">>, <<"">>} :: {binary(), binary()},