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.html | |
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.html')
-rw-r--r-- | doc/guide.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index 4a2bfd22b..1a56ae7a4 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2797,7 +2797,8 @@ service. If the <TT>host</TT> option is not specified, the Jabber ID will be the hostname of the virtual host with the prefix ‘<TT>pubsub.</TT>’. The keyword "@HOST@" is replaced at start time with the real virtual host name. -If you use <TT>mod_pubsub_odbc</TT>, you can only use the prefix ‘<TT>pubsub.</TT>’. +If you use <TT>mod_pubsub_odbc</TT>, please ensure the prefix contains only one dot, +for example ‘<TT>pubsub.</TT>’, or ‘<TT>publish.</TT>’,. </DD><DT CLASS="dt-description"><B><TT>{access_createnode, AccessName}</TT></B></DT><DD CLASS="dd-description"> This option restricts which users are allowed to create pubsub nodes using ACL and ACCESS. |