From 3658da3ae87949030e625ee1ccb94fb3f55949b8 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 3 Dec 2009 22:53:56 +0000 Subject: [PATCH] Explain limitation in the mod_pubsub_odbc host option. SVN Revision: 2777 --- doc/guide.html | 1 + doc/guide.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/guide.html b/doc/guide.html index 6e5127ea7..4a2bfd22b 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2797,6 +2797,7 @@ service. If the host option is not specified, the Jabber ID will be the hostname of the virtual host with the prefix ‘pubsub.’. The keyword "@HOST@" is replaced at start time with the real virtual host name. +If you use mod_pubsub_odbc, you can only use the prefix ‘pubsub.’.
{access_createnode, AccessName}
This option restricts which users are allowed to create pubsub nodes using ACL and ACCESS. diff --git a/doc/guide.tex b/doc/guide.tex index 16d1ee2d7..d8f7b2a5d 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3573,6 +3573,7 @@ and it requires \modcaps{}. Options: \begin{description} \hostitem{pubsub} + If you use \modpubsubodbc, you can only use the prefix `\jid{pubsub.}'. \titem{\{access\_createnode, AccessName\}} \ind{options!access\_createnode} This option restricts which users are allowed to create pubsub nodes using ACL and ACCESS.