mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
6 lines
284 B
Erlang
6 lines
284 B
Erlang
-record(sr_group, {group_host = {<<"">>, <<"">>} :: {'$1' | binary(), '$2' | binary()},
|
|
opts = [] :: list() | '_' | '$2'}).
|
|
|
|
-record(sr_user, {us = {<<"">>, <<"">>} :: {binary(), binary()},
|
|
group_host = {<<"">>, <<"">>} :: {binary(), binary()}}).
|