.busted
author Kim Alvefur <zash@zash.se>
Sun, 30 Dec 2018 20:30:59 +0100
changeset 9753 9361bd1b9c9b
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
util.error: Add a function for creating an error object from an error stanza

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