Uses of Class
org.jivesoftware.smackx.muc.packet.MUCUser.Status
-
Packages that use MUCUser.Status Package Description org.jivesoftware.smackx.muc.filter Stanza filters for Multi-User Chat.org.jivesoftware.smackx.muc.packet Element classes for XEP-0045: Multi-User Chat. -
-
Uses of MUCUser.Status in org.jivesoftware.smackx.muc.filter
Constructors in org.jivesoftware.smackx.muc.filter with parameters of type MUCUser.Status Constructor Description MUCUserStatusCodeFilter(MUCUser.Status status)
-
Uses of MUCUser.Status in org.jivesoftware.smackx.muc.packet
Fields in org.jivesoftware.smackx.muc.packet declared as MUCUser.Status Modifier and Type Field Description static MUCUser.Status
MUCUser.Status. BANNED_301
static MUCUser.Status
MUCUser.Status. KICKED_307
static MUCUser.Status
MUCUser.Status. NEW_NICKNAME_303
static MUCUser.Status
MUCUser.Status. PRESENCE_TO_SELF_110
static MUCUser.Status
MUCUser.Status. REMOVED_AFFIL_CHANGE_321
static MUCUser.Status
MUCUser.Status. REMOVED_FOR_TECHNICAL_REASONS_333
static MUCUser.Status
MUCUser.Status. ROOM_CREATED_201
Methods in org.jivesoftware.smackx.muc.packet that return MUCUser.Status Modifier and Type Method Description static MUCUser.Status
MUCUser.Status. create(java.lang.Integer i)
static MUCUser.Status
MUCUser.Status. create(java.lang.String string)
Methods in org.jivesoftware.smackx.muc.packet that return types with arguments of type MUCUser.Status Modifier and Type Method Description java.util.Set<MUCUser.Status>
MUCUser. getStatus()
Returns a set of status which holds the status code that assist in presenting notification messages.Methods in org.jivesoftware.smackx.muc.packet with parameters of type MUCUser.Status Modifier and Type Method Description void
MUCUser. addStatusCode(MUCUser.Status status)
Add a status code which hold a code that assists in presenting notification messages.Method parameters in org.jivesoftware.smackx.muc.packet with type arguments of type MUCUser.Status Modifier and Type Method Description void
MUCUser. addStatusCodes(java.util.Set<MUCUser.Status> statusCodes)
Add the status codes which holds the codes that assists in presenting notification messages.
-