.busted
author Kim Alvefur <zash@zash.se>
Wed, 16 Sep 2020 18:16:08 +0200
changeset 11073 770a5923e959
parent 9968 f299d4917dd8
permissions -rw-r--r--
doap: Add XEP-0307 Support first added in 2919f3b985fc and later moved into its own module in 3a1c39b31497

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