Class MUCLightElements.ConfigurationElement
java.lang.Object
org.jivesoftware.smackx.muclight.element.MUCLightElements.ConfigurationElement
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element
- Enclosing class:
- MUCLightElements
public static class MUCLightElements.ConfigurationElement
extends Object
implements org.jivesoftware.smack.packet.Element
Configuration element class.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationElement(MUCLightRoomConfiguration configuration) Configuration element constructor. -
Method Summary
Modifier and TypeMethodDescriptiontoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) 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, toXML
-
Constructor Details
-
ConfigurationElement
Configuration element constructor.- Parameters:
configuration- TODO javadoc me please
-
-
Method Details
-
toXML
- Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-