File

.busted @ 9640:28d4b9d5a432 0.11

MUC: Fix traceback on muc#admin query with missing <item> child (#1242) Caused by a missing return statement introduced in 494938dec5d8
author Kim Alvefur <zash@zash.se>
date Sun, 25 Nov 2018 13:04:37 +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";
  };
}