Class MUCLightElements.ConfigurationElement
- java.lang.Object
-
- org.jivesoftware.smackx.muclight.element.MUCLightElements.ConfigurationElement
-
- All Implemented Interfaces:
Element
- Enclosing class:
- MUCLightElements
public static class MUCLightElements.ConfigurationElement extends Object implements Element
Configuration element class.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationElement(MUCLightRoomConfiguration configuration)
Configuration element constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharSequence
toXML(XmlEnvironment enclosingNamespace)
-
-
-
Constructor Detail
-
ConfigurationElement
public ConfigurationElement(MUCLightRoomConfiguration configuration)
Configuration element constructor.- Parameters:
configuration
- TODO javadoc me please
-
-
Method Detail
-
toXML
public CharSequence toXML(XmlEnvironment enclosingNamespace)
-
-