XEP-0059 Result Set Management Some code taken from the Strophe RSM plugin, licensed under the MIT License Copyright 2006-2017 Strophe (https://github.com/strophe/strophejs)
- Copyright:
- The Converse.js contributors
- License:
- Mozilla Public License (MPLv2)
- Source:
Classes
Type Definitions
RSMQueryParameters
XEP-0059 RSM Attributes that can be used to filter query results
Type:
- Object
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
after |
String |
<optional> |
The XEP-0359 stanza ID of a message after which messages should be returned. Implies forward paging. |
|
before |
String |
<optional> |
The XEP-0359 stanza ID of a message before which messages should be returned. Implies backward paging. |
|
index |
Integer |
<optional> |
0 | The index of the results page to return. |
max |
Integer |
<optional> |
The maximum number of items to return. |
- Source: