.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 23 Feb 2024 21:13:10 +0000
changeset 13440 1ce18cb3e6cc
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_server_info: New module to manage the serverinfo disco extension form This allows multiple modules to populate the form dynamically. Currently the form is "owned" by mod_server_contact_info, which prevents other modules from contributing to it. A further commit will port mod_server_contact_info to use this module.

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