diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2007-12-06 09:29:28 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2007-12-06 09:29:28 +0000 |
commit | c90579146ca676ceb2be2194a5db19a029865994 (patch) | |
tree | 4f422c172f1200c115912e8672e85e7633209f6c /doc/guide.tex | |
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.tex')
-rw-r--r-- | doc/guide.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 8890d7069..c24326a78 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2653,6 +2653,11 @@ Options: \titem{access\_createnode} \ind{options!access\_createnode} This option restricts which users are allowed to create pubsub nodes using ACL and ACCESS. The default value is \term{pubsub\_createnode}. % Not clear enough + do not use abbreviations. +\titem{plugins} To specify which pubsub node plugins to use. If not defined, the default + pubsub plugin is always used. +\titem{nodetree} To specify which nodetree to use. If not defined, the default pubsub + nodetree is used. Nodetrees are default and virtual. Only one nodetree can be used + and is shared by all node plugins. \end{description} Example: @@ -2662,7 +2667,8 @@ Example: ... {mod_pubsub, [{served_hosts, ["example.com", "example.org"]}, - {access_createnode, pubsub_createnode}]} + {access_createnode, pubsub_createnode}, + {plugins, ["default","pep"]}]} ... ]}. \end{verbatim} |