diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2009-09-23 21:54:58 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2009-09-23 21:54:58 +0000 |
commit | 330d6f7b6e208d69d378bc6f08cfa743f5259313 (patch) | |
tree | be16e72650edf977fbfb6083446ba572ed85d84e /doc | |
parent | fix Makefile.win32 for including stun (thanks to neustradamus) (diff) |
rename pep_sendlast_offline option to ignore_pep_from_offline (EJAB-1047)
SVN Revision: 2621
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 3aff973e..0b43fa13 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3566,10 +3566,10 @@ Options: The "dag" nodetree provides experimental support for PubSub Collection Nodes (\xepref{0248}). In that case you should also add "dag" node plugin as default, for example: \term{\{plugins, ["dag","flat","hometree","pep"]\}} -\titem{\{pep\_sendlast\_offline, false|true\}} \ind{options!pep\_sendlast\_offline} +\titem{\{ignore\_pep\_from\_offline, false|true\}} \ind{options!ignore\_pep\_from\_offline} To specify whether or not we should get last published PEP items from users in our roster which are offline when we connect. Value is true or false. - If not defined, pubsub assumes false so we only get last items of online contacts. + If not defined, pubsub assumes true so we only get last items of online contacts. \titem{\{last\_item\_cache, false|true\}} \ind{options!last\_item\_cache} To specify whether or not pubsub should cache last items. Value is true or false. If not defined, pubsub do not cache last items. On systems with not so many nodes, |