diff options
author | Badlop <badlop@process-one.net> | 2009-12-04 16:08:31 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-12-04 16:08:31 +0000 |
commit | 5a006b977dd948db73ae68c52673e277ba2c7905 (patch) | |
tree | dc0ff3b68261891b8586834d8368bda742185645 /doc/guide.tex | |
parent | Explain limitation in the mod_pubsub_odbc host option. (diff) |
Small relax the limitation in the mod_pubsub_odbc host option.
SVN Revision: 2781
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index d8f7b2a5d..d2ddeda7e 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3573,7 +3573,8 @@ and it requires \modcaps{}. Options: \begin{description} \hostitem{pubsub} - If you use \modpubsubodbc, you can only use the prefix `\jid{pubsub.}'. + If you use \modpubsubodbc, please ensure the prefix contains only one dot, + for example `\jid{pubsub.}', or `\jid{publish.}',. \titem{\{access\_createnode, AccessName\}} \ind{options!access\_createnode} This option restricts which users are allowed to create pubsub nodes using ACL and ACCESS. |