.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 17 Jan 2022 14:18:27 +0000
changeset 12199 c5788969b812
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_xep0227: Fix luacheck warning

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