aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2007-12-06 09:29:28 +0000
committerChristophe Romain <christophe.romain@process-one.net>2007-12-06 09:29:28 +0000
commitc90579146ca676ceb2be2194a5db19a029865994 (patch)
tree4f422c172f1200c115912e8672e85e7633209f6c /doc/guide.html
parent* doc/guide.tex: Document the Debug Console (EJAB-395) (diff)
enable pep by default and add pubsub plugin examples
SVN Revision: 1031
Diffstat (limited to 'doc/guide.html')
-rw-r--r--doc/guide.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 11d3981d7..ff27013ce 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -2933,7 +2933,14 @@ Options:
be served, you can use this option. If absent, only the main <TT>ejabberd</TT>
host is served. <DT CLASS="dt-description"><B><TT>access_createnode</TT></B><DD CLASS="dd-description">
This option restricts which users are allowed to create pubsub nodes using
- ACL and ACCESS. The default value is <TT>pubsub_createnode</TT>. </DL>
+ ACL and ACCESS. The default value is <TT>pubsub_createnode</TT>.
+
+<DT CLASS="dt-description"><B><TT>plugins</TT></B><DD CLASS="dd-description"> To specify which pubsub node plugins to use.
+ If not defined, the default plugin is always used.
+
+<DT CLASS="dt-description"><B><TT>nodetree</TT></B><DD CLASS="dd-description"> To specify which nodetree plugin to use.
+ If not defined, the default pubsub nodetree used. Nodetrees are default and virtual. Only one nodetree can be used
+ and is shared by all node plugins. </DL>
Example:
<PRE CLASS="verbatim">
{modules,
@@ -2941,7 +2948,8 @@ Example:
...
{mod_pubsub, [{served_hosts, ["example.com",
"example.org"]},
- {access_createnode, pubsub_createnode}]}
+ {access_createnode, pubsub_createnode},
+ {plugins, ["default","pep"]}]}
...
]}.
</PRE>