Uses of Enum
org.jivesoftware.smackx.muc.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
Modifier 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
Modifier and TypeMethodDescriptionMUCItem.getRole()
Returns the temporary position or privilege level of an occupant within a room.ModifierConstructorDescriptionMUCItem
(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)