Uses of Class
org.jivesoftware.smackx.rsm.packet.RSMSet
-
Packages that use RSMSet Package Description org.jivesoftware.smackx.mam.element Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.org.jivesoftware.smackx.rsm.packet Element classes of XEP-0059: Result Set Management.org.jivesoftware.smackx.rsm.provider Providers for XEP-0059: Result Set Management. -
-
Uses of RSMSet in org.jivesoftware.smackx.mam.element
Methods in org.jivesoftware.smackx.mam.element that return RSMSet Modifier and Type Method Description RSMSet
MamFinIQ. getRSMSet()
Get RSM set.Constructors in org.jivesoftware.smackx.mam.element with parameters of type RSMSet Constructor Description MamFinIQ(java.lang.String queryId, RSMSet rsmSet, boolean complete, boolean stable)
MamFinIQ constructor. -
Uses of RSMSet in org.jivesoftware.smackx.rsm.packet
Methods in org.jivesoftware.smackx.rsm.packet that return RSMSet Modifier and Type Method Description static RSMSet
RSMSet. from(Stanza packet)
static RSMSet
RSMSet. newAfter(java.lang.String after)
static RSMSet
RSMSet. newBefore(java.lang.String before)
-
Uses of RSMSet in org.jivesoftware.smackx.rsm.provider
Methods in org.jivesoftware.smackx.rsm.provider that return RSMSet Modifier and Type Method Description RSMSet
RSMSetProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-