.busted
author Matthew Wild <mwild1@gmail.com>
Sun, 12 Sep 2021 11:38:47 +0100
changeset 11793 f3085620b6ff
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP

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