prosody/plugins/mod_mam
Kim Alvefur e2807b035e mod_mam: Store archives with sub-second precision timestamps
Changes sub-second part of example timestamp to .5 in order to avoid
floating point issues.

Some clients use timestamps when ordering messages which can lead to
messages having the same timestamp ending up in the wrong order.

It would be better to preserve the order messages are sent in, which is
the order they were stored in.
2022-08-14 17:28:31 +02:00
..
mamprefs.lib.lua mod_mam: Implement option to enable MAM implicitly when client support is detected (#867) 2018-02-21 21:02:16 +01:00
mamprefsxml.lib.lua mod_mam: Only accept valid JIDs in <always/> and <never/> prefs. (fixes #1275) 2018-12-23 15:25:01 +01:00
mod_mam.lua mod_mam: Store archives with sub-second precision timestamps 2022-08-14 17:28:31 +02:00