.busted
author Kim Alvefur <zash@zash.se>
Fri, 23 Aug 2019 01:04:00 +0200
changeset 10224 1e2b444acb72
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_*: Tweak :summary API to allow future expansion with more fields Eg might want to include last message, timestamp, chat state or other info.

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