public static class MUCLightElements.ConfigurationsChangeExtension extends Object implements ExtensionElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT |
static String |
NAMESPACE |
| Constructor and Description |
|---|
ConfigurationsChangeExtension(String prevVersion,
String version,
String roomName,
String subject,
HashMap<String,String> customConfigs)
Configurations change extension constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MUCLightElements.ConfigurationsChangeExtension |
from(Message message) |
HashMap<String,String> |
getCustomConfigs()
Get the room custom configurations.
|
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
String |
getPrevVersion()
Get the previous version.
|
String |
getRoomName()
Get the room name.
|
String |
getSubject()
Get the room subject.
|
String |
getVersion()
Get the version.
|
CharSequence |
toXML()
Returns the XML representation of this Element.
|
public static final String ELEMENT
public static final String NAMESPACE
public String getElementName()
NamedElementgetElementName in interface NamedElementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElementpublic String getPrevVersion()
public String getVersion()
public String getRoomName()
public String getSubject()
public HashMap<String,String> getCustomConfigs()
public CharSequence toXML()
Elementpublic static MUCLightElements.ConfigurationsChangeExtension from(Message message)