| Package | Description |
|---|---|
| org.jivesoftware.smackx.muc.packet |
TODO describe me.
|
| org.jivesoftware.smackx.muc.provider |
TODO describe me.
|
| 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) |