From 667fc07ec62140ffca039706db8f38939a0e4c0f Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 24 Sep 2009 13:36:48 +0000 Subject: [PATCH] Recomppile guide. SVN Revision: 2624 --- doc/guide.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/guide.html b/doc/guide.html index 762ed968d..25ad209d3 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2687,17 +2687,20 @@ is replaced at start time with the real virtual host name.
{access_createnode, AccessName}
This option restricts which users are allowed to create pubsub nodes using -ACL and ACCESS. The default value is pubsub_createnode.
{plugins, [ Plugin, ...]}
+ACL and ACCESS. The default value is pubsub_createnode.
{max_items_node, MaxItems}
+Define the maximum number of items that can be stored in a node. +Default value is 10. +
{plugins, [ Plugin, ...]}
To specify which pubsub node plugins to use. If not defined, the default pubsub plugin is always used.
{nodetree, Name}
To specify which nodetree to use. If not defined, the default pubsub nodetree is used. Only one nodetree can be used per host, and is shared by all node plugins. -
{pep_sendlast_offline, false|true}
+
{ignore_pep_from_offline, false|true}
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.
{last_item_cache, false|true}
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,