prosody

changeset 3413
7d34bcbf104c
parent 3402
dfc369314e53
child 3585
c8ce9923c315
equal deleted inserted replaced
3412:7c66519f4973 3413:7d34bcbf104c
341 if config.get(host, "core", "anonymous_login") then 341 if config.get(host, "core", "anonymous_login") then
342 return false; 342 return false;
343 end 343 end
344 return username, host, datastore, data; 344 return username, host, datastore, data;
345 end); 345 end);
346 require "core.storagemanager";
346 end 347 end
347 348
348 function prepare_to_start() 349 function prepare_to_start()
349 log("info", "Prosody is using the %s backend for connection handling", server.get_backend()); 350 log("info", "Prosody is using the %s backend for connection handling", server.get_backend());
350 -- Signal to modules that we are ready to start 351 -- Signal to modules that we are ready to start

mercurial