diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 18:09:54 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 18:11:45 +0100 |
| commit | d554720b7c9303ebe52ad3019f8f479af9c9361f (patch) | |
| tree | a858ece4a653b20a1cd8e79b7254bf372c83d5dd | |
| parent | 68afb82c933c1b80fdadf77f4a6bce6f2d4ef54d (diff) | |
Enable websocket module
This provides a more performant alternative to BOSH for clients wishing to
access the server over HTTP.
| -rw-r--r-- | files/prosody.cfg.lua.j2 | 1 |
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 %} |
