Uses of Class
org.jivesoftware.openfire.muc.HistoryStrategy.Type
-
Packages that use HistoryStrategy.Type Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045). -
-
Uses of HistoryStrategy.Type in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return HistoryStrategy.Type Modifier and Type Method Description HistoryStrategy.Type
HistoryStrategy. getType()
Obtain the type of history strategy being used.static HistoryStrategy.Type
HistoryStrategy.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static HistoryStrategy.Type[]
HistoryStrategy.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.muc with parameters of type HistoryStrategy.Type Modifier and Type Method Description void
HistoryStrategy.Messages. add(org.xmpp.packet.Message packet, HistoryStrategy.Type strategyType, int strategyMaxNumber)
void
HistoryStrategy. setType(HistoryStrategy.Type newType)
Set the type of history strategy being used.
-