]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: Fix default_room_opts with default_room_options
authorBadlop <badlop@process-one.net>
Sat, 5 Apr 2008 10:53:32 +0000 (10:53 +0000)
committerBadlop <badlop@process-one.net>
Sat, 5 Apr 2008 10:53:32 +0000 (10:53 +0000)
* doc/guide.html: Likewise

SVN Revision: 1277

ChangeLog
doc/guide.html
doc/guide.tex

index 7d75c68ffbbbbbe64d7121b2aec586845813a00d..a74d93e48c162a6f128906b77599c7d2e8780d8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-05  Badlop  <badlop@process-one.net>
+
+       * doc/guide.tex: Fix default_room_opts with default_room_options
+       * doc/guide.html: Likewise
+
 2008-04-04  Badlop  <badlop@process-one.net>
 
        * src/ejabberd_auth_ldap.erl (get_vh_registered_users_number): New
index ed490eaae172053d78b7141f784efcb3dbad66c9..24cb80fa89743b700cf7ce9c444cf20c5fd25baf 100644 (file)
@@ -2005,7 +2005,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>,
@@ -2081,7 +2081,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,
    [
index d1f87a6f0c9cfbcccb14c46010d08846ada70b8f..b7d7e705f9a391abc960a8cb16efe1ed97902254 100644 (file)
@@ -2411,7 +2411,7 @@ Options:
   interval delay. Intermediate presence packets are silently
   discarded. A good value for this option is 4 seconds.
 
-  \titem{default\_room\_opts} \ind{options!default\_room\_opts}This
+  \titem{default\_room\_options} \ind{options!default\_room\_options}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: \option{allow\_change\_subj},
@@ -2499,7 +2499,7 @@ defined, but some user restriction could be added as well:
    ]}.
 \end{verbatim}
 
-\item This example shows how to use \option{default\_room\_opts} to make sure
+\item This example shows how to use \option{default\_room\_options} to make sure
   newly created chatrooms have by default those options.
   \begin{verbatim}
   {modules,