File

.busted @ 13717:4f173a44370b 13.0

prosodyctl: check features: check for mod_muc_mam on MUC components
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Feb 2025 13:17:00 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}