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 d660a9bd21d80b0219700be4ace0af008292059e..04a1ce5ee84f442c521df8a5324cc86ffabfc5ff 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
                          };