Uses of Class
tigase.xmpp.rsm.RSM
-
Packages that use RSM Package Description tigase.component.modules.impl tigase.xmpp.mam tigase.xmpp.rsm -
-
Uses of RSM in tigase.component.modules.impl
Methods in tigase.component.modules.impl with parameters of type RSM Modifier and Type Method Description protected java.util.List<Element>DiscoveryModule. prepareDiscoItems(JID jid, java.lang.String node, JID senderJID, RSM rsm) -
Uses of RSM in tigase.xmpp.mam
Methods in tigase.xmpp.mam that return RSM Modifier and Type Method Description RSMQuery. getRsm()RSMQueryImpl. getRsm()Methods in tigase.xmpp.mam with parameters of type RSM Modifier and Type Method Description protected voidMAMQueryParser. validateRsm(RSM rsm) -
Uses of RSM in tigase.xmpp.rsm
Methods in tigase.xmpp.rsm that return RSM Modifier and Type Method Description RSMRSM. fromElement(Element e)static RSMRSM. parseRootElement(Element e)static RSMRSM. parseRootElement(Element e, int defaultMax)
-