File

.busted @ 10322:b54c94f25947

doap: Add XEP-0380 since mod_csi_simple takes that into consideration
author Kim Alvefur <zash@zash.se>
date Fri, 11 Oct 2019 00:58:33 +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";
  };
}