diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-01-01 03:32:26 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-01-01 03:32:26 +0000 |
commit | f3a1c08111f2c2d43c31800e93453e85bafba8af (patch) | |
tree | 7878d3615af6ff19f87f94e3fa362db1bca5f9c5 /prosody.cfg.lua.dist | |
parent | 2f8bd04c9ca0fbbc40b1f9630816f3976e6754df (diff) | |
download | prosody-f3a1c08111f2c2d43c31800e93453e85bafba8af.tar.gz 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.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index d660a9bd..04a1ce5e 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 }; |