Uses of Class
org.jivesoftware.smackx.muc.packet.Destroy
-
Packages that use Destroy Package Description org.jivesoftware.smackx.muc.packet Element classes for XEP-0045: Multi-User Chat.org.jivesoftware.smackx.muc.provider 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 Destroy Modifier and Type Method Description DestroyDestroy. clone()DestroyMUCOwner. getDestroy()Returns a request to the server to destroy a room.DestroyMUCUser. getDestroy()Returns the notification that the room has been destroyed.Methods in org.jivesoftware.smackx.muc.packet with parameters of type Destroy Modifier and Type Method Description voidMUCOwner. 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 Constructor Description Destroy(Destroy other) -
Uses of Destroy in org.jivesoftware.smackx.muc.provider
Methods in org.jivesoftware.smackx.muc.provider that return Destroy Modifier and Type Method Description static DestroyMUCParserUtils. parseDestroy(XmlPullParser parser)
-