Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 2829:7f22d9c384e1
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 |
parent | 2024:46a9c7c99476 |
child | 2982:0395f2f34bd5 |
comparison
equal
deleted
inserted
replaced
2828:fbddc3ed0d09 | 2829:7f22d9c384e1 |
---|---|
61 "pep"; -- Enables users to publish their mood, activity, playing music and more | 61 "pep"; -- Enables users to publish their mood, activity, playing music and more |
62 "register"; -- Allow users to register on this server using a client and change passwords | 62 "register"; -- Allow users to register on this server using a client and change passwords |
63 | 63 |
64 -- Other specific functionality | 64 -- Other specific functionality |
65 --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. | 65 --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. |
66 --"console"; -- telnet to port 5582 (needs console_enabled = true) | 66 --"console"; -- Opens admin telnet interface on localhost port 5582 |
67 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" | 67 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" |
68 --"httpserver"; -- Serve static files from a directory over HTTP | 68 --"httpserver"; -- Serve static files from a directory over HTTP |
69 }; | 69 }; |
70 | 70 |
71 -- These modules are auto-loaded, should you | 71 -- These modules are auto-loaded, should you |