File

.busted @ 12741:7b3deafb9162

prosodyctl: check turn: More clearly indicate the error is from TURN server
author Matthew Wild <mwild1@gmail.com>
date Thu, 06 Oct 2022 11:12:57 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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