]> granicus.if.org Git - ejabberd/commitdiff
Document the mod_muc option captcha_protected
authorBadlop <badlop@process-one.net>
Fri, 2 Jul 2010 11:08:33 +0000 (13:08 +0200)
committerBadlop <badlop@process-one.net>
Fri, 2 Jul 2010 11:08:33 +0000 (13:08 +0200)
doc/guide.html
doc/guide.tex

index d4a8ef75fce4bb6b01e0f78b5df0c050572517d0..a0f41f8a0b23e5ac8a6c92164daf87319eddc0c0 100644 (file)
@@ -2477,6 +2477,10 @@ the room occupants.
 </DD><DT CLASS="dt-description"><B><TT>{anonymous, true|false}</TT></B></DT><DD CLASS="dd-description"> The room is anonymous:
 occupants don&#X2019;t see the real JIDs of other occupants.
 Note that the room moderators can always see the real JIDs of the occupants.
+</DD><DT CLASS="dt-description"><B><TT>{captcha_protected, false}</TT></B></DT><DD CLASS="dd-description"> 
+When a user tries to join a room where he has no affiliation (not owner, admin or member),
+the room requires him to fill a CAPTCHA challenge (see section <A HREF="#captcha">3.1.8</A>)
+in order to accept her join in the room.
 </DD><DT CLASS="dt-description"><B><TT>{logging, false|true}</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.
 </DD><DT CLASS="dt-description"><B><TT>{members_by_default, true|false}</TT></B></DT><DD CLASS="dd-description"> The occupants that enter the room are participants by default, so they have &#X2019;voice&#X2019;.
index 272f933b4f42aece140250e3ad73f8209f8b2800..ac5fc5527117a94d5a8ec8e6a3dd3fab6d4ea1b2 100644 (file)
@@ -3201,6 +3201,10 @@ Module options:
   \titem{\{anonymous, true|false\}} The room is anonymous:
   occupants don't see the real JIDs of other occupants.
   Note that the room moderators can always see the real JIDs of the occupants.
+  \titem{\{captcha\_protected, false\}} 
+  When a user tries to join a room where he has no affiliation (not owner, admin or member),
+  the room requires him to fill a CAPTCHA challenge (see section \ref{captcha})
+  in order to accept her join in the room.
   \titem{\{logging, false|true\}} The public messages are logged using \term{mod\_muc\_log}.
   \titem{\{max\_users, 200\}} Maximum number of occupants in the room.
   \titem{\{members\_by\_default, true|false\}} The occupants that enter the room are participants by default, so they have 'voice'.