Uses of Class
org.jivesoftware.smackx.muc.packet.Destroy
Packages that use 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
Methods in org.jivesoftware.smackx.muc.packet that return DestroyModifier 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.Methods in org.jivesoftware.smackx.muc.packet with parameters of type DestroyModifier and TypeMethodDescriptionvoidMUCOwner.setDestroy(Destroy destroy) Sets a request to the server to destroy a room.voidMUCUser.setDestroy(Destroy destroy) Sets the notification that the room has been destroyed.Constructors in org.jivesoftware.smackx.muc.packet with parameters of type Destroy -
Uses of Destroy in org.jivesoftware.smackx.muc.provider
Methods in org.jivesoftware.smackx.muc.provider that return DestroyModifier and TypeMethodDescriptionstatic DestroyMUCParserUtils.parseDestroy(XmlPullParser parser)