File

.busted @ 12868:d5cb86b84d12

mod_admin_shell: Use tables to present MUC users Tables are awesome!
author Kim Alvefur <zash@zash.se>
date Sun, 29 Jan 2023 18:31:25 +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";
  };
}