Changeset

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
parents 8272:64165865b131
children 8274:3798955049e3
files prosody.cfg.lua.dist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Tue Sep 26 18:30:34 2017 +0100
+++ b/prosody.cfg.lua.dist	Wed Sep 27 05:27:22 2017 +0200
@@ -65,7 +65,7 @@
 
 	-- 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