.busted
author Kim Alvefur <zash@zash.se>
Mon, 15 Feb 2021 16:29:13 +0100
branch0.11
changeset 11380 774811e2c6ab
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
mod_pep: Advertise base pubsub feature (fixes #1632) Noticed while discussing feature discovery in Gajim Thanks lovetox

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