.busted
author Kim Alvefur <zash@zash.se>
Fri, 04 Mar 2022 16:58:28 +0100
changeset 12364 0801db678f5e
parent 9968 f299d4917dd8
permissions -rw-r--r--
net.stun: Use util.bitcompat to deal with bit module variances across Lua versions

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