Uses of Class
org.jivesoftware.openfire.muc.HistoryStrategy
Packages that use HistoryStrategy
Package
Description
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
-
Uses of HistoryStrategy in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return HistoryStrategyModifier and TypeMethodDescriptionMultiUserChatService.getHistoryStrategy()Obtain the server-wide default message history settings.Constructors in org.jivesoftware.openfire.muc with parameters of type HistoryStrategyModifierConstructorDescriptionHistoryStrategy(org.xmpp.packet.JID roomJID, HistoryStrategy parentStrategy) Create a history strategy with the given parent strategy (for defaults) or null if no parent exists.MUCRoomHistory(MUCRoom room, HistoryStrategy historyStrategy) -
Uses of HistoryStrategy in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return HistoryStrategy