Uses of Class
org.jivesoftware.smackx.muc.packet.MUCUser.Status
Packages that use MUCUser.Status
Package
Description
Stanza filters for Multi-User Chat.
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 -
Uses of MUCUser.Status in org.jivesoftware.smackx.muc.packet
Fields in org.jivesoftware.smackx.muc.packet declared as MUCUser.StatusModifier and TypeFieldDescriptionstatic final MUCUser.StatusMUCUser.Status.BANNED_301static final MUCUser.StatusMUCUser.Status.KICKED_307static final MUCUser.StatusMUCUser.Status.NEW_NICKNAME_303static final MUCUser.StatusMUCUser.Status.PRESENCE_TO_SELF_110static final MUCUser.StatusMUCUser.Status.REMOVED_AFFIL_CHANGE_321static final MUCUser.StatusMUCUser.Status.REMOVED_FOR_TECHNICAL_REASONS_333static final MUCUser.StatusMUCUser.Status.ROOM_CREATED_201Methods in org.jivesoftware.smackx.muc.packet that return MUCUser.StatusMethods in org.jivesoftware.smackx.muc.packet that return types with arguments of type MUCUser.StatusModifier and TypeMethodDescriptionMUCUser.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.StatusModifier and TypeMethodDescriptionvoidMUCUser.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.StatusModifier and TypeMethodDescriptionvoidMUCUser.addStatusCodes(Set<MUCUser.Status> statusCodes) Add the status codes which holds the codes that assists in presenting notification messages.