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.
|
Constructor and Description |
---|
MUCUserStatusCodeFilter(MUCUser.Status status) |
Modifier and Type | Field and 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.ROOM_CREATED_201 |
Modifier and Type | Method and Description |
---|---|
static MUCUser.Status |
MUCUser.Status.create(Integer i) |
static MUCUser.Status |
MUCUser.Status.create(String string) |
Modifier and Type | Method and Description |
---|---|
Set<MUCUser.Status> |
MUCUser.getStatus()
Returns a set of status which holds the status code that assist in presenting notification messages.
|
Modifier and Type | Method and Description |
---|---|
void |
MUCUser.addStatusCode(MUCUser.Status status)
Add a status code which hold a code that assists in presenting notification messages.
|
Modifier and Type | Method and Description |
---|---|
void |
MUCUser.addStatusCodes(Set<MUCUser.Status> statusCodes)
Add the status codes which holds the codes that assists in presenting notification messages.
|