Class MUCLightElements.ConfigurationsChangeExtension
java.lang.Object
org.jivesoftware.smackx.muclight.element.MUCLightElements.ConfigurationsChangeExtension
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
- Enclosing class:
- MUCLightElements
public static class MUCLightElements.ConfigurationsChangeExtension
extends Object
implements org.jivesoftware.smack.packet.ExtensionElement
Configurations change extension element class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
ConfigurationsChangeExtension
public ConfigurationsChangeExtension(String prevVersion, String version, String roomName, String subject, Map<String, String> customConfigs) Configurations change extension constructor.- Parameters:
prevVersion- TODO javadoc me pleaseversion- TODO javadoc me pleaseroomName- TODO javadoc me pleasesubject- TODO javadoc me pleasecustomConfigs- TODO javadoc me please
-
-
Method Details
-
getElementName
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement
-
getNamespace
- Specified by:
getNamespacein interfaceorg.jivesoftware.smack.packet.XmlElement
-
getPrevVersion
Get the previous version.- Returns:
- the previous version
-
getVersion
Get the version.- Returns:
- the version
-
getRoomName
Get the room name.- Returns:
- the room name
-
getSubject
Get the room subject.- Returns:
- the room subject
-
getCustomConfigs
Get the room custom configurations.- Returns:
- the room custom configurations
-
toXML
- Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-
from
public static MUCLightElements.ConfigurationsChangeExtension from(org.jivesoftware.smack.packet.Message message)
-