Software / code / prosody
Changeset
2408:550dd0014575
prosody.cfg.lua.dist: Remove lie about requiring console_enabled
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 01 Jan 2010 03:32:26 +0000 |
| parents | 2407:00121b728a02 |
| children | 2409:36b8de1bfa27 |
| files | prosody.cfg.lua.dist |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Fri Jan 01 03:29:12 2010 +0000 +++ b/prosody.cfg.lua.dist Fri Jan 01 03:32:26 2010 +0000 @@ -63,7 +63,7 @@ -- 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 };