mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
add explicit comment on last published items configuration (EJAB-1130)
SVN Revision: 2855
This commit is contained in:
parent
ee41e1eb70
commit
f30783a2d2
@ -509,7 +509,8 @@
|
||||
%%{mod_proxy65,[]},
|
||||
{mod_pubsub, [
|
||||
{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},
|
||||
{plugins, ["flat", "hometree", "pep"]} % pep requires mod_caps
|
||||
]},
|
||||
|
Loading…
Reference in New Issue
Block a user