File

.busted @ 13674:1ba58459c919 13.0

mod_invites: Add shell commands to list, show and delete pending invitations
author Matthew Wild <mwild1@gmail.com>
date Thu, 13 Feb 2025 13:04:37 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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