.busted
author Kim Alvefur <zash@zash.se>
Sat, 15 Jan 2022 16:25:25 +0100
changeset 12194 3616128cd2e3
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.jid: Explicitly check for nil rather than falsy A boolean false should blow up.

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