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:
parent
a57bdfffb7
commit
a4bb695fc3
7 changed files with 131 additions and 22 deletions
|
@ -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()},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue