File

.busted @ 12372:1ba451c10f41

prosodyctl: check turn: Add support for testing data relay with an external STUN server via --ping
author Matthew Wild <mwild1@gmail.com>
date Sat, 05 Mar 2022 11:10:18 +0000 (2022-03-05)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}