Package | Description |
---|---|
org.jivesoftware.smackx.mam |
XEP-0313: Message Archive Management.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MamManager.MamQueryResult |
MamManager.page(DataForm dataForm,
RSMSet rsmSet)
Deprecated.
use
MamManager.queryArchive(MamQueryArgs) instead. |
MamManager.MamQueryResult |
MamManager.page(String node,
DataForm dataForm,
RSMSet rsmSet)
Deprecated.
use
MamManager.queryArchive(MamQueryArgs) instead. |
Modifier and Type | Method and Description |
---|---|
RSMSet |
MamFinIQ.getRSMSet()
Get RSM set.
|
Constructor and Description |
---|
MamFinIQ(String queryId,
RSMSet rsmSet,
boolean complete,
boolean stable)
MamFinIQ constructor.
|
Modifier and Type | Method and Description |
---|---|
static RSMSet |
RSMSet.from(Stanza packet) |
static RSMSet |
RSMSet.newAfter(String after) |
static RSMSet |
RSMSet.newBefore(String before) |
Modifier and Type | Method and Description |
---|---|
RSMSet |
RSMSetProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |