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:
authorMickaël Rémond <mickael.remond@process-one.net>2006-04-01 20:05:20 +0400
committerMickaël Rémond <mickael.remond@process-one.net>2006-04-01 20:05:20 +0400
commit3e9e51ee30f76daa6f80232e57859dc8c710e994 (patch)
treeff39b00940441268a8ac9824632ea62667c902d4 /ChangeLog
parentf3085d09e4193c29fc888e9798e742dba33a1b86 (diff)
* src/Makefile.in: Added an option to compile ejabberd with debug
print-out (make ejabberd_debug=true). * src/ejabberd_c2s.erl: Added a new debug printout: We can now print the XML packets send by the server. SVN Revision: 524
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c67598b79..2caf7dda4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-04-01 Mickael Remond <mickael.remond@process-one.net>
+
+ * src/Makefile.in: Added an option to compile ejabberd with debug
+ print-out (make ejabberd_debug=true).
+ * src/ejabberd_c2s.erl: Added a new debug printout: We can now print
+ the XML packets send by the server.
+
2006-03-31 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_c2s.erl: Bugfix