-
Actually, usage of MAMFC (XEP-0427) is a no-go as it does not allow us to have access to all of the aggregated data, only the summary. To solve that (and have benefit from data aggregation and reduction of load and roundtrips I've created modified version of MAMFC (different algorithm of collation) that would improve sync performance for us.
-
The current version is "usable", however, it would be far better to improve positioning (finding a position of the message by
stable-id
in the archive) as it would improve performance, reduce the load on the database and make it more reliable. I'll create a separate task for that.
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
Candidate for next major release
|
Iterations
Issue Votes (0)
Add support for XEP-0427: MAM Fastening Collation. This would allow us to reduce number of requests sent to the server to retrieve history from MAM as delivery receipts, etc. would be incorporated in the messages to which they are related instead of being a separate message.