From 89bceb959a0470f56be6c22a2808e9e285ba9d03 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Mon, 4 Jan 2010 11:50:08 +0000 Subject: [PATCH] add explicit comment on last published items configuration (EJAB-1130) SVN Revision: 2856 --- src/ejabberd.cfg.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index 29a1fb1df..18a254478 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -508,7 +508,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", "pep"]} % pep requires mod_caps ]},