Comparison

core/features.lua @ 13718:569fae28a2f3 13.0

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
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Feb 2025 13:19:05 +0000
parent 13657:404d3644ac4a
comparison
equal deleted inserted replaced
13717:4f173a44370b 13718:569fae28a2f3
10 "mod_flags"; 10 "mod_flags";
11 -- mod_cloud_notify bundled 11 -- mod_cloud_notify bundled
12 "mod_cloud_notify"; 12 "mod_cloud_notify";
13 -- mod_muc has built-in vcard support 13 -- mod_muc has built-in vcard support
14 "muc_vcard"; 14 "muc_vcard";
15 -- mod_http_altconnect bundled
16 "http_altconnect";
15 -- Roles, module.may and per-session authz 17 -- Roles, module.may and per-session authz
16 "permissions"; 18 "permissions";
17 -- prosody.* namespace 19 -- prosody.* namespace
18 "loader"; 20 "loader";
19 -- "keyval+" store 21 -- "keyval+" store