diff options
author | Badlop <badlop@process-one.net> | 2008-01-30 17:51:09 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-01-30 17:51:09 +0000 |
commit | fb6c0d4771ecdc489751bb27e9dd42f4e5f8ff81 (patch) | |
tree | 378b51749dedd14d1bfc436ef7d7b71d2f041415 /doc/guide.tex | |
parent | * src/mod_echo.erl: Put in comments the call to the educational (diff) |
* doc/guide.tex: Removed the option served_hosts in mod_pubsub
because it does not work correctly yet (EJAB-504)
* doc/guide.html: Likewise
SVN Revision: 1167
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 02aa1455c..630fb7fde 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2708,8 +2708,8 @@ Options: \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. -\titem{served\_hosts} \ind{options!served\_hosts} - This option allows to create additional pubsub virtual hosts in a single module instance. +%\titem{served\_hosts} \ind{options!served\_hosts} +% This option allows to create additional pubsub virtual hosts in a single module instance. \end{description} Example: @@ -2719,12 +2719,12 @@ Example: ... {mod_pubsub, [ {access_createnode, pubsub_createnode}, - {plugins, ["default", "pep"]}, - {served_hosts, ["example.com", "example.org"]} + {plugins, ["default", "pep"]} ]} ... ]}. \end{verbatim} +% {served_hosts, ["example.com", "example.org"]} \subsection{\modregister{}} \label{modregister} |