File

.busted @ 13584:0f265142117a

mod_roster: Add basic roster management shell commands
author Matthew Wild <mwild1@gmail.com>
date Tue, 07 Jan 2025 12:26:03 +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";
  };
}