Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 8285:433b2a41351f
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 29 Sep 2017 13:45:03 +0200 |
parent | 8268:e21d82551e05 |
parent | 8273:ca881f4bc415 |
child | 9590:6d4da1b4b6f4 |
comparison
equal
deleted
inserted
replaced
8271:c09deab9989e | 8285:433b2a41351f |
---|---|
63 "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands | 63 "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands |
64 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 | 64 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 |
65 | 65 |
66 -- HTTP modules | 66 -- HTTP modules |
67 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" | 67 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" |
68 --"websockets"; -- XMPP over WebSockets | 68 --"websocket"; -- XMPP over WebSockets |
69 --"http_files"; -- Serve static files from a directory over HTTP | 69 --"http_files"; -- Serve static files from a directory over HTTP |
70 | 70 |
71 -- Other specific functionality | 71 -- Other specific functionality |
72 --"limits"; -- Enable bandwidth limiting for XMPP connections | 72 --"limits"; -- Enable bandwidth limiting for XMPP connections |
73 --"groups"; -- Shared roster support | 73 --"groups"; -- Shared roster support |