Skip to content

6.8.1 to 6.x.x

mod_event_pusher received message events

mod_event_pusher no longer creates received-message events for non-user targets such as:

  • A user-less JID (e.g. server).
  • A multi-user chat room.
  • A nonexistent user.

These events were not valid user-delivery notifications and were unwanted for push-notification logic.

mod_csi buffering

mod_csi no longer buffers stanzas by default. In order to keep buffering enabled, make sure the buffer section is present. If you used the buffer_max option, use buffer.max_size instead.