Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenComponents
Fix versions
Priority
Major
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenComponents
Fix versions
Priority
Created February 16, 2018 at 8:52 PM
Updated July 18, 2019 at 4:17 PM
Resolved March 5, 2018 at 7:35 PM
MAM is used to retrieve message archives. As archives can get quite large, clients can specify what part of the archive they'd like to obtain. That's done using RSM. One of the options provided by RSM is to 'page backwards', meaning: get the messages just before a certain index or element.
Our MUC MAM RSM (... yeah!) implementation does not handle this correctly. When a client asks for 'the last 50 results', it actually receives the first 50 results instead.