aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-01-01 03:32:26 +0000
committerMatthew Wild <mwild1@gmail.com>2010-01-01 03:32:26 +0000
commitf3a1c08111f2c2d43c31800e93453e85bafba8af (patch)
tree7878d3615af6ff19f87f94e3fa362db1bca5f9c5 /prosody.cfg.lua.dist
parentmodulemanager: Fire item-removed events on module unload. (diff)
downloadprosody-f3a1c08111f2c2d43c31800e93453e85bafba8af.tar.xz
prosody-f3a1c08111f2c2d43c31800e93453e85bafba8af.zip
prosody.cfg.lua.dist: Remove lie about requiring console_enabled
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index d660a9bd2..04a1ce5ee 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -63,7 +63,7 @@ Host "*"
-- Other specific functionality
--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
- --"console"; -- telnet to port 5582 (needs console_enabled = true)
+ --"console"; -- Opens admin telnet interface on localhost port 5582
--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
--"httpserver"; -- Serve static files from a directory over HTTP
};