Class Destroy

java.lang.Object
org.jivesoftware.smackx.muc.packet.Destroy
All Implemented Interfaces:
Serializable, Element, NamedElement

public class Destroy extends Object implements NamedElement, Serializable
Represents a request to the server to destroy a room. The sender of the request should be the room's owner. If the sender of the destroy request is not the room's owner then the server will answer a "Forbidden" error.
See Also: