public class MUCOwner
extends org.jivesoftware.smack.packet.IQ
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
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.
|
Destroy |
getDestroy()
Returns a request to the server to destroy a room.
|
protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder |
getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml) |
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, getChildElementName, getChildElementNamespace, getChildElementXML, getType, isRequestIQ, setType, toXMLaddCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensions, getExtensionsXML, getFrom, getLanguage, getPacketID, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, overrideExtension, removeExtension, removeExtension, setError, setFrom, setLanguage, setPacketID, setStanzaId, setTo, toStringpublic static final java.lang.String ELEMENT
public 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.protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml)
getIQChildElementBuilder in class org.jivesoftware.smack.packet.IQ