.busted
author Kim Alvefur <zash@zash.se>
Tue, 10 Aug 2021 20:51:31 +0200
changeset 11776 e2155e2703dd
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_s2s: Factor out procedure for newly encrypted sessions Goal is to call this if the connection is using Direct TLS, either via multiplexing or a future Direct TLS S2S port.

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