public class MUCOwner
extends org.jivesoftware.smack.packet.IQ
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE |
| Constructor and Description |
|---|
MUCOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(MUCItem item)
Adds an item child that holds information about affiliation, jids and nicks.
|
org.jivesoftware.smack.util.XmlStringBuilder |
getChildElementXML() |
Destroy |
getDestroy()
Returns a request to the server to destroy a room.
|
java.util.List<MUCItem> |
getItems()
Returns a List of item childs that holds information about affiliation,
jids and nicks.
|
void |
setDestroy(Destroy destroy)
Sets a request to the server to destroy a room.
|
createErrorResponse, createResultIQ, getType, setType, toXMLaddCommonAttributes, addExtension, addExtensions, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getLanguage, getPacketID, getTo, hashCode, removeExtension, setError, setFrom, setLanguage, setPacketID, setTo, toStringpublic static final java.lang.String NAMESPACE
public java.util.List<MUCItem> getItems()
public Destroy getDestroy()
public void setDestroy(Destroy destroy)
destroy - the request to the server to destroy a room.public void addItem(MUCItem item)
item - the item child that holds information about affiliation, jids and nicks.public org.jivesoftware.smack.util.XmlStringBuilder getChildElementXML()
getChildElementXML in class org.jivesoftware.smack.packet.IQ