Uses of Class
org.jivesoftware.smackx.packet.MUCInitialPresence.History

Packages that use MUCInitialPresence.History
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of MUCInitialPresence.History in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return MUCInitialPresence.History
 MUCInitialPresence.History MUCInitialPresence.getHistory()
          Returns the history that manages the amount of discussion history provided on entering a room.
 

Methods in org.jivesoftware.smackx.packet with parameters of type MUCInitialPresence.History
 void MUCInitialPresence.setHistory(MUCInitialPresence.History history)
          Sets the History that manages the amount of discussion history provided on entering a room.