diff options
author | Badlop <badlop@process-one.net> | 2009-10-19 17:02:37 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-10-19 17:02:37 +0000 |
commit | f2a37597cf3e603cbd12b0c866506a8bb84b7ae5 (patch) | |
tree | bb1050b97fd8b385e9cbabbdd5f76da4d516e57c /doc/guide.tex | |
parent | Provide send_timeout_close option in TCP only in R13B or higher (EJAB-926) (diff) |
In default config, only local accounts can create rooms and pubsub nodes.
SVN Revision: 2683
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index e8f8fad2..57a75454 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3028,11 +3028,11 @@ Module options: \titem{\{access, AccessName\}} \ind{options!access}You can specify who is allowed to use the Multi-User Chat service. By default everyone is allowed to use it. \titem{\{access\_create, AccessName\}} \ind{options!access\_create}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. \titem{\{access\_persistent, AccessName\}} \ind{options!access\_persistent}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. \titem{\{access\_admin, AccessName\}} \ind{options!access\_admin}This option specifies who is allowed to administrate the Multi-User Chat service. The default value is \term{none}, which means that only the room creator can @@ -3572,7 +3572,8 @@ Options: \hostitem{pubsub} \titem{\{access\_createnode, AccessName\}} \ind{options!access\_createnode} This option restricts which users are allowed to create pubsub nodes using - ACL and ACCESS. The default value is \term{pubsub\_createnode}. % Not clear enough + do not use abbreviations. + ACL and ACCESS. + By default any account in the local ejabberd server is allowed to create pubsub nodes. \titem{\{max\_items\_node, MaxItems\}} \ind{options!max\_items\_node} Define the maximum number of items that can be stored in a node. Default value is 10. |