From d554720b7c9303ebe52ad3019f8f479af9c9361f Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 21 Sep 2025 18:09:54 +0100 Subject: Enable websocket module This provides a more performant alternative to BOSH for clients wishing to access the server over HTTP. --- files/prosody.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 52022f4..9955c54 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -46,6 +46,7 @@ modules_enabled = { "vcard4"; "vcard_legacy"; "version"; + "websocket"; -- Invites {% if not is_transport_server %} -- cgit v1.2.3