Class WorkgroupInformation

java.lang.Object
org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
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

public class WorkgroupInformation extends Object implements org.jivesoftware.smack.packet.ExtensionElement
A stanza extension that contains information about the user and agent in a workgroup chat. The stanza extension is attached to group chat invitations.
  • Field Details

  • Constructor Details

    • WorkgroupInformation

      public WorkgroupInformation(org.jxmpp.jid.EntityBareJid workgroupJID)
  • Method Details

    • getWorkgroupJID

      public org.jxmpp.jid.EntityBareJid getWorkgroupJID()
    • 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
    • toXML

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