From 57af671e2b8242091cca9cadf73c89a028e421ec Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Wed, 18 Nov 2009 08:30:03 +0500 Subject: mod_console: Moved activation of the console port from the main file to mod_console. --- plugins/mod_console.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/mod_console.lua') diff --git a/plugins/mod_console.lua b/plugins/mod_console.lua index 5a092298..82045232 100644 --- a/plugins/mod_console.lua +++ b/plugins/mod_console.lua @@ -650,3 +650,5 @@ if option and option ~= "short" and option ~= "full" and option ~= "graphic" the end end end + +prosody.net_activate_ports("console", "console", {5582}, "tcp"); -- cgit v1.2.3