Package | Description |
---|---|
org.jivesoftware.smackx.mam |
XEP-0313: Message Archive Management.
|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
Modifier and Type | Method and Description |
---|---|
MamManager.MamQuery |
MamManager.queryArchive(MamManager.MamQueryArgs mamQueryArgs) |
MamManager.MamQuery |
MamManager.queryMostRecentPage(org.jxmpp.jid.Jid jid,
int max) |
Modifier and Type | Method and Description |
---|---|
List<ClearTextMessage> |
OmemoManager.decryptMamQueryResult(MamManager.MamQuery mamQuery)
Return a list of all OMEMO messages that were found in the MAM query result, that could be successfully decrypted.
|