X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosody;h=ccd28ec6361825ef51065878fc51d5d872911ad8;hb=0589f4f9052aa1753b0604854e3a82027db46115;hp=88620b38fc8efa7ae7ff1e79c600de44957b38f9;hpb=88dfdec11aab971fdc9b6d631eebbd118d30b574;p=prosody.git diff --git a/prosody b/prosody index 88620b38..ccd28ec6 100755 --- a/prosody +++ b/prosody @@ -285,6 +285,7 @@ end function load_secondary_libraries() --- Load and initialise core modules require "util.import" + require "util.xmppstream" require "core.xmlhandlers" require "core.rostermanager" require "core.hostmanager" @@ -325,10 +326,11 @@ function init_data_store() end return username, host, datastore, data; end); + require "core.storagemanager"; end function prepare_to_start() - log("debug", "Prosody is using the %s backend for connection handling", server.get_backend()); + log("info", "Prosody is using the %s backend for connection handling", server.get_backend()); -- Signal to modules that we are ready to start prosody.events.fire_event("server-starting");