.busted
author Kim Alvefur <zash@zash.se>
Tue, 13 Jul 2021 23:27:44 +0200
changeset 11684 a3d3fb9d0d43
parent 9968 f299d4917dd8
permissions -rw-r--r--
tools/xep227toprosody: Tweak wording in comments

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