File

.busted @ 13313:f7086dda0ec4

doap: Update XEP-0313 version, only change align with current mod_mam behavior
author Kim Alvefur <zash@zash.se>
date Sat, 11 Nov 2023 18:29:50 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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