mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
9 lines
237 B
INI
9 lines
237 B
INI
|
[{prefix, <<"pubsub#">>},
|
||
|
{decode, [{<<"pubsub#max_items">>, {dec_int, [0,infinity]}},
|
||
|
{<<"pubsub#max_payload_size">>, {dec_int, [0,infinity]}}]}].
|
||
|
|
||
|
%% Local Variables:
|
||
|
%% mode: erlang
|
||
|
%% End:
|
||
|
%% vim: set filetype=erlang tabstop=8:
|