Package rocks.xmpp.extensions.rsm.model
Provides XML schema implementations of XEP-0059: Result Set
Management.
It defines an XMPP protocol extension that enables an entity to page through and otherwise manage the receipt of large result sets. The protocol can be used in the context of any XMPP protocol that might send large result sets (such as service discovery, multi-user chat, and publish-subscribe). While the requesting entity in such an interaction can explicitly request the use of result set management, an indication that result set management is in use can also be proactively included by the responding entity when returning a limited result set in response to a query.
-
Interface Summary Interface Description ResultSetItem A result item, which can be used in the context of result set management. -
Class Summary Class Description ResultSetManagement The implementation of the<set/>
element in thehttp://jabber.org/protocol/rsm
namespace.