diff options
author | Badlop <badlop@process-one.net> | 2008-07-24 11:11:19 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-07-24 11:11:19 +0000 |
commit | 211966b42e28d527a4617f4e90666bf64e1ee406 (patch) | |
tree | a2dbb5a96f7da09d8d795fce51341f8da4a0e91b /doc/guide.tex | |
parent | Altering 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.tex')
-rw-r--r-- | doc/guide.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 17cfbeb80..355a84a37 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2639,6 +2639,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. |