]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: Document room options allow_visitor_nickchange
authorBadlop <badlop@process-one.net>
Thu, 24 Jul 2008 11:22:43 +0000 (11:22 +0000)
committerBadlop <badlop@process-one.net>
Thu, 24 Jul 2008 11:22:43 +0000 (11:22 +0000)
and allow_visitor_status (EJAB-624)
* doc/guide.html: Likewise

SVN Revision: 1483

ChangeLog
doc/guide.html
doc/guide.tex

index e7605271d6a6001d75b01554954c0f82617ed1f4..73f4b3c57482d9d05d7f8b09df9c5cae461f8db5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-24  Badlop  <badlop@process-one.net>
+
+       * doc/guide.tex: Document room options allow_visitor_nickchange
+       and allow_visitor_status (EJAB-624)
+       * doc/guide.html: Likewise
+
 2008-07-23  Geoff Cant  <geoff.cant@process-one.net>
 
        * src/mod_muc/mod_muc_room.erl: new room options,
index bbb3c6a803451f97363ffa252d3517c28c73387a..3dc534742f4651a0ea97cd6aa2367a1d0efe5368 100644 (file)
@@ -2005,6 +2005,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.
index d73975fd10bc3809b50c8f6c7b5bc12c722f3f3e..2432e7affd234d0768aa53f9d973306f9e15cc44 100644 (file)
@@ -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.