File

.busted @ 11002:b0766f2603e9

prosodyctl about: Use library function for sorted listing of lua modules Code reuse and one less module to import is nice.
author Kim Alvefur <zash@zash.se>
date Fri, 10 Jul 2020 03:13:27 +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";
  };
}