File

.busted @ 10368:76eb79d372de

mod_register_ibr: Enforce strict JID validation
author Kim Alvefur <zash@zash.se>
date Fri, 01 Nov 2019 23:11:43 +0100 (2019-11-01)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}