mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
12 lines
303 B
INI
12 lines
303 B
INI
|
[{prefix, <<"muc#roomconfig_">>},
|
||
|
{prefix, <<"muc#">>},
|
||
|
{decode, [{<<"muc#roomconfig_maxusers">>,
|
||
|
{dec_enum_int, [[none], 0, infinity]}},
|
||
|
{<<"voice_request_min_interval">>,
|
||
|
{dec_int, [0, infinity]}}]}].
|
||
|
|
||
|
%% Local Variables:
|
||
|
%% mode: erlang
|
||
|
%% End:
|
||
|
%% vim: set filetype=erlang tabstop=8:
|