File

.busted @ 9703:0cfb7b3593eb 0.11

MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’) Introduced by change from add_child to add_direct_child in ce57c69a20e2 Why does add_direct_child not return self like everything else?
author Kim Alvefur <zash@zash.se>
date Sat, 15 Dec 2018 11:55:27 +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";
  };
}