.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 20 Dec 2021 15:39:26 +0000
changeset 12086 e87563fefd85
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children()

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