From 35f520e3d946b5fb44d82cc7f0e63eaa64d00604 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 24 Jul 2008 11:22:43 +0000 Subject: [PATCH] * doc/guide.tex: Document room options allow_visitor_nickchange and allow_visitor_status (EJAB-624) * doc/guide.html: Likewise SVN Revision: 1483 --- ChangeLog | 6 ++++++ doc/guide.html | 6 ++++++ doc/guide.tex | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index e7605271d..73f4b3c57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-24 Badlop + + * doc/guide.tex: Document room options allow_visitor_nickchange + and allow_visitor_status (EJAB-624) + * doc/guide.html: Likewise + 2008-07-23 Geoff Cant * src/mod_muc/mod_muc_room.erl: new room options, diff --git a/doc/guide.html b/doc/guide.html index bbb3c6a80..3dc534742 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2005,6 +2005,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. diff --git a/doc/guide.tex b/doc/guide.tex index d73975fd1..2432e7aff 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2467,6 +2467,12 @@ Module options: \titem{\{allow\_private\_messages, true\}} Occupants can send private messages to other occupants. \titem{\{allow\_query\_users, true\}} Occupants can send IQ queries to other occupants. \titem{\{allow\_user\_invites, false\}} Allow occupants to send invitations. + \titem{\{allow\_visitor\_nickchange, true\}} Allow visitors to + change nickname. + \titem{\{allow\_visitor\_status, true\}} Allow visitors to send + status text in presence updates. If disallowed, the \term{status} + text is stripped before broadcasting the presence update to all + the room occupants. \titem{\{anonymous, true\}} Occupants are allowed to see the real JIDs of other occupants. \titem{\{logging, false\}} The public messages are logged using \term{mod\_muc\_log}. \titem{\{max\_users, 200\}} Maximum number of occupants in the room. -- 2.50.1