summaryrefslogtreecommitdiff
path: root/include/mod_shared_roster.hrl
blob: 1f96b3034bd777c5756386c22e84ef878389897b (plain) (blame)
1
2
3
4
5
-record(sr_group, {group_host = {<<"">>, <<"">>} :: {'$1' | binary(), '$2' | binary()},
                   opts = [] :: list() | '_' | '$2'}).

-record(sr_user, {us = {<<"">>, <<"">>} :: {binary(), binary()},
                  group_host = {<<"">>, <<"">>} :: {binary(), binary()}}).