aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2010-01-04 11:49:00 +0000
committerChristophe Romain <christophe.romain@process-one.net>2010-01-04 11:49:00 +0000
commitf30783a2d258fad0aa0500640ab9a94fb23093c8 (patch)
treea46c65c62eab9e9e92ee35b2c55c44c0a64f394a
parentShow the last activity time in the user page. (diff)
add explicit comment on last published items configuration (EJAB-1130)
SVN Revision: 2855
-rw-r--r--src/ejabberd.cfg.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example
index a69261f08..93ea7bb47 100644
--- a/src/ejabberd.cfg.example
+++ b/src/ejabberd.cfg.example
@@ -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
]},