1
0
Fork 0
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:
Evgeniy Khramtsov 2016-04-13 13:04:04 +03:00
parent cd094bc903
commit b5d1ce795f
5 changed files with 391 additions and 286 deletions

5
include/mod_announce.hrl Normal file
View file

@ -0,0 +1,5 @@
-record(motd, {server = <<"">> :: binary(),
packet = #xmlel{} :: xmlel()}).
-record(motd_users, {us = {<<"">>, <<"">>} :: {binary(), binary()} | '$1',
dummy = [] :: [] | '_'}).