diff options
author | Badlop <badlop@process-one.net> | 2008-04-05 10:53:32 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-04-05 10:53:32 +0000 |
commit | 2498bdaad9ffa150b189a58f5cb8b3d241a99831 (patch) | |
tree | b2878e5e3c89eed359f0ac05b06d3cddcafa8544 /doc/guide.html | |
parent | * src/ejabberd_auth_ldap.erl (get_vh_registered_users_number): New (diff) |
* doc/guide.tex: Fix default_room_opts with default_room_options
* doc/guide.html: Likewise
SVN Revision: 1277
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html index 24e50c649..2c56d9baa 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2003,7 +2003,7 @@ to change its presence more often than the specified interval, the presence is cached by <TT>ejabberd</TT> and only the last presence is broadcasted to all users in the room after expiration of the interval delay. Intermediate presence packets are silently -discarded. A good value for this option is 4 seconds.</DD><DT CLASS="dt-description"><B><TT>default_room_opts</TT></B></DT><DD CLASS="dd-description"> This +discarded. A good value for this option is 4 seconds.</DD><DT CLASS="dt-description"><B><TT>default_room_options</TT></B></DT><DD CLASS="dd-description"> This option allow to define the desired default room options. Obviously, the room creator can modify the room options at any time. The available room options are: <TT>allow_change_subj</TT>, @@ -2079,7 +2079,7 @@ defined, but some user restriction could be added as well:<PRE CLASS="verbatim"> {min_presence_interval, 4}]}, ... ]}. -</PRE></LI><LI CLASS="li-itemize">This example shows how to use <TT>default_room_opts</TT> to make sure +</PRE></LI><LI CLASS="li-itemize">This example shows how to use <TT>default_room_options</TT> to make sure newly created chatrooms have by default those options. <PRE CLASS="verbatim"> {modules, [ |