Package rocks.xmpp.extensions.muc.model
Interface Destroy
-
- All Superinterfaces:
Addressable
public interface Destroy extends Addressable
The<destroy/>element, which is used in both#ownerand#usernamespace and indicates a room destruction.- See Also:
- 10.9 Destroying a Room
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JidgetJid()The optional address of an alternate venue.StringgetReason()The reason for the destruction.
-
-
-
Method Detail
-
getJid
Jid getJid()
The optional address of an alternate venue.- Specified by:
getJidin interfaceAddressable- Returns:
- The JID.
-
getReason
String getReason()
The reason for the destruction.- Returns:
- The reason.
-
-