Package rocks.xmpp.extensions.muc.model
Interface Destroy
-
- All Superinterfaces:
Addressable
public interface Destroy extends Addressable
The<destroy/>
element, which is used in both#owner
and#user
namespace 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 Jid
getJid()
The optional address of an alternate venue.String
getReason()
The reason for the destruction.
-
-
-
Method Detail
-
getJid
Jid getJid()
The optional address of an alternate venue.- Specified by:
getJid
in interfaceAddressable
- Returns:
- The JID.
-
getReason
String getReason()
The reason for the destruction.- Returns:
- The reason.
-
-