Skip to content

Tags: paleg/ejabberd

Tags

19.05

Change implementation of mod_offline use_mam_for_storage

Previous version was trying to determine range of messages that should
be fetched from mam by storing time when last user resource disconnected.

But that had couple edge cases that could cause problems, for example in
case of node crash we could not store information about user disconnect
and with that we didn't have data to initiate mam query.

New version don't track user disconnects, but simply ensure that we have
timestamp of first message that is gonna be put in storage, after some
measurements cost of that check with caching on top is not that costly,
and as much more robust i decided to introduce that change.

19.02

Add MQTT listener and module in example config

18.12.1

Fix PIEFXIS export of user when password is scrammed (processone#2721)

18.12

Update mix packaging

18.09

Update mix.lock

18.06

Update mix.lock

18.04

Update mix.exs version

18.03

Get rid of 'fs' package dependency in mix

18.1.0

Fix packaging of 18.01 for hex.pm

18.01

Include newly releases fast_tls/esip/stun in mix.lock