mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket
This commit is contained in:
parent
fff24cfdbb
commit
2cc651ad75
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ modules_enabled = {
|
||||||
|
|
||||||
-- HTTP modules
|
-- HTTP modules
|
||||||
--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
|
--"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
|
--"http_files"; -- Serve static files from a directory over HTTP
|
||||||
|
|
||||||
-- Other specific functionality
|
-- Other specific functionality
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue