File

.busted @ 10271:2f30ad040454

MUC: Update test for vcard-temp changes Should this XEP-0398 behavior even be covered here? The original lines came from a recording.
author Kim Alvefur <zash@zash.se>
date Sat, 21 Sep 2019 17:52:07 +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";
  };
}