File

.busted @ 10752:930f38939f1e

mod_mam: Remove unused variables [luacheck] Logic using full vs bare JID addressing may return in the future.
author Kim Alvefur <zash@zash.se>
date Thu, 23 Apr 2020 01:05:34 +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";
  };
}