.busted
author Kim Alvefur <zash@zash.se>
Sun, 31 May 2020 22:39:34 +0200
branch0.11
changeset 11122 ece430d49809
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
mod_c2s,mod_s2s: Make stanza size limits configurable

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