File

.busted @ 13538:f308cd5d39d9

scansion: Import XEP-0402 test from prosody-modules rev 2c6b14207271 This corresponds to the file mod_bookmarks2/tests/bookmarks2.scs
author Kim Alvefur <zash@zash.se>
date Thu, 31 Oct 2024 17:22:38 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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