mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Add mod_mam header file
This commit is contained in:
parent
fb0ecf3361
commit
64fdbe7866
15
include/mod_mam.hrl
Normal file
15
include/mod_mam.hrl
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
-record(archive_msg,
|
||||||
|
{us = {<<"">>, <<"">>} :: {binary(), binary()} | '$2',
|
||||||
|
id = <<>> :: binary() | '_',
|
||||||
|
timestamp = p1_time_compat:timestamp() :: erlang:timestamp() | '_' | '$1',
|
||||||
|
peer = {<<"">>, <<"">>, <<"">>} :: ljid() | '_' | '$3' | undefined,
|
||||||
|
bare_peer = {<<"">>, <<"">>, <<"">>} :: ljid() | '_' | '$3',
|
||||||
|
packet = #xmlel{} :: xmlel() | '_',
|
||||||
|
nick = <<"">> :: binary(),
|
||||||
|
type = chat :: chat | groupchat}).
|
||||||
|
|
||||||
|
-record(archive_prefs,
|
||||||
|
{us = {<<"">>, <<"">>} :: {binary(), binary()},
|
||||||
|
default = never :: never | always | roster,
|
||||||
|
always = [] :: [ljid()],
|
||||||
|
never = [] :: [ljid()]}).
|
Loading…
Reference in New Issue
Block a user