summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-09-21 18:09:54 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-09-21 18:11:45 +0100
commitd554720b7c9303ebe52ad3019f8f479af9c9361f (patch)
treea858ece4a653b20a1cd8e79b7254bf372c83d5dd /files
parent68afb82c933c1b80fdadf77f4a6bce6f2d4ef54d (diff)
Enable websocket module
This provides a more performant alternative to BOSH for clients wishing to access the server over HTTP.
Diffstat (limited to 'files')
-rw-r--r--files/prosody.cfg.lua.j21
1 files changed, 1 insertions, 0 deletions
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 %}