diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-16 13:19:05 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-16 13:19:05 +0000 |
commit | 83e4560a6c6485520d2141f0e13abec420898840 (patch) | |
tree | f5fd15f485e8261bb37097ebcdbc27ac81e98e04 /core/features.lua | |
parent | 8edde6a29951b928cb2388edd8f24b3844b9ae3d (diff) | |
download | prosody-83e4560a6c6485520d2141f0e13abec420898840.tar.gz prosody-83e4560a6c6485520d2141f0e13abec420898840.zip |
mod_http_altconnect: Imported from prosody-modules 6d5a19bdd718 w/changes
Changes from community version:
- Add options to allow explicit control over whether BOSH/WS is advertised
- Always serve XML at /host-meta (no guessing based on Accept), least surprising
Diffstat (limited to 'core/features.lua')
-rw-r--r-- | core/features.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua index d8cefe74..8e155f70 100644 --- a/core/features.lua +++ b/core/features.lua @@ -12,6 +12,8 @@ return { "mod_cloud_notify"; -- mod_muc has built-in vcard support "muc_vcard"; + -- mod_http_altconnect bundled + "http_altconnect"; -- Roles, module.may and per-session authz "permissions"; -- prosody.* namespace |