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:
parent
398f1de5ae
commit
f8e3560ad2
5 changed files with 579 additions and 440 deletions
5
include/mod_shared_roster.hrl
Normal file
5
include/mod_shared_roster.hrl
Normal 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()}}).
|
Loading…
Add table
Add a link
Reference in a new issue