aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-07-24 11:11:19 +0000
committerBadlop <badlop@process-one.net>2008-07-24 11:11:19 +0000
commit211966b42e28d527a4617f4e90666bf64e1ee406 (patch)
treea2dbb5a96f7da09d8d795fce51341f8da4a0e91b /doc/guide.html
parentAltering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624) (diff)
* doc/guide.tex: Document room options allow_visitor_nickchange
and allow_visitor_status (EJAB-624) * doc/guide.html: Likewise SVN Revision: 1482
Diffstat (limited to 'doc/guide.html')
-rw-r--r--doc/guide.html6
1 files changed, 6 insertions, 0 deletions
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:
</DD><DT CLASS="dt-description"><B><TT>{allow_private_messages, true}</TT></B></DT><DD CLASS="dd-description"> Occupants can send private messages to other occupants.
</DD><DT CLASS="dt-description"><B><TT>{allow_query_users, true}</TT></B></DT><DD CLASS="dd-description"> Occupants can send IQ queries to other occupants.
</DD><DT CLASS="dt-description"><B><TT>{allow_user_invites, false}</TT></B></DT><DD CLASS="dd-description"> Allow occupants to send invitations.
+</DD><DT CLASS="dt-description"><B><TT>{allow_visitor_nickchange, true}</TT></B></DT><DD CLASS="dd-description"> Allow visitors to
+change nickname.
+</DD><DT CLASS="dt-description"><B><TT>{allow_visitor_status, true}</TT></B></DT><DD CLASS="dd-description"> Allow visitors to send
+status text in presence updates. If disallowed, the <TT>status</TT>
+text is stripped before broadcasting the presence update to all
+the room occupants.
</DD><DT CLASS="dt-description"><B><TT>{anonymous, true}</TT></B></DT><DD CLASS="dd-description"> Occupants are allowed to see the real JIDs of other occupants.
</DD><DT CLASS="dt-description"><B><TT>{logging, false}</TT></B></DT><DD CLASS="dd-description"> The public messages are logged using <TT>mod_muc_log</TT>.
</DD><DT CLASS="dt-description"><B><TT>{max_users, 200}</TT></B></DT><DD CLASS="dd-description"> Maximum number of occupants in the room.