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.StatusMUCUser.Status. BANNED_301static MUCUser.StatusMUCUser.Status. KICKED_307static MUCUser.StatusMUCUser.Status. NEW_NICKNAME_303static MUCUser.StatusMUCUser.Status. PRESENCE_TO_SELF_110static MUCUser.StatusMUCUser.Status. REMOVED_AFFIL_CHANGE_321static MUCUser.StatusMUCUser.Status. REMOVED_FOR_TECHNICAL_REASONS_333static MUCUser.StatusMUCUser.Status. ROOM_CREATED_201Methods in org.jivesoftware.smackx.muc.packet that return MUCUser.Status Modifier and Type Method Description static MUCUser.StatusMUCUser.Status. create(java.lang.Integer i)static MUCUser.StatusMUCUser.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 voidMUCUser. 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 voidMUCUser. addStatusCodes(java.util.Set<MUCUser.Status> statusCodes)Add the status codes which holds the codes that assists in presenting notification messages.
-