1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Clean mod_shared_roster.erl from DB specific code

This commit is contained in:
Evgeniy Khramtsov 2016-04-14 11:45:43 +03:00
parent 398f1de5ae
commit f8e3560ad2
5 changed files with 579 additions and 440 deletions

View file

@ -0,0 +1,5 @@
-record(sr_group, {group_host = {<<"">>, <<"">>} :: {'$1' | binary(), '$2' | binary()},
opts = [] :: list() | '_' | '$2'}).
-record(sr_user, {us = {<<"">>, <<"">>} :: {binary(), binary()},
group_host = {<<"">>, <<"">>} :: {binary(), binary()}}).