File

.busted @ 10254:ddc8d5171da2

doap: Add XEP-0288
author Kim Alvefur <zash@zash.se>
date Mon, 09 Sep 2019 19:54:59 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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