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

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

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

Methods in org.jivesoftware.smackx.packet that return MUCUser.Destroy
 MUCUser.Destroy MUCUser.getDestroy()
          Returns the notification that the room has been destroyed.
 

Methods in org.jivesoftware.smackx.packet with parameters of type MUCUser.Destroy
 void MUCUser.setDestroy(MUCUser.Destroy destroy)
          Sets the notification that the room has been destroyed.