prosody

changeset 3305
b1ee8d390744
parent 3033
0194d7eab8a5
parent 3304
fec74b84df61
child 3354
b4ebda3fd6e9
equal deleted inserted replaced
3302:4d21ce9c0eb7 3305:b1ee8d390744
327 return username, host, datastore, data; 327 return username, host, datastore, data;
328 end); 328 end);
329 end 329 end
330 330
331 function prepare_to_start() 331 function prepare_to_start()
332 log("debug", "Prosody is using the %s backend for connection handling", server.get_backend()); 332 log("info", "Prosody is using the %s backend for connection handling", server.get_backend());
333 -- Signal to modules that we are ready to start 333 -- Signal to modules that we are ready to start
334 prosody.events.fire_event("server-starting"); 334 prosody.events.fire_event("server-starting");
335 335
336 -- start listening on sockets 336 -- start listening on sockets
337 if config.get("*", "core", "ports") then 337 if config.get("*", "core", "ports") then

mercurial