aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-07-23 12:04:41 +0100
committerMatthew Wild <mwild1@gmail.com>2009-07-23 12:04:41 +0100
commit351a37ef5437d631d61975160d2b45d4789d0bd9 (patch)
treeeaa4a33315efefdd22884065b404358e4cb2bc1e /prosody
parent5870f3b790f875d3350a5c0d423d55d06b3c67bf (diff)
parent23a10d0390865c0e359e3a2e8faa53bd332a2941 (diff)
downloadprosody-351a37ef5437d631d61975160d2b45d4789d0bd9.tar.gz
prosody-351a37ef5437d631d61975160d2b45d4789d0bd9.zip
Merge with 0.5
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody5
1 files changed, 1 insertions, 4 deletions
diff --git a/prosody b/prosody
index e0d9f768..80c0f6f2 100755
--- a/prosody
+++ b/prosody
@@ -222,10 +222,7 @@ function prepare_to_start()
net_activate_ports("s2s", "xmppserver", {5269}, "tcp");
net_activate_ports("component", "xmppcomponent", {}, "tcp");
net_activate_ports("legacy_ssl", "xmppclient", {}, "ssl");
-
- if cl.get("console") then
- cl.start("console", { interface = config.get("*", "core", "console_interface") or "127.0.0.1" })
- end
+ net_activate_ports("console", "console", {5582}, "tcp");
prosody.start_time = os.time();
end