mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Don't start stringprep_sup.
PR: EJABP-1 SVN Revision: 1626
This commit is contained in:
parent
0244963935
commit
071c858055
@ -28,7 +28,8 @@
|
||||
* src/mod_roster_odbc.erl (user_roster_subscribe_jid/3): Fix a bug
|
||||
where the wrong module was called (jlib instead of exmpp_jid).
|
||||
|
||||
* src/ejabberd_ctl.erl (process/1):
|
||||
* src/ejabberd_app.erl (start/2): Don't start stringprep_sup.
|
||||
|
||||
2008-10-09 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
||||
|
||||
* src/ejabberd_c2s.erl: Fix handling of unauthenticated stanzas which
|
||||
|
@ -44,7 +44,6 @@ start(normal, _Args) ->
|
||||
randoms:start(),
|
||||
db_init(),
|
||||
sha:start(),
|
||||
stringprep_sup:start_link(),
|
||||
translate:start(),
|
||||
acl:start(),
|
||||
ejabberd_ctl:init(),
|
||||
|
Loading…
Reference in New Issue
Block a user