Description of feature:
RSM is useful with Pubsub to request big nodes.
Motivation: (Why?)
Salut à Toi and Movim are doing extensive use of Pubsub, notably for blogging. Large nodes are common, and RSM it a precious tools to requests items while doing pagination.
IMO, behavior is defined in XEP-0059 (https://xmpp.org/extensions/xep-0059.html), beside others:
+ Limiting the Number of Items
+ Paging Forwards Through a Result Set
+ Paging Backwards Through a Result Set
Pbr
on
Any update? RSM on pubsub and PEP nodes is important
Description of feature: RSM is useful with Pubsub to request big nodes. Motivation: (Why?) Salut à Toi and Movim are doing extensive use of Pubsub, notably for blogging. Large nodes are common, and RSM it a precious tools to requests items while doing pagination.
This requires API changes to util.pubsub
ChangesThere's now also a http://jabber.org/protocol/pubsub#rsm for disco#info as of XEP-0060 1.16.0
Looking into this as a tangent of 'max_items', I notice there's only one single section in XEP-0060¹ that talks about interaction with RSM, and it doesn't really say anything about how it's supposed to work. ¹ https://xmpp.org/extensions/xep-0060.html#subscriber-retrieve-returnsome
IMO, behavior is defined in XEP-0059 (https://xmpp.org/extensions/xep-0059.html), beside others: + Limiting the Number of Items + Paging Forwards Through a Result Set + Paging Backwards Through a Result Set
Any update? RSM on pubsub and PEP nodes is important