Comparison

prosody.cfg.lua.dist @ 8273:ca881f4bc415

prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket
author Kim Alvefur <zash@zash.se>
date Wed, 27 Sep 2017 05:27:22 +0200
parent 8261:012208387396
child 8285:433b2a41351f
comparison
equal deleted inserted replaced
8272:64165865b131 8273:ca881f4bc415
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