public class MUCLightAffiliationsIQ
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 |
---|
MUCLightAffiliationsIQ(java.lang.String version,
java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> affiliations)
MUC Light affiliations response IQ constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
getAffiliations()
Returns the room affiliations.
|
protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder |
getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml) |
java.lang.String |
getVersion()
Returns the version.
|
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 MUCLightAffiliationsIQ(java.lang.String version, java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> affiliations)
version
- affiliations
- protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml)
getIQChildElementBuilder
in class org.jivesoftware.smack.packet.IQ
public java.lang.String getVersion()
public java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> getAffiliations()