File

.busted @ 9523:e9122479e5d8

tests: Remove initial read since XEP is unclear (see #1104) If the store is empty then either this empty vCard element or an item-not-found error is acceptable.
author Kim Alvefur <zash@zash.se>
date Sat, 20 Oct 2018 17:29:31 +0200
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";
  };
}