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 children that holds information about affiliation,
jids and nicks.
|
void |
setDestroy(Destroy destroy)
Sets a request to the server to destroy a room.
|
createErrorResponse, createErrorResponse, createErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementXML, getChildElementXML, getType, initializeAsResultFor, initialzeAsResultFor, isRequestIQ, setType, toString, toXML
addCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensions, getFrom, getLanguage, getPacketID, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, logCommonAttributes, overrideExtension, removeExtension, removeExtension, setError, setError, setFrom, setFrom, setLanguage, setPacketID, setStanzaId, setStanzaId, setTo, setTo
public 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