Fix port number in mod_console instructions

Wed, 03 Dec 2008 13:06:23 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 03 Dec 2008 13:06:23 +0000
changeset 518
127eb78cbf4a
parent 517
afd9f6590fd0
child 519
cccd610a0ef9

Fix port number in mod_console instructions

prosody.cfg.lua.dist file | annotate | diff | comparison | revisions
--- a/prosody.cfg.lua.dist	Wed Dec 03 13:02:23 2008 +0000
+++ b/prosody.cfg.lua.dist	Wed Dec 03 13:06:23 2008 +0000
@@ -49,7 +49,7 @@
 			  	"ping"; -- XMPP Ping
 			  	"time"; -- Let others know the time here
 			  	"uptime"; -- Uptime reporting
-			  	"console"; -- telnet to port 5528 (needs console_enabled = true)
+			  	"console"; -- telnet to port 5582 (needs console_enabled = true)
 			  };
 	
 	-- These are the SSL/TLS-related settings. If you don't want

mercurial