.busted
author Jonas Schäfer <jonas@wielicki.name>
Sat, 15 Jan 2022 15:39:13 +0100
changeset 12192 0fee75871f78
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_xep0227: be defensive against empty vCard An empty vCard store may look like the empty table, which does not have the `attr` key, which would then blow up in util.stanza.deserialize.

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