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 | 525f5856f25edf5511e6e383e4e97b461855aad9 (patch) | |
tree | a14635fd7385e0c881ed09dc4246e82717903d8d /prosody.cfg.lua.dist | |
parent | f3ca2e21ac1524611d29628370fd4d5ce24b862d (diff) | |
download | prosody-525f5856f25edf5511e6e383e4e97b461855aad9.tar.gz prosody-525f5856f25edf5511e6e383e4e97b461855aad9.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 822b8fd1..de07d7c5 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 }; |