.busted
author Kim Alvefur <zash@zash.se>
Wed, 01 Dec 2021 16:41:10 +0100
changeset 12055 c32ef09ab452
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_smacks: Persist old counter values to storage This allows clients that try to resume a session after a server restart to at least know which of their pending outgoing stanzas were received and which need to be re-sent. This removes the limit on how many of those counters are kept, which should be fixed eventually.

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