From ea06dc92bc4b798acd2f10e2030b8f1702482c32 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 19 Aug 2009 16:34:13 +0000 Subject: Explain how client can specify Pubsub plugin when creating node (thanks to Christophe Romain) SVN Revision: 2504 --- doc/guide.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 2ade11ecc..c71fb4e9d 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2757,7 +2757,10 @@ is replaced at start time with the real virtual host name. This option restricts which users are allowed to create pubsub nodes using ACL and ACCESS. The default value is pubsub_createnode.
{plugins, [ Plugin, ...]}
To specify which pubsub node plugins to use. -If not defined, the default pubsub plugin is always used: "flat". +The first one in the list is used by default. +If this option is not defined, the default plugins list is: ["flat"]. +PubSub clients can define which plugin to use when creating a node: +add type=’plugin-name’ attribute to the create stanza element.
{nodetree, Nodetree}
To specify which nodetree to use. If not defined, the default pubsub nodetree is used: "tree". -- cgit v1.2.3