25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

* doc/guide.tex: mod_muc now support cluster.

SVN Revision: 709
This commit is contained in:
Mickaël Rémond 2007-01-24 16:34:31 +00:00
parent 6398c23f15
commit 8dd9cd8b6b
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View 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{}}