prosody

changeset 1084
422be8f8911c
parent 1026
e640df2e4e9b
child 1086
0b895e1ac713
--- a/prosody	Fri May 01 20:34:25 2009 +0100
+++ b/prosody	Sat May 02 16:58:40 2009 +0100
@@ -149,12 +149,8 @@
 net_activate_ports("s2s", "xmppserver", {5269}, "tcp");
 net_activate_ports("legacy_ssl", "xmppclient", {}, "ssl");
 
-if config.get("*", "core", "console_enabled") then
-	if cl.get("console") then
-		cl.start("console", { interface = config.get("*", "core", "console_interface") or "127.0.0.1" })
-	else
-		log("error", "Console is enabled, but the console module appears not to be loaded");
-	end
+if cl.get("console") then
+	cl.start("console", { interface = config.get("*", "core", "console_interface") or "127.0.0.1" })
 end
 
 -- Global function to initiate prosody shutdown

mercurial