view .busted @ 14183:888d0c52db41 13.0

util.pubsub: Remove JIDs not permitted to be subscribed on affiliation change (fixes #1709) Looks like a copy/paste error.
author Matthew Wild <mwild1@gmail.com>
date Mon, 25 May 2026 16:14:56 +0100
parents f299d4917dd8
children
line wrap: on
line source

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