24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Start the exmpp application.

PR:		EJABP-1
Submitted by:	Pablo Polvorin <pablo.polvorin@process-one.net>

SVN Revision: 1691
This commit is contained in:
Jean-Sébastien Pédron 2008-12-01 15:00:36 +00:00
parent 7088ba88a9
commit e06f533f6b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-11-03 Pablo Polvorin <pablo.polvorin@process-one.net>
* src/ejabberd_app.erl: Start the exmpp application.
2008-10-31 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
* src/mod_last_odbc.erl (store_last_info/4): Fix a bug where the

View File

@ -41,6 +41,7 @@
start(normal, _Args) ->
ejabberd_loglevel:set(4),
application:start(sasl),
application:start(exmpp),
randoms:start(),
db_init(),
sha:start(),