File

.busted @ 10225:9bdd9b6bf362

MUC: Simplify nickname refresh loop Affiliation data is passed as a loop variable so no need to retrieve it
author Kim Alvefur <zash@zash.se>
date Sun, 25 Aug 2019 21:31:04 +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";
  };
}