Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 2877:1edeb8fe7d14
Merge 0.6.2/waqas with 0.6.2/MattJ
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 03 Mar 2010 22:05:05 +0000 |
parent | 2829:7f22d9c384e1 |
child | 2982:0395f2f34bd5 |
comparison
equal
deleted
inserted
replaced
2813:46dfcc33ea9e | 2877:1edeb8fe7d14 |
---|---|
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 |