From e8dd27d3fc98cf18cbebf5adf446988dc1ed2066 Mon Sep 17 00:00:00 2001 From: Badlop Date: Sat, 5 Apr 2008 10:53:32 +0000 Subject: [PATCH] * doc/guide.tex: Fix default_room_opts with default_room_options * doc/guide.html: Likewise SVN Revision: 1277 --- ChangeLog | 5 +++++ doc/guide.html | 4 ++-- doc/guide.tex | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d75c68ff..a74d93e48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-05 Badlop + + * doc/guide.tex: Fix default_room_opts with default_room_options + * doc/guide.html: Likewise + 2008-04-04 Badlop * src/ejabberd_auth_ldap.erl (get_vh_registered_users_number): New diff --git a/doc/guide.html b/doc/guide.html index ed490eaae..24cb80fa8 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2005,7 +2005,7 @@ to change its presence more often than the specified interval, the presence is cached by ejabberd 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.
default_room_opts
This +discarded. A good value for this option is 4 seconds.
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: allow_change_subj, @@ -2081,7 +2081,7 @@ defined, but some user restriction could be added as well:
                {min_presence_interval, 4}]},
     ...
    ]}.
-
  • This example shows how to use default_room_opts to make sure +
  • This example shows how to use default_room_options to make sure newly created chatrooms have by default those options.
      {modules,
        [
    diff --git a/doc/guide.tex b/doc/guide.tex
    index d1f87a6f0..b7d7e705f 100644
    --- a/doc/guide.tex
    +++ b/doc/guide.tex
    @@ -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,