From 211966b42e28d527a4617f4e90666bf64e1ee406 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 24 Jul 2008 11:11:19 +0000 Subject: * doc/guide.tex: Document room options allow_visitor_nickchange and allow_visitor_status (EJAB-624) * doc/guide.html: Likewise SVN Revision: 1482 --- doc/guide.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 02ea12132..c67f12103 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2028,6 +2028,12 @@ The available room options and the default values are:
{allow_private_messages, true}
Occupants can send private messages to other occupants.
{allow_query_users, true}
Occupants can send IQ queries to other occupants.
{allow_user_invites, false}
Allow occupants to send invitations. +
{allow_visitor_nickchange, true}
Allow visitors to +change nickname. +
{allow_visitor_status, true}
Allow visitors to send +status text in presence updates. If disallowed, the status +text is stripped before broadcasting the presence update to all +the room occupants.
{anonymous, true}
Occupants are allowed to see the real JIDs of other occupants.
{logging, false}
The public messages are logged using mod_muc_log.
{max_users, 200}
Maximum number of occupants in the room. -- cgit v1.2.3