mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
6 lines
214 B
Erlang
6 lines
214 B
Erlang
-record(motd, {server = <<"">> :: binary(),
|
|
packet = #xmlel{} :: xmlel()}).
|
|
|
|
-record(motd_users, {us = {<<"">>, <<"">>} :: {binary(), binary()} | '$1',
|
|
dummy = [] :: [] | '_'}).
|