.busted
author Kim Alvefur <zash@zash.se>
Sat, 01 Aug 2020 12:58:37 +0200
branch0.11
changeset 11022 bacca65ce107
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
mod_s2s: Escape invalid XML in loggin (same way as mod_c2s) fix #1574

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