diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2010-01-04 11:49:00 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2010-01-04 11:49:00 +0000 |
commit | f30783a2d258fad0aa0500640ab9a94fb23093c8 (patch) | |
tree | a46c65c62eab9e9e92ee35b2c55c44c0a64f394a | |
parent | Show 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.example | 3 |
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 ]}, |