public class MUCLightInfoIQ
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 |
---|
MUCLightInfoIQ(java.lang.String version,
MUCLightRoomConfiguration configuration,
java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> occupants)
MUCLight info response IQ constructor.
|
Modifier and Type | Method and Description |
---|---|
MUCLightRoomConfiguration |
getConfiguration()
Returns the room configuration.
|
protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder |
getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder xml) |
java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
getOccupants()
Returns the room occupants.
|
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 MUCLightInfoIQ(java.lang.String version, MUCLightRoomConfiguration configuration, java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> occupants)
version
- configuration
- occupants
- 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 MUCLightRoomConfiguration getConfiguration()
public java.util.HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> getOccupants()