Class MUCLightElements.UserWithAffiliationElement

java.lang.Object
org.jivesoftware.smackx.muclight.element.MUCLightElements.UserWithAffiliationElement
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element
Enclosing class:
MUCLightElements

public static class MUCLightElements.UserWithAffiliationElement extends Object implements org.jivesoftware.smack.packet.Element
User with affiliation element class.
  • Constructor Details

    • UserWithAffiliationElement

      public UserWithAffiliationElement(org.jxmpp.jid.Jid user, MUCLightAffiliation affiliation)
      User with affiliations element constructor.
      Parameters:
      user - TODO javadoc me please
      affiliation - TODO javadoc me please
  • Method Details

    • toXML

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