File

.busted @ 10714:9ecad2304297

MUC: Switch hats to new presence APIs
author Matthew Wild <mwild1@gmail.com>
date Sat, 11 Apr 2020 16:45:27 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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