Added temporary fix for srv on windows: using opendns nameservers
[prosody.git] / main.lua
index 97c97c5cdf1d2c33586018c4f16b4e94a136f6d2..f67f3889b02a300fa542d7c0cc8b5b1914a6bcbe 100644 (file)
--- a/main.lua
+++ b/main.lua
@@ -88,6 +88,10 @@ end
 start("xmppclient", { ssl = global_ssl_ctx })
 start("xmppserver", { ssl = global_ssl_ctx })
 
+if config.get("*", "core", "console_enabled") then
+       start("console")
+end
+
 modulemanager.fire_event("server-started");
 
 server.loop();