Package | Description |
---|---|
org.jivesoftware.smackx.mam |
XEP-0313: Message Archive Management.
|
Modifier and Type | Method and Description |
---|---|
MamManager.MamPrefsResult |
MamManager.retrieveArchivingPreferences()
Get the preferences stored in the server.
|
MamManager.MamPrefsResult |
MamManager.updateArchivingPreferences(List<org.jxmpp.jid.Jid> alwaysJids,
List<org.jxmpp.jid.Jid> neverJids,
MamPrefsIQ.DefaultBehavior defaultBehavior)
Update the preferences in the server.
|