mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
5 lines
284 B
Erlang
5 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()}}).
|