File

.busted @ 10690:27d15097c235 0.11

MUC: Persist affiliation_data in new MUC format!
author Matthew Wild <mwild1@gmail.com>
date Thu, 12 Mar 2020 20:32:07 +0000
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}