Uses of Class
org.jivesoftware.openfire.muc.spi.LocalMUCRole
-
Packages that use LocalMUCRole 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 LocalMUCRole in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return LocalMUCRole Modifier and Type Method Description LocalMUCRoleMUCRoom. joinRoom(String nickname, String password, HistoryRequest historyRequest, LocalMUCUser user, org.xmpp.packet.Presence presence)Joins the room using the given nickname.Methods in org.jivesoftware.openfire.muc with parameters of type LocalMUCRole Modifier and Type Method Description voidHistoryRequest. sendHistory(LocalMUCRole joinRole, MUCRoomHistory roomHistory)Sends the smallest amount of traffic that meets any combination of the requested criteria. -
Uses of LocalMUCRole in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return LocalMUCRole Modifier and Type Method Description LocalMUCRoleLocalMUCRoom. joinRoom(String nickname, String password, HistoryRequest historyRequest, LocalMUCUser user, org.xmpp.packet.Presence presence)Methods in org.jivesoftware.openfire.muc.spi that return types with arguments of type LocalMUCRole Modifier and Type Method Description Collection<LocalMUCRole>LocalMUCUser. getRoles()Get all roles for this user.Methods in org.jivesoftware.openfire.muc.spi with parameters of type LocalMUCRole Modifier and Type Method Description voidLocalMUCUser. addRole(String roomName, LocalMUCRole role)Adds the role of the user in a particular room.
-