diff options
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 52cc7c73..5a0fab71 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
@@ -75,4 +75,4 @@ Host "example.com" }
enabled = false -- This will disable the host, preserving the config, but denying connections
-
+>>>>>>> other
|