Converse converse.js

Class: RSM

converse-rsm.RSM(options)

new RSM(options)

Create a new RSM instance

Parameters:
Name Type Description
options Object

Configuration options

Source:

Methods

toXML() → {XMLElement}

Returns a <set> XML element that confirms to XEP-0059 Result Set Management. The element is constructed based on the { @link module:converse-rsm~RSMQueryParameters } that are set on this RSM instance.

Source:
Returns:
Type
XMLElement