]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: mod_muc now support cluster.
authorMickaël Rémond <mickael.remond@process-one.net>
Wed, 24 Jan 2007 16:34:31 +0000 (16:34 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Wed, 24 Jan 2007 16:34:31 +0000 (16:34 +0000)
SVN Revision: 709

ChangeLog
doc/guide.tex

index d29eec6089ca24cf0d8c1eb7f723da998e19d541..696591f21e1401b1f88c62749bbbc9ca2aa0a450 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-01-24  Mickael Remond  <mickael.remond@process-one.net>
 
+       * doc/guide.tex: mod_muc now support cluster.
+
        * doc/guide.tex: Updated the max_user_sessions section. 
 
 2007-01-19  Alexey Shchepin  <alexey@sevcom.net>
index d034b53ff100b8c328667df1df26f01187748ce9..a3686993b0fb8dc6d8552a3627a74106011b049f 100644 (file)
@@ -1926,6 +1926,8 @@ Examples:
 \end{verbatim}
 \end{itemize}
 
+The Multi-Users Chat module now supports clustering and load balancing. One module can be started per cluster node. Rooms are distributed at creation time on all available MUC module instances. The multi-user chat module is clustered but the room themselves are not clustered nor fault-tolerant: If the not managing a set of rooms goes down, the rooms disappear and they will be recreated on an available node on first connection attempt.
+
 \subsection{\modmuclog{}}
 \label{modmuclog}
 \ind{modules!\modmuclog{}}