public class AgentStatus
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentStatus.ChatInfo
Represents information about a Chat where this Agent is participating.
|
static class |
AgentStatus.Provider
Stanza(/Packet) extension provider for AgentStatus packets.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT_NAME
Element name of the stanza(/packet) extension.
|
static java.lang.String |
NAMESPACE
Namespace of the stanza(/packet) extension.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AgentStatus.ChatInfo> |
getCurrentChats()
Returns a collection of ChatInfo where each ChatInfo represents a Chat where this agent
is participating.
|
java.lang.String |
getElementName() |
int |
getMaxChats() |
java.lang.String |
getNamespace() |
java.lang.String |
getWorkgroupJID() |
java.lang.String |
toXML() |
public static final java.lang.String ELEMENT_NAME
public static final java.lang.String NAMESPACE
public java.lang.String getWorkgroupJID()
public java.util.List<AgentStatus.ChatInfo> getCurrentChats()
public int getMaxChats()
public java.lang.String getElementName()
getElementName in interface org.jivesoftware.smack.packet.NamedElementpublic java.lang.String getNamespace()
getNamespace in interface org.jivesoftware.smack.packet.ExtensionElementpublic java.lang.String toXML()
toXML in interface org.jivesoftware.smack.packet.Element