prosody.cfg.lua.dist: Remove lie about requiring console_enabled
authorMatthew Wild <mwild1@gmail.com>
Fri, 1 Jan 2010 03:32:26 +0000 (03:32 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 1 Jan 2010 03:32:26 +0000 (03:32 +0000)
prosody.cfg.lua.dist

index 822b8fd15054f0a73670ea8d2b81b3b2f886e6bc..de07d7c52b64e102d1a99317f5d577646b71a298 100644 (file)
@@ -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
                          };