diff options
author | Kim Alvefur <zash@zash.se> | 2017-09-27 05:27:22 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-09-27 05:27:22 +0200 |
commit | 2cc651ad75e3161058c3ecfe7a336a0e6bfa1798 (patch) | |
tree | f144b0a23f38f18ad44cd60f43216c60acbb7791 | |
parent | fff24cfdbb7e1e23596e95c429590eb5420ff432 (diff) | |
download | prosody-2cc651ad75e3161058c3ecfe7a336a0e6bfa1798.tar.gz prosody-2cc651ad75e3161058c3ecfe7a336a0e6bfa1798.zip |
prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index bd897f74..a0fc6c9e 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -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 |