Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6a915429..ed5c89eea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-11 Mickael Remond <mickael.remond@process-one.net>
+
+ * src/mod_echo.erl: mod_echo does not reply to other
+ components. This is to make sure that a component will not
+ discover its own capabilities (EJAB-281).
+ * src/ejabberd.cfg: disable mod_echo in the example config
+ file. mod_echo is mainly a development/test module.
+
2007-07-09 Mickael Remond <mickael.remond@process-one.net>
* src/odbc/mssql.sql: Nickname cannot be null in rosterusers table