File

.busted @ 9761:8e83f90bf96b

MUC: add ID to message if no ID is present
author Jonas Wielicki <jonas@wielicki.name>
date Sun, 06 Jan 2019 11:28:54 +0100
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";
  };
}