File

.busted @ 10645:067ada779ea5

stanza_router: only fire pre-stanza if firing other preevents (e.g. for c2s sessions)
author Matthew Wild <mwild1@gmail.com>
date Wed, 05 Feb 2020 22:53:59 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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