Class MUCLightElements.AffiliationsChangeExtension

java.lang.Object
org.jivesoftware.smackx.muclight.element.MUCLightElements.AffiliationsChangeExtension
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.AffiliationsChangeExtension extends Object implements org.jivesoftware.smack.packet.ExtensionElement
Affiliations change extension element class.
  • Field Details

  • Constructor Details

  • Method Details

    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.jivesoftware.smack.packet.XmlElement
    • getAffiliations

      public Map<org.jxmpp.jid.Jid,MUCLightAffiliation> getAffiliations()
      Get the affiliations.
      Returns:
      the affiliations
    • getPrevVersion

      public String getPrevVersion()
      Get the previous version.
      Returns:
      the previous version
    • getVersion

      public String getVersion()
      Get the version.
      Returns:
      the version
    • toXML

      public CharSequence toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element
    • from

      public static MUCLightElements.AffiliationsChangeExtension from(org.jivesoftware.smack.packet.Message message)