diff options
author | Badlop <badlop@process-one.net> | 2007-11-26 10:15:18 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-11-26 10:15:18 +0000 |
commit | 9a03e5087e483119cf6965fa848c84d72282a0b6 (patch) | |
tree | 18a7e752c30b5b24264151f50a816f463ace4d49 /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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |