aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2007-09-25 16:32:18 +0000
committerAlexey Shchepin <alexey@process-one.net>2007-09-25 16:32:18 +0000
commitf82b84158e16ba75b26f738f440005e78f7d90e5 (patch)
tree5094966a7ba5d21cda5e34706f202c05bef2a2d1 /ChangeLog
parent* ChangeLog: Integration of multiple s2s support (EJAB-360). (diff)
* src/ejabberd_s2s.erl: Max number of connections and max number
of connections per node now can be specified via max_s2s_connections and max_s2s_connections_per_node acl rules SVN Revision: 950
Diffstat (limited to '')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 349072242..37539a77e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
+2007-09-25 Alexey Shchepin <alexey@process-one.net>
+
+ * src/ejabberd_s2s.erl: Max number of connections and max number
+ of connections per node now can be specified via
+ max_s2s_connections and max_s2s_connections_per_node acl rules
+
2007-09-14 Mickael Remond <mremond@process-one.net>
* src/ejabberd_s2s_out.erl: Changed to actual p1_fsm behaviour. It
was working correctly as the API of p1_fsm and gen_fsm is strictly
the same.
- * src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358).
+ * src/ejabberd_s2s_in.erl: Added debug hook for s2s loop (EJAB-358).
* src/ejabberd_c2s.erl: Added debug hook for c2s loop (EJAB-358).