public class MUCLightChangeAffiliationsIQ
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 |
|---|
MUCLightChangeAffiliationsIQ(org.jxmpp.jid.Jid room,
java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> affiliations)
MUCLight change affiliations IQ constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
getAffiliations()
Get the affiliations.
|
protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder |
getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml) |
createErrorResponse, createErrorResponse, createErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementQName, getChildElementXML, getElementName, getType, isRequestIQ, isResponseIQ, setType, toString, toXMLaddCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtension, getExtensionElement, getExtensions, getExtensions, getExtensions, getExtensions, getExtensionsMap, getFrom, getLanguage, getNamespace, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, logCommonAttributes, overrideExtension, removeExtension, removeExtension, setError, setError, setFrom, setLanguage, setNewStanzaId, setStanzaId, setStanzaId, setTo, throwIfNoStanzaIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final java.lang.String ELEMENT
public static final java.lang.String NAMESPACE
public MUCLightChangeAffiliationsIQ(org.jxmpp.jid.Jid room,
java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> affiliations)
room - TODO javadoc me pleaseaffiliations - TODO javadoc me pleasepublic java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> getAffiliations()
protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml)
getIQChildElementBuilder in class org.jivesoftware.smack.packet.IQ