mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
add explicit comment on last published items configuration (EJAB-1130)
SVN Revision: 2856
This commit is contained in:
parent
8deb2b57af
commit
89bceb959a
@ -508,7 +508,8 @@
|
|||||||
%%{mod_proxy65,[]},
|
%%{mod_proxy65,[]},
|
||||||
{mod_pubsub, [
|
{mod_pubsub, [
|
||||||
{access_createnode, pubsub_createnode},
|
{access_createnode, pubsub_createnode},
|
||||||
{ignore_pep_from_offline, true},
|
{ignore_pep_from_offline, true}, % reduce resource comsumption, but XEP incompliant
|
||||||
|
%%{ignore_pep_from_offline, false}, % XEP compliant, but increases resource comsumption
|
||||||
{last_item_cache, false},
|
{last_item_cache, false},
|
||||||
{plugins, ["flat", "pep"]} % pep requires mod_caps
|
{plugins, ["flat", "pep"]} % pep requires mod_caps
|
||||||
]},
|
]},
|
||||||
|
Loading…
Reference in New Issue
Block a user