Uses of Class
org.jivesoftware.openfire.muc.MUCRoomHistory
-
Packages that use MUCRoomHistory Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045). -
-
Uses of MUCRoomHistory in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return MUCRoomHistory Modifier and Type Method Description MUCRoomHistory
MUCRoom. getRoomHistory()
Returns the history of the room which includes chat transcripts.Methods in org.jivesoftware.openfire.muc with parameters of type MUCRoomHistory Modifier and Type Method Description void
HistoryRequest. sendHistory(MUCRole occupant, MUCRoomHistory roomHistory)
Sends the smallest amount of traffic that meets any combination of the requested criteria.
-