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:
parent
6398c23f15
commit
8dd9cd8b6b
@ -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>
|
||||
|
@ -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{}}
|
||||
|
Loading…
Reference in New Issue
Block a user