Uses of Class
org.jivesoftware.openfire.muc.HistoryStrategy
-
Packages that use HistoryStrategy Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of HistoryStrategy in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return HistoryStrategy Modifier and Type Method Description HistoryStrategy
MultiUserChatService. getHistoryStrategy()
Obtain the server-wide default message history settings.Constructors in org.jivesoftware.openfire.muc with parameters of type HistoryStrategy Constructor Description HistoryStrategy(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 Modifier and Type Method Description HistoryStrategy
MultiUserChatServiceImpl. getHistoryStrategy()
-