.busted
author Jonas Wielicki <jonas@wielicki.name>
Sun, 06 Jan 2019 11:28:54 +0100
changeset 9765 8e83f90bf96b
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
MUC: add ID to message if no ID is present

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