diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-03 13:06:23 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-03 13:06:23 +0000 |
commit | ea64d41fdd7caae5511f02041bfecf74e1a3f8d6 (patch) | |
tree | 3dc48b0a64f24892e22e2971900b8935db0417be /prosody.cfg.lua.dist | |
parent | dde71f594106e0d575d0c4ac390bf24bb1bc2275 (diff) | |
download | prosody-ea64d41fdd7caae5511f02041bfecf74e1a3f8d6.tar.gz prosody-ea64d41fdd7caae5511f02041bfecf74e1a3f8d6.zip |
Fix port number in mod_console instructions
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 81d747c0..80f9e585 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -49,7 +49,7 @@ Host "*" "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 |