24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Revert "mod_roster language reworked"

This reverts commit 72cf63c0a8.
This commit is contained in:
Badlop 2021-01-22 14:17:59 +01:00
parent adfcbfdcba
commit 50ebe2e415

View File

@ -1351,23 +1351,23 @@ mod_doc() ->
{db_type, {db_type,
#{value => "mnesia | sql", #{value => "mnesia | sql",
desc => desc =>
?T("Same as the 'default_db' top-level option, but only applied to this module.")}}, ?T("Same as top-level 'default_db' option, but applied to this module only.")}},
{use_cache, {use_cache,
#{value => "true | false", #{value => "true | false",
desc => desc =>
?T("Same as the 'use_cache' top-level option, but only applied to this module.")}}, ?T("Same as top-level 'use_cache' option, but applied to this module only.")}},
{cache_size, {cache_size,
#{value => "pos_integer() | infinity", #{value => "pos_integer() | infinity",
desc => desc =>
?T("Same as the 'cache_size' top-level option, but only applied to this module.")}}, ?T("Same as top-level 'cache_size' option, but applied to this module only.")}},
{cache_missed, {cache_missed,
#{value => "true | false", #{value => "true | false",
desc => desc =>
?T("Same as the 'cache_missed' top-level option, but only applied to this module.")}}, ?T("Same as top-level 'cache_missed' option, but applied to this module only.")}},
{cache_life_time, {cache_life_time,
#{value => "timeout()", #{value => "timeout()",
desc => desc =>
?T("Same as the 'cache_life_time' top-level option, but only applied to this module.")}}], ?T("Same as top-level 'cache_life_time' option, but applied to this module only.")}}],
example => example =>
["modules:", ["modules:",
" ...", " ...",