.busted
author Kim Alvefur <zash@zash.se>
Tue, 18 Jul 2023 12:32:41 +0200
changeset 13230 ac44bb7b7064
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast'

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