File

.busted @ 10272:327e374f143c

MUC: Fix XML syntax error in test How did this even happen?
author Kim Alvefur <zash@zash.se>
date Sat, 21 Sep 2019 18:16:45 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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