diff options
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index 2ade11ec..c71fb4e9 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 <TT>pubsub_createnode</TT>. </DD><DT CLASS="dt-description"><B><TT>{plugins, [ Plugin, ...]}</TT></B></DT><DD CLASS="dd-description"> 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: <TT>["flat"]</TT>. +PubSub clients can define which plugin to use when creating a node: +add <TT>type=’plugin-name’</TT> attribute to the <TT>create</TT> stanza element. </DD><DT CLASS="dt-description"><B><TT>{nodetree, Nodetree}</TT></B></DT><DD CLASS="dd-description"> To specify which nodetree to use. If not defined, the default pubsub nodetree is used: "tree". |