Package | Description |
---|---|
org.jivesoftware.smackx.muc.packet |
Element classes for XEP-0045: Multi-User Chat.
|
org.jivesoftware.smackx.muc.provider |
Provider classes for XEP-0045: Multi-User Chat.
|
Modifier and Type | Method and Description |
---|---|
Destroy |
Destroy.clone() |
Destroy |
MUCOwner.getDestroy()
Returns a request to the server to destroy a room.
|
Destroy |
MUCUser.getDestroy()
Returns the notification that the room has been destroyed.
|
Modifier and Type | Method and Description |
---|---|
void |
MUCOwner.setDestroy(Destroy destroy)
Sets a request to the server to destroy a room.
|
void |
MUCUser.setDestroy(Destroy destroy)
Sets the notification that the room has been destroyed.
|
Constructor and Description |
---|
Destroy(Destroy other) |
Modifier and Type | Method and Description |
---|---|
static Destroy |
MUCParserUtils.parseDestroy(org.xmlpull.v1.XmlPullParser parser) |