File

.busted @ 11416:0a9d6eec6a8f

doap: Add RFC 7673 Supported in the DNS layer, this isn't RFC about how to use it in XMPP.
author Kim Alvefur <zash@zash.se>
date Tue, 02 Mar 2021 22:57:20 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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