Xep-0059 (Result Set Management) support

Hi,

On the supported protocols page it is stated that result set management is supported.

Does it means that a client can page through the results of every request or is limited to certain requests?

For example, can a client request only 15-20 items of a pubsub node?

Thanks

bump

The pubsub spec doesn’t allow you to request a particular number of items using Result Set Management. It does say that a future version may use this, but currently it only supports requesting a particular number and all should be returned.

Result Set Management is only used when you request all items and the server decides to use Result Set Management based on volume.

I don’t know if OpenFire actually implements this or not though.