Uses of Enum
org.jivesoftware.smackx.muc.MUCRole
Packages that use MUCRole
Package
Description
Smack API for Multi-User Chat (MUC, XEP-0045).
Element classes for XEP-0045: Multi-User Chat.
-
Uses of MUCRole in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return MUCRoleModifier and TypeMethodDescriptionstatic MUCRole
MUCRole.fromString
(String string) Affiliate.getRole()
Returns the current role of the affiliated user if the user is currently in the room.Occupant.getRole()
Returns the current role of the occupant in the room.static MUCRole
Returns the enum constant of this type with the specified name.static MUCRole[]
MUCRole.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MUCRole in org.jivesoftware.smackx.muc.packet
Methods in org.jivesoftware.smackx.muc.packet that return MUCRoleModifier and TypeMethodDescriptionMUCItem.getRole()
Returns the temporary position or privilege level of an occupant within a room.Constructors in org.jivesoftware.smackx.muc.packet with parameters of type MUCRoleModifierConstructorDescriptionMUCItem
(MUCAffiliation affiliation, MUCRole role, Jid actor, String reason, Jid jid, Resourcepart nick, Resourcepart actorNick) Creates a new item child.MUCItem
(MUCRole role, Resourcepart nick) MUCItem
(MUCRole role, Resourcepart nick, String reason)