aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-11-26 10:15:18 +0000
committerBadlop <badlop@process-one.net>2007-11-26 10:15:18 +0000
commit9a03e5087e483119cf6965fa848c84d72282a0b6 (patch)
tree18a7e752c30b5b24264151f50a816f463ace4d49 /ChangeLog
parent* src/ejabberdctl.template: Write erl_crash.dump in the log/ directory, with ... (diff)
* src/mod_echo.erl: Example function that demonstrates how to receive XMPP packets using Erlang's message passing mechanism (EJAB-247).
SVN Revision: 980
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6a2b8e61..4558b7b9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-11-26 Badlop <badlop@process-one.net>
+ * src/mod_echo.erl: Example function that demonstrates how to receive XMPP packets using Erlang's message passing mechanism (EJAB-247).
+
* src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment variables instead of passing parameters when calling erl (EJAB-421). Write erl_crash.dump in the log/ directory, with unique filename (EJAB-433).
* src/ejabberd_ctl.erl: Improvements in the help messages (EJAB-399).