Uses of Class
org.jivesoftware.smackx.muc.MUCRole
-
Packages that use MUCRole Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.org.jivesoftware.smackx.muc.packet Element classes for XEP-0045: Multi-User Chat. -
-
Uses of MUCRole in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return MUCRole Modifier and Type Method Description static MUCRole
MUCRole. fromString(String string)
MUCRole
Affiliate. getRole()
Returns the current role of the affiliated user if the user is currently in the room.MUCRole
Occupant. getRole()
Returns the current role of the occupant in the room.static MUCRole
MUCRole. valueOf(String name)
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 MUCRole Modifier and Type Method Description MUCRole
MUCItem. 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 MUCRole Constructor Description MUCItem(MUCAffiliation affiliation, MUCRole role, Jid actor, String reason, Jid jid, Resourcepart nick, Resourcepart actorNick)
Creates a new item child.MUCItem(MUCRole role)
MUCItem(MUCRole role, Resourcepart nick)
MUCItem(MUCRole role, Resourcepart nick, String reason)
-