| Package | Description |
|---|---|
| org.jivesoftware.smackx.muc.packet | |
| org.jivesoftware.smackx.muc.provider |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Destroy |
MUCParserUtils.parseDestroy(org.xmlpull.v1.XmlPullParser parser) |