mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Clean mod_announce.erl from DB specific code
This commit is contained in:
parent
cd094bc903
commit
b5d1ce795f
5 changed files with 391 additions and 286 deletions
5
include/mod_announce.hrl
Normal file
5
include/mod_announce.hrl
Normal file
|
@ -0,0 +1,5 @@
|
|||
-record(motd, {server = <<"">> :: binary(),
|
||||
packet = #xmlel{} :: xmlel()}).
|
||||
|
||||
-record(motd_users, {us = {<<"">>, <<"">>} :: {binary(), binary()} | '$1',
|
||||
dummy = [] :: [] | '_'}).
|
Loading…
Add table
Add a link
Reference in a new issue