Fix index attribute when getting last page from PubSub with RSM (#3618)

This fixes Example 11 from "2.5 Requesting the Last Page in a Result Set":
https://xmpp.org/extensions/xep-0059.html#last
This commit is contained in:
Badlop 2021-06-08 16:45:42 +02:00
parent 4520d5f3c1
commit 41fd2afeb3
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ get_items(Nidx, _From, #rsm_set{max = Max, index = IncIndex,
{_, <<>>, undefined} ->
%% 2.5 Requesting the Last Page in a Result Set
SubList = lists:reverse(RItems),
{0, lists:sublist(SubList, Limit)};
{Count, lists:sublist(SubList, Limit)};
{_, Stamp, undefined} ->
BeforeNow = encode_stamp(Stamp),
SubList = lists:dropwhile(