Uses of Class
org.jivesoftware.smackx.muc.packet.Destroy
Package
Description
Element classes for XEP-0045: Multi-User Chat.
Provider classes for XEP-0045: Multi-User Chat.
-
Uses of Destroy in org.jivesoftware.smackx.muc.packet
Modifier and TypeMethodDescriptionDestroy.clone()
MUCOwner.getDestroy()
Returns a request to the server to destroy a room.MUCUser.getDestroy()
Returns the notification that the room has been destroyed.Modifier and TypeMethodDescriptionvoid
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. -
Uses of Destroy in org.jivesoftware.smackx.muc.provider
Modifier and TypeMethodDescriptionstatic Destroy
MUCParserUtils.parseDestroy
(XmlPullParser parser)