File

.busted @ 10358:a77d9b3885bb

util.jid: Add a 'strict' flag for jidprep calls
author Kim Alvefur <zash@zash.se>
date Mon, 09 Sep 2019 22:15:04 +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";
  };
}