.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 14 Oct 2022 11:21:16 +0100
changeset 12777 f100c1035576
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_c2s: Include stream attributes in stream-features event We need this to access 'from' in SASL2/FAST.

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