File

.busted @ 11234:d28e11beb5d5

doap: Add XEP-0441, the preferences part broken out of XEP-0313
author Kim Alvefur <zash@zash.se>
date Sun, 13 Dec 2020 16:27:00 +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";
  };
}