File

.busted @ 10316:74b49c8b1b79

doap: Fix missing '0' in URL to XEP-0288
author Kim Alvefur <zash@zash.se>
date Thu, 10 Oct 2019 23:39:32 +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";
  };
}