Skip to content

6.6.0 to 6.x.x

Configuration options

We have changed or removed some configuration options.

mod_caps reimplemented with CETS

The mod_caps module has a new implementation. As part of the rework, its configuration options have changed - make sure to adjust your configuration accordingly.

  • backend now has only one supported value: cets. Entity capabilities are now stored in CETS, so the corresponding cets internal database is now required by this module.
  • cache_size and cache_life_time options are removed, because there is no such cache anymore.
  • iq_response_timeout is a new option specifying the maximum waiting time for a user's response to a server disco IQ request. Previously, this was hardcoded to 32 seconds, while the new default is 5 seconds.