Uses of Class
org.jivesoftware.smackx.packet.MUCOwner.Destroy

Packages that use MUCOwner.Destroy
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of MUCOwner.Destroy in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return MUCOwner.Destroy
 MUCOwner.Destroy MUCOwner.getDestroy()
          Returns a request to the server to destroy a room.
 

Methods in org.jivesoftware.smackx.packet with parameters of type MUCOwner.Destroy
 void MUCOwner.setDestroy(MUCOwner.Destroy destroy)
          Sets a request to the server to destroy a room.