Uses of Class
org.jivesoftware.openfire.muc.MUCRole.Role
-
Packages that use MUCRole.Role Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.cluster org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of MUCRole.Role in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return MUCRole.Role Modifier and Type Method Description MUCRole.RoleMUCRole. getRole()Obtain the role state of the user.static MUCRole.RoleMUCRole.Role. valueOf(int value)Returns the affiliation associated with the specified value.static MUCRole.RoleMUCRole.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static MUCRole.Role[]MUCRole.Role. 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 MUCRole.Role Modifier and Type Method Description voidMUCRole. setRole(MUCRole.Role newRole)Call this method to promote or demote a user's role in a chatroom. -
Uses of MUCRole.Role in org.jivesoftware.openfire.muc.cluster
Methods in org.jivesoftware.openfire.muc.cluster that return MUCRole.Role Modifier and Type Method Description MUCRole.RoleOccupantAddedEvent. getRole()MUCRole.RoleUpdateOccupant. getRole()MUCRole.RoleUpdateOccupantRequest. getRole()Constructors in org.jivesoftware.openfire.muc.cluster with parameters of type MUCRole.Role Constructor Description UpdateOccupantRequest(LocalMUCRoom room, String nickname, MUCRole.Affiliation newAffiliation, MUCRole.Role newRole) -
Uses of MUCRole.Role in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return MUCRole.Role Modifier and Type Method Description MUCRole.RoleLocalMUCRole. getRole()MUCRole.RoleRemoteMUCRole. getRole()Methods in org.jivesoftware.openfire.muc.spi with parameters of type MUCRole.Role Modifier and Type Method Description voidLocalMUCRole. setRole(MUCRole.Role newRole)voidRemoteMUCRole. setRole(MUCRole.Role newRole)Constructors in org.jivesoftware.openfire.muc.spi with parameters of type MUCRole.Role Constructor Description LocalMUCRole(MultiUserChatService chatserver, LocalMUCRoom chatroom, String nickname, MUCRole.Role role, MUCRole.Affiliation affiliation, LocalMUCUser chatuser, org.xmpp.packet.Presence presence, PacketRouter packetRouter)Create a new role.
-