prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket

This commit is contained in:
Kim Alvefur 2017-09-27 05:27:22 +02:00
parent a99a96f48a
commit dd09329efa

View file

@ -65,7 +65,7 @@ modules_enabled = {
-- HTTP modules
--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
--"websockets"; -- XMPP over WebSockets
--"websocket"; -- XMPP over WebSockets
--"http_files"; -- Serve static files from a directory over HTTP
-- Other specific functionality