diff --git a/ChangeLog b/ChangeLog index d29eec608..696591f21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-01-24 Mickael Remond + * doc/guide.tex: mod_muc now support cluster. + * doc/guide.tex: Updated the max_user_sessions section. 2007-01-19 Alexey Shchepin diff --git a/doc/guide.tex b/doc/guide.tex index d034b53ff..a3686993b 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -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{}}