# HG changeset patch # User Matthew Wild # Date 1262316746 0 # Node ID 550dd0014575b36f020a0fc697b019b9cbbf2bcf # Parent 00121b728a02c0e61a9904e54ef952e5f9265421 prosody.cfg.lua.dist: Remove lie about requiring console_enabled diff -r 00121b728a02 -r 550dd0014575 prosody.cfg.lua.dist --- 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 };