6.7.0 to 6.x.x
Removal and deprecation¶
The following features are removed or deprecated.
mod_muc_log removed and configuration cleanup¶
The mod_muc_log module was removed in this release. Delete mod_muc_log from your configured modules list and remove any mod_muc_log options.
Also remove modules.mod_muc.default_room.logging option.
If you need message history, enable and configure mod_mam instead.
Metrics¶
The changes to metrics and instrumentation are listed below.
router_no_route_found is now a global metric¶
The router_no_route_found metric is no longer scoped by host_type.
This event can be emitted when routing reaches the end of the routing chain, where the stanza's host type can be unknown.
See Sessions and routing for more information.