Uses of Class
org.jivesoftware.smackx.mam.MamManager
-
Packages that use MamManager Package Description org.jivesoftware.smackx.mam XEP-0313: Message Archive Management. -
-
Uses of MamManager in org.jivesoftware.smackx.mam
Methods in org.jivesoftware.smackx.mam that return MamManager Modifier and Type Method Description static MamManager
MamManager. getInstanceFor(XMPPConnection connection)
Get a MamManager for the MAM archive of the local entity (the "user") of the given connection.static MamManager
MamManager. getInstanceFor(XMPPConnection connection, Jid archiveAddress)
static MamManager
MamManager. getInstanceFor(MultiUserChat multiUserChat)
Get a MamManager for the MAM archive of the givenMultiUserChat
.
-