mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01: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:
parent
7088ba88a9
commit
e06f533f6b
@ -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>
|
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
|
* src/mod_last_odbc.erl (store_last_info/4): Fix a bug where the
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
start(normal, _Args) ->
|
start(normal, _Args) ->
|
||||||
ejabberd_loglevel:set(4),
|
ejabberd_loglevel:set(4),
|
||||||
application:start(sasl),
|
application:start(sasl),
|
||||||
|
application:start(exmpp),
|
||||||
randoms:start(),
|
randoms:start(),
|
||||||
db_init(),
|
db_init(),
|
||||||
sha:start(),
|
sha:start(),
|
||||||
|
Loading…
Reference in New Issue
Block a user