From 6c3a79f9df4f3430fa4289017a0a12995dd1736a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Mon, 25 Jun 2007 17:44:48 +0000 Subject: [PATCH] * doc/guide.tex: Typos SVN Revision: 795 --- ChangeLog | 2 ++ doc/guide.tex | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a4ccf0af..cc33ee84f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-06-25 Mickael Remond + * doc/guide.tex: Typos + * src/mod_muc/mod_muc_room.erl: New anti-abuse options: min_presence_interval and min_message_interval * doc/guide.tex: Likewise diff --git a/doc/guide.tex b/doc/guide.tex index 4b117ba00..69a62eb4b 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1949,7 +1949,7 @@ describing the reason why the message is not acceptable. This option defines the minimum of time between presence changes coming from a given user in seconds. This option is global and valid for all chat rooms. A decimal value can be used. When this option is -not defined, no restriction are applied. This option can be used to +not defined, no restriction is applied. This option can be used to protect a MUC service for users abuses, as fastly changing a user presence will result in possible large presence packet broadcast. If a user tries to change its presence more often than the specified @@ -2039,7 +2039,7 @@ 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 +themselves are not clustered nor fault-tolerant: If the node managing a set of rooms goes down, the rooms disappear and they will be recreated on an available node on first connection attempt.