Class MUCLightElements.ConfigurationElement

  • All Implemented Interfaces:
    org.jivesoftware.smack.packet.Element
    Enclosing class:
    MUCLightElements

    public static class MUCLightElements.ConfigurationElement
    extends java.lang.Object
    implements org.jivesoftware.smack.packet.Element
    Configuration element class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.CharSequence toXML​(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jivesoftware.smack.packet.Element

        toXML, toXML
    • Constructor Detail

      • ConfigurationElement

        public ConfigurationElement​(MUCLightRoomConfiguration configuration)
        Configuration element constructor.
        Parameters:
        configuration - TODO javadoc me please
    • Method Detail

      • toXML

        public java.lang.CharSequence toXML​(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
        Specified by:
        toXML in interface org.jivesoftware.smack.packet.Element