From f2a37597cf3e603cbd12b0c866506a8bb84b7ae5 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 19 Oct 2009 17:02:37 +0000 Subject: In default config, only local accounts can create rooms and pubsub nodes. SVN Revision: 2683 --- doc/guide.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 8346c80b3..08f8bb14a 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2306,11 +2306,11 @@ is replaced at start time with the real virtual host name.
{access, AccessName}
You can specify who is allowed to use the Multi-User Chat service. By default everyone is allowed to use it.
{access_create, AccessName}
To configure who is -allowed to create new rooms at the Multi-User Chat service, this option -can be used. By default everybody is allowed to create rooms. +allowed to create new rooms at the Multi-User Chat service, this option can be used. +By default any account in the local ejabberd server is allowed to create rooms.
{access_persistent, AccessName}
To configure who is allowed to modify the ’persistent’ room option. -By default everybody is allowed to modify that option. +By default any account in the local ejabberd server is allowed to modify that option.
{access_admin, AccessName}
This option specifies who is allowed to administrate the Multi-User Chat service. The default value is none, which means that only the room creator can @@ -2791,7 +2791,9 @@ is replaced at start time with the real virtual host name.
{access_createnode, AccessName}
This option restricts which users are allowed to create pubsub nodes using -ACL and ACCESS. The default value is pubsub_createnode.
{max_items_node, MaxItems}
+ACL and ACCESS. +By default any account in the local ejabberd server is allowed to create pubsub nodes. +
{max_items_node, MaxItems}
Define the maximum number of items that can be stored in a node. Default value is 10.
{plugins, [ Plugin, ...]}
-- cgit v1.2.3