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 MamManagerMamManager. getInstanceFor(XMPPConnection connection)Get a MamManager for the MAM archive of the local entity (the "user") of the given connection.static MamManagerMamManager. getInstanceFor(XMPPConnection connection, Jid archiveAddress)static MamManagerMamManager. getInstanceFor(MultiUserChat multiUserChat)Get a MamManager for the MAM archive of the givenMultiUserChat.
-