File

.busted @ 11809:49cfd3628d9d 0.11

prosodyctl: Fix later import of LuaFileSystem lfs or WHAT How did this even happen?
author Kim Alvefur <zash@zash.se>
date Sat, 11 Sep 2021 22:26:50 +0200
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source

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