File

.busted @ 12174:a38b7cb5fd6a

mod_storage_xep0227: Support for exporting nodes with no stored configuration
author Matthew Wild <mwild1@gmail.com>
date Mon, 10 Jan 2022 15:48:45 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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