Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

accept() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Accepts the offer.
ACTIVE - Static variable in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
The queue is active but NOT accepting new chat requests.
addChatSession(AgentChatSession) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
addInvitationListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Adds an invitation listener.
addInvitationListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Adds an invitation listener that will be notified of groupchat invitations from the workgroup for the the user that created this Workgroup instance.
addListener(AgentRosterListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Adds a listener to this roster.
addListenerTriplet(Object, Method, Object[]) - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
Add a listener triplet - the instance of the listener to be messaged, the Method on which the listener should be messaged, and the Object array of arguments to be supplied to the Method.
addMacro(Macro) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
addMacroGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
addMessageEventNotificationListener(MessageEventNotificationListener) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
Adds a message event notification listener.
addMessageEventRequestListener(MessageEventRequestListener) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
Adds a message event request listener.
addNotificationsRequests(Message, boolean, boolean, boolean, boolean) - Static method in class org.jivesoftware.smackx.xevent.MessageEventManager
Adds event notification requests to a message.
addOfferListener(OfferListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Adds an offer listener.
addQueueListener(QueueListener) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Adds a queue listener that will be notified of queue events for the user that created this Workgroup instance.
addQueueUsersListener(QueueUsersListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
 
addRosterEntry(RosterEntry) - Method in class org.jivesoftware.smackx.xroster.packet.RosterExchange
Adds a roster entry to the packet.
addRosterEntry(RemoteRosterEntry) - Method in class org.jivesoftware.smackx.xroster.packet.RosterExchange
Adds a remote roster entry to the packet.
addRosterListener(RosterExchangeListener) - Method in class org.jivesoftware.smackx.xroster.RosterExchangeManager
Adds a listener to roster exchanges.
addSetting(ChatSetting) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
Agent - Class in org.jivesoftware.smackx.workgroup.agent
The Agent class is used to represent one agent in a Workgroup Queue.
agentAdded(EntityBareJid) - Method in interface org.jivesoftware.smackx.workgroup.agent.AgentRosterListener
 
AgentChatHistory - Class in org.jivesoftware.smackx.workgroup.ext.history
IQ provider used to retrieve individual agent information.
AgentChatHistory(EntityBareJid, int, Date) - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
AgentChatHistory(EntityBareJid, int) - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
AgentChatHistory() - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
AgentChatHistory.InternalProvider - Class in org.jivesoftware.smackx.workgroup.ext.history
Stanza extension provider for AgentHistory packets.
AgentChatSession - Class in org.jivesoftware.smackx.workgroup.ext.history
Represents one chat session for an agent.
AgentChatSession(Date, long, String, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
AgentDetail(String, Date, Date) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
 
AgentInfo - Class in org.jivesoftware.smackx.workgroup.packet
IQ stanza for retrieving and changing the Agent personal information.
AgentInfo() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentInfo
 
AgentInfo.Provider - Class in org.jivesoftware.smackx.workgroup.packet
An IQProvider for AgentInfo packets.
agentRemoved(EntityBareJid) - Method in interface org.jivesoftware.smackx.workgroup.agent.AgentRosterListener
 
AgentRoster - Class in org.jivesoftware.smackx.workgroup.agent
Manges information about the agents in a workgroup and their presence.
AgentRosterListener - Interface in org.jivesoftware.smackx.workgroup.agent
Agent roster listener.
AgentSession - Class in org.jivesoftware.smackx.workgroup.agent
This class embodies the agent's active presence within a given workgroup.
AgentSession(EntityBareJid, XMPPConnection) - Constructor for class org.jivesoftware.smackx.workgroup.agent.AgentSession
Constructs a new agent session instance.
AgentStatus - Class in org.jivesoftware.smackx.workgroup.packet
Agent status packet.
AgentStatus.ChatInfo - Class in org.jivesoftware.smackx.workgroup.packet
Represents information about a Chat where this Agent is participating.
AgentStatus.Provider - Class in org.jivesoftware.smackx.workgroup.packet
Stanza extension provider for AgentStatus packets.
AgentStatusRequest - Class in org.jivesoftware.smackx.workgroup.packet
Agent status request packet.
AgentStatusRequest() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
 
AgentStatusRequest.Item - Class in org.jivesoftware.smackx.workgroup.packet
 
AgentStatusRequest.Provider - Class in org.jivesoftware.smackx.workgroup.packet
Stanza extension provider for AgentStatusRequest packets.
AgentWorkgroups - Class in org.jivesoftware.smackx.workgroup.packet
Represents a request for getting the jid of the workgroups where an agent can work or could represent the result of such request which will contain the list of workgroups JIDs where the agent can work.
AgentWorkgroups(Jid) - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups
Creates an AgentWorkgroups request for the given agent.
AgentWorkgroups(Jid, List<String>) - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups
Creates an AgentWorkgroups which will contain the JIDs of the workgroups where an agent can work.
AgentWorkgroups.Provider - Class in org.jivesoftware.smackx.workgroup.packet
An IQProvider for AgentWorkgroups packets.
averageWaitTimeUpdated(WorkgroupQueue, int) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
The average wait time of the queue was updated.

B

BOT_SETTINGS - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Defined as Bot settings type.

C

CANCELLED - Static variable in class org.jivesoftware.smackx.xevent.packet.MessageEvent
 
cancelledNotification(Jid, String) - Method in interface org.jivesoftware.smackx.xevent.MessageEventNotificationListener
Called when a notification that the receiver of the message cancelled the reply is received.
ChatInfo(String, String, Date, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
 
ChatMetadata - Class in org.jivesoftware.smackx.workgroup.ext.history
 
ChatMetadata() - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
ChatMetadata.Provider - Class in org.jivesoftware.smackx.workgroup.ext.history
An IQProvider for Metadata packets.
ChatNotes - Class in org.jivesoftware.smackx.workgroup.ext.notes
IQ stanza for retrieving and adding Chat Notes.
ChatNotes() - Constructor for class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
ChatNotes.Provider - Class in org.jivesoftware.smackx.workgroup.ext.notes
An IQProvider for ChatNotes packets.
ChatSetting - Class in org.jivesoftware.smackx.workgroup.settings
 
ChatSetting(String, String, int) - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
ChatSettings - Class in org.jivesoftware.smackx.workgroup.settings
 
ChatSettings() - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
ChatSettings(String) - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
ChatSettings.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
Stanza extension provider for AgentStatusRequest packets.
close() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Close the agent session.
CLOSED - Static variable in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
The queue is NOT active and NOT accepting new chat requests.
COMPOSING - Static variable in class org.jivesoftware.smackx.xevent.packet.MessageEvent
 
composingNotification(Jid, String) - Method in interface org.jivesoftware.smackx.xevent.MessageEventNotificationListener
Called when a notification that the receiver of the message is composing a reply is received.
composingNotificationRequested(Jid, String, MessageEventManager) - Method in class org.jivesoftware.smackx.xevent.DefaultMessageEventRequestListener
 
composingNotificationRequested(Jid, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.xevent.MessageEventRequestListener
Called when a request that the receiver of the message is composing a reply notification is received.
contains(Jid) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Returns true if the specified XMPP address is an agent in the workgroup.

D

DefaultMessageEventRequestListener - Class in org.jivesoftware.smackx.xevent
Default implementation of the MessageEventRequestListener interface.
DefaultMessageEventRequestListener() - Constructor for class org.jivesoftware.smackx.xevent.DefaultMessageEventRequestListener
 
DELIVERED - Static variable in class org.jivesoftware.smackx.xevent.packet.MessageEvent
 
deliveredNotification(Jid, String) - Method in interface org.jivesoftware.smackx.xevent.MessageEventNotificationListener
Called when a notification of message delivered is received.
deliveredNotificationRequested(Jid, String, MessageEventManager) - Method in class org.jivesoftware.smackx.xevent.DefaultMessageEventRequestListener
 
deliveredNotificationRequested(Jid, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.xevent.MessageEventRequestListener
Called when a request for message delivered notification is received.
departedQueue() - Method in interface org.jivesoftware.smackx.workgroup.user.QueueListener
The user departed the workgroup queue.
departQueue() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Departs the workgroup queue.
DepartQueuePacket - Class in org.jivesoftware.smackx.workgroup.packet
A IQ stanza used to depart a workgroup queue.
DepartQueuePacket(EntityBareJid) - Constructor for class org.jivesoftware.smackx.workgroup.packet.DepartQueuePacket
Creates a depart queue request stanza to the specified workgroup.
DepartQueuePacket(EntityBareJid, EntityJid) - Constructor for class org.jivesoftware.smackx.workgroup.packet.DepartQueuePacket
Creates a depart queue request to the specified workgroup and for the specified user.
dequeueUser(EntityJid) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Removes a user from the workgroup queue.
DISPLAYED - Static variable in class org.jivesoftware.smackx.xevent.packet.MessageEvent
 
displayedNotification(Jid, String) - Method in interface org.jivesoftware.smackx.xevent.MessageEventNotificationListener
Called when a notification of message displayed is received.
displayedNotificationRequested(Jid, String, MessageEventManager) - Method in class org.jivesoftware.smackx.xevent.DefaultMessageEventRequestListener
 
displayedNotificationRequested(Jid, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.xevent.MessageEventRequestListener
Called when a request for message displayed notification is received.
duration - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 

E

ELEMENT - Static variable in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
 
ELEMENT - Static variable in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xevent.packet.MessageEvent
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xroster.RosterExchangeManager
 
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.MetaData
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.SessionID
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.UserID
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
Element name of the stanza extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
Element name of the stanza extension.
entriesReceived(Jid, Iterator<RemoteRosterEntry>) - Method in interface org.jivesoftware.smackx.xroster.RosterExchangeListener
Called when roster entries are received as part of a roster exchange.

F

fromString(String) - Static method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
Converts a String into the corresponding status.

G

GenericSettings - Class in org.jivesoftware.smackx.workgroup.settings
 
GenericSettings() - Constructor for class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
GenericSettings.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
Stanza extension provider for SoundSetting Packets.
getAgent() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the Agent associated to this session.
getAgentChatSessions() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
getAgentCount() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Returns a count of all agents in the workgroup.
getAgentCount() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
 
getAgentDetails() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
Returns a list of AgentDetails.
getAgentHistory(EntityBareJid, int, Date) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Retrieves the AgentChatHistory associated with a particular agent jid.
getAgentJID() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups
 
getAgentJID() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
Returns the bare JID of the Agent that was involved in the conversation.
getAgentRoster() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the agent roster for the workgroup, which contains.
getAgents() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Returns all agents (String JID values) in the workgroup.
getAgents() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
 
getAverageWaitTime() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
Returns the average amount of time users wait in the queue before being routed to an agent.
getAverageWaitTime() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
 
getChatMetadata(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Query for metadata associated with a session id.
getChatSetting(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
getChatSetting(String) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns a single chat setting based on it's identified key.
getChatSettings(int) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns ChatSettings based on type.
getChatSettings() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns all ChatSettings.
getContent() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Returns the content of the offer.
getContent() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
 
getCurrentChats() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
Returns the current number of active chat sessions in the queue.
getCurrentChats() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
Returns a collection of ChatInfo where each ChatInfo represents a Chat where this agent is participating.
getDate() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
Returns the date when this agent joined the chat.
getDescription() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
getDuration() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.MetaData
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.SessionID
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.UserID
 
getElementName() - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
 
getElementName() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.xroster.packet.RosterExchange
Returns the XML element name of the extension sub-packet root element.
getEmail() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
Returns the email address associated with the user.
getEmail() - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
getEmailAddress() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
getEntryCount() - Method in class org.jivesoftware.smackx.xroster.packet.RosterExchange
Returns a count of the entries in the roster exchange.
getEstimatedRemainingTime() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
Get the estimated remaining time.
getEventTypes() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
Returns the types of events.
getExpiresDate() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
The date when the offer will expire.
getFirstEntry() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
getForumsLocation() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
getFullName() - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
getGenericSettings(XMPPConnection, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the generic metadata of the workgroup the agent belongs to.
getGroupArrayNames() - Method in class org.jivesoftware.smackx.xroster.RemoteRosterEntry
Returns a String array for the group names that the roster entry belongs to.
getGroupChatName() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
Get the group chat name.
getGroupNames() - Method in class org.jivesoftware.smackx.xroster.RemoteRosterEntry
Returns an Iterator for the group names (as Strings) that the roster entry belongs to.
getIncomingSoundBytes() - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
getInstance() - Static method in class org.jivesoftware.smackx.workgroup.agent.UserRequest
 
getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.xevent.MessageEventManager
 
getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.xroster.RosterExchangeManager
 
getInvitationSender() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
Get invitation sender.
getInviter() - Method in class org.jivesoftware.smackx.workgroup.agent.InvitationRequest
 
getInviter() - Method in class org.jivesoftware.smackx.workgroup.agent.TransferRequest
 
getInviter() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
getInviter() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.DepartQueuePacket
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.RoomInvitationIQ
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.RoomTransferIQ
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.Transcript
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
getJid() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Returns the Agent's jid.
getJID() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Item
 
getJID() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.OccupantInfo
 
getJid() - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
getJoined() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.OccupantInfo
 
getJoinTime() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
Returns the Date when the Agent joined the conversation.
getJoinTime() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
Returns the Date when the conversation started.
getKbLocation() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
getKey() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
getLeftTime() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
Returns the Date when the Agent left the conversation.
getLeftTime() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
Returns the Date when the conversation finished.
getListenerInstance() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
getListenerMethod() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
getMacro(int) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
getMacroByTitle(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
getMacroGroup(int) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
getMacroGroupByTitle(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
getMacroGroups() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
getMacros(boolean) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Asks the workgroup for it's Global Macros.
getMacros() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
getMap() - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
getMaxChats() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the maximum number of chats the agent can participate in.
getMaxChats() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
Returns the maximum number of simultaneous chats the queue can handle.
getMaxChats() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
 
getMessageBody() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
Get the message body.
getMetaData(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Allows the retrieval of meta data for a specified key.
getMetaData() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
The meta-data associated with the offer.
getMetadata() - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
getMetaData() - Method in class org.jivesoftware.smackx.workgroup.MetaData
Get meta data.
getMetaData() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
Returns any meta-data associated with the offer.
getMetaData() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
Get meta data.
getMethodArguments() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
getName() - Method in class org.jivesoftware.smackx.workgroup.agent.Agent
Return the agents name.
getName() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
Returns the name of the queue.
getName() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Returns the Agent's name.
getName() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Item
 
getName() - Method in class org.jivesoftware.smackx.xroster.RemoteRosterEntry
Returns the user's name.
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.MetaData
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.SessionID
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.UserID
 
getNamespace() - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
 
getNamespace() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.xroster.packet.RosterExchange
Returns the XML namespace of the extension sub-packet root element.
getNickname() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.OccupantInfo
 
getNote(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Retrieves the ChatNote associated with a given chat session.
getNotes() - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
getOccupants() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
 
getOccupantsCount() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
 
getOccupantsInfo(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Asks the workgroup for information about the occupants of the specified room.
getOfflineSettings() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Asks the workgroup for it's Offline Settings.
getOfflineText() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
getOldestEntry() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
Returns the date of the oldest request waiting in the queue.
getOldestEntry() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
 
getOutgoingSoundBytes() - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
getPackets() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcript
Returns the list of Messages and Presences that were sent to the room.
getPersonalMacroGroup() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
getPosition() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
Returns the user's position in the workgroup queue, or -1 if the value isn't set on this packet.
getPresence(Jid) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Returns the presence info for a particular agent, or null if the agent is unavailable (offline) or if no presence information is available.
getPresenceMode() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the agent's current presence mode.
getProvidersUri() - Method in class org.jivesoftware.smack.legacy.LegacyInitializer
 
getQuery() - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
getQuestion() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
getQuestion() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
Returns the question the user asked.
getQueue(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Get queue.
getQueue(Resourcepart) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Get queue.
getQueueJoinTimestamp() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
Get queue join timestamp.
getQueuePosition() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
Get queue position.
getQueuePosition() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns the users current position in the workgroup queue.
getQueueRemainingTime() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns the estimated time (in seconds) that the user has to left wait in the workgroup queue before being routed.
getQueues() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
 
getReason() - Method in class org.jivesoftware.smackx.workgroup.agent.InvitationRequest
 
getReason() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
Get reason.
getReason() - Method in class org.jivesoftware.smackx.workgroup.agent.TransferRequest
 
getReason() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
getReason() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
getReason() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
getRedirectURL() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
getRemaingTime() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
Returns the user's estimated time left in the workgroup queue, or -1 if the value isn't set on this packet.
getResponse() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
getRoom() - Method in class org.jivesoftware.smackx.workgroup.agent.InvitationRequest
 
getRoom() - Method in class org.jivesoftware.smackx.workgroup.agent.TransferRequest
 
getRoom() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
getRoom() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
getRoomID() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
 
getRootGroup() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
getRosterEntries() - Method in class org.jivesoftware.smackx.xroster.packet.RosterExchange
Returns an Iterator for the roster entries in the packet.
getSearchForm(DomainBareJid) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptSearchManager
Returns the Form to use for searching transcripts.
getSearchSettings() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Asks the workgroup for it's Search Settings.
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
The session ID associated with the offer.
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
Get the session id.
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
Returns the sessionID associated to this chat.
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
Returns the session ID associated with the request and ensuing chat.
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.SessionID
 
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcript
Returns id of the session that generated this conversation transcript.
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
Returns the ID of the session that is related to this conversation transcript.
getSessionID() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
Get the session id.
getSettings() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
getSoundSettings() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Asks the workgroup for it's Sound Settings.
getStanzaId() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
Returns the unique ID of the message that requested to be notified of the event.
getStartDate() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
getStatus() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
Returns the status of the queue.
getStatus() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
 
getSubject() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
getSummaries() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts
Returns a list of TranscriptSummary.
getTimeout() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
Returns the number of seconds the agent has to accept the offer before it times out.
getTimestamp() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
Get the timestamp.
getTitle() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
getTitle() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
getTranscript(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the full conversation transcript of a given session.
getTranscript(EntityBareJid, String) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptManager
Returns the full conversation transcript of a given session.
getTranscripts(Jid) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the transcripts of a given user.
getTranscripts(EntityBareJid, Jid) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptManager
Returns the transcripts of a given user.
getTranscriptSearchForm() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the Form to use for searching transcripts.
getType() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
getType() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Item
 
getType() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
getUniqueID() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
Get the unique id.
getUser() - Method in class org.jivesoftware.smackx.workgroup.agent.Agent
Return the agents JID.
getUser() - Method in class org.jivesoftware.smackx.xroster.RemoteRosterEntry
Returns the user.
getUserCount() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
Returns the number of users waiting in the queue waiting to be routed to an agent.
getUserCount() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
Returns the number of users currently in the queue that are waiting to be routed to an agent.
getUserCount() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
 
getUserID() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Returns the userID that the offer originates from.
getUserID() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
Get user id.
getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
Returns the user unique identification of the user that made the initial request and for which this chat was generated.
getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
Returns the userID, which is either the same as the userJID or a special value that the user provided as part of their "join queue" request.
getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts
Returns the id of the user that was involved in the conversations.
getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.UserID
 
getUserID() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
Get user id.
getUserJID() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Returns the JID of the user that made the offer request.
getUserJID() - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 
getUserJID() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
 
getUserJID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
The JID of the user that made the "join queue" request.
getUserJID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
getUsername() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
Returns the username(nickname) associated with the user.
getUsers() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
Returns an Iterator for the users in the queue waiting to be routed to an agent (QueueUser instances).
getUsers() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
Returns the set of users in the queue that are waiting to be routed to an agent (as QueueUser objects).
getValue() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
getVisitorsEmail() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
getVisitorsName() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
getWorkgroupForm() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns the Form to use for all clients of a workgroup.
getWorkgroupJID() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Get workgroup JID.
getWorkgroupJID() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
 
getWorkgroupJID() - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
 
getWorkgroupJID() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns the name of this workgroup (eg support@example.com).
getWorkgroupName() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
The fully qualified name of the workgroup (eg support@example.com).
getWorkgroupName() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
Get workgroup name.
getWorkgroupName() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
Get workgroup name.
getWorkgroupProperties() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Asks the workgroup for it's Properties.
getWorkgroupProperties(String) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Asks the workgroup for it's Properties.
getWorkgroups(Jid, Jid, XMPPConnection) - Static method in class org.jivesoftware.smackx.workgroup.agent.Agent
 
getWorkgroups() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups
Returns a list of workgroup JIDs where the agent can work.
groupChatName - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 

H

hasFinished() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
Has finished.
hasFinishedDispatching - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 
hasForums() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
hasKB() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
hasMonitorPrivileges(XMPPConnection) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
 

I

IMAGE - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
IMAGE_SETTINGS - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Defined as image type.
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.MonitorPacket.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSettings.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.GenericSettings.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.OfflineSettings.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SearchSettings.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SoundSettings.InternalProvider
 
InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties.InternalProvider
 
invitationReceived(WorkgroupInvitation) - Method in interface org.jivesoftware.smackx.workgroup.WorkgroupInvitationListener
The implementing class instance will be notified via this method when an invitation to join a group chat has been received from the server.
InvitationRequest - Class in org.jivesoftware.smackx.workgroup.agent
Request sent by an agent to invite another agent or user.
InvitationRequest(EntityJid, EntityBareJid, String) - Constructor for class org.jivesoftware.smackx.workgroup.agent.InvitationRequest
 
invitationSender - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
isAccepted() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Returns true if the agent accepted this offer.
isAuthRequired() - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
isAvailable() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns true if the workgroup is available for receiving new requests.
isCancelled() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a notification returns if the receiver of the message cancelled composing a reply.
isComposing() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a request returns if the sender of the message requests to be notified when the receiver is composing a reply.
isConfigured() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
isDelivered() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a request returns if the sender of the message requests to be notified when the message is delivered.
isDisplayed() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a request returns if the sender of the message requests to be notified when the message is displayed.
isEmailAvailable() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
The workgroup service may be configured to send email.
isInQueue() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns true if the user is currently waiting in the workgroup queue.
isMessageEventRequest() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
Returns true if this MessageEvent is a request for notifications.
isMonitor() - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
isOffline() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a request returns if the sender of the message requests to be notified when the receiver of the message is offline.
isOnline() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns true if the agent is online with the workgroup.
isPersonal() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
isRejected() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Return true if the agent rejected this offer.
isRunning - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 
isSearchEnabled() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
issuingWorkgroupName - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
Item(EntityBareJid, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Item
 

J

joinedQueue() - Method in interface org.jivesoftware.smackx.workgroup.user.QueueListener
The user joined the workgroup queue.
joinQueue() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Joins the workgroup queue to wait to be routed to an agent.
joinQueue(Form) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Joins the workgroup queue to wait to be routed to an agent.
joinQueue(Form, Jid) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Joins the workgroup queue to wait to be routed to an agent.
joinQueue(Map<String, Object>, Jid) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Joins the workgroup queue to wait to be routed to an agent.

L

LegacyInitializer - Class in org.jivesoftware.smack.legacy
 
LegacyInitializer() - Constructor for class org.jivesoftware.smack.legacy.LegacyInitializer
 
ListenerEventDispatcher - Class in org.jivesoftware.smackx.workgroup.util
This class is a very flexible event dispatcher which implements Runnable so that it can dispatch easily from a newly created thread.
ListenerEventDispatcher() - Constructor for class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 
ListenerEventDispatcher.TripletContainer - Class in org.jivesoftware.smackx.workgroup.util
 
listenerInstance - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
listenerMethod - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 

M

Macro - Class in org.jivesoftware.smackx.workgroup.ext.macros
Macro datamodel.
Macro() - Constructor for class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
MacroGroup - Class in org.jivesoftware.smackx.workgroup.ext.macros
MacroGroup datamodel.
MacroGroup() - Constructor for class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
Macros - Class in org.jivesoftware.smackx.workgroup.ext.macros
Macros iq is responsible for handling global and personal macros in the a Live Assistant Workgroup.
Macros() - Constructor for class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
Macros.InternalProvider - Class in org.jivesoftware.smackx.workgroup.ext.macros
An IQProvider for Macro packets.
makeRoomOwner(XMPPConnection, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
 
messageBody - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
MessageEvent - Class in org.jivesoftware.smackx.xevent.packet
Represents message events relating to the delivery, display, composition and cancellation of messages.
MessageEvent() - Constructor for class org.jivesoftware.smackx.xevent.packet.MessageEvent
 
MessageEventManager - Class in org.jivesoftware.smackx.xevent
Manages message events requests and notifications.
MessageEventNotificationListener - Interface in org.jivesoftware.smackx.xevent
A listener that is fired anytime a message event notification is received.
MessageEventProvider - Class in org.jivesoftware.smackx.xevent.provider
The MessageEventProvider parses Message Event packets.
MessageEventProvider() - Constructor for class org.jivesoftware.smackx.xevent.provider.MessageEventProvider
 
MessageEventRequestListener - Interface in org.jivesoftware.smackx.xevent
A listener that is fired anytime a message event request is received.
MetaData - Class in org.jivesoftware.smackx.workgroup
MetaData stanza extension.
MetaData(Map<String, List<String>>) - Constructor for class org.jivesoftware.smackx.workgroup.MetaData
 
metaData - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
MetaDataProvider - Class in org.jivesoftware.smackx.workgroup.packet
This provider parses meta data if it's not contained already in a larger extension provider.
MetaDataProvider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.MetaDataProvider
 
MetaDataUtils - Class in org.jivesoftware.smackx.workgroup.util
Utility class for meta-data parsing and writing.
MetaDataUtils() - Constructor for class org.jivesoftware.smackx.workgroup.util.MetaDataUtils
 
methodArguments - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
MonitorPacket - Class in org.jivesoftware.smackx.workgroup.packet
 
MonitorPacket() - Constructor for class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
MonitorPacket.InternalProvider - Class in org.jivesoftware.smackx.workgroup.packet
Stanza extension provider for Monitor Packets.

N

NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.MetaData
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.SessionID
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.UserID
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
Namespace of the stanza extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.xevent.packet.MessageEvent
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.xroster.RosterExchangeManager
 
notifyService(XMPPConnection, Jid, String) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 

O

OccupantInfo(String, String, Date) - Constructor for class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.OccupantInfo
 
OccupantsInfo - Class in org.jivesoftware.smackx.workgroup.packet
Stanza used for requesting information about occupants of a room or for retrieving information such information.
OccupantsInfo(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
 
OccupantsInfo.OccupantInfo - Class in org.jivesoftware.smackx.workgroup.packet
 
OccupantsInfo.Provider - Class in org.jivesoftware.smackx.workgroup.packet
Stanza extension provider for AgentStatusRequest packets.
Offer - Class in org.jivesoftware.smackx.workgroup.agent
A class embodying the semantic agent chat offer; specific instances allow the acceptance or rejecting of the offer.
OfferConfirmation - Class in org.jivesoftware.smackx.workgroup.agent
 
OfferConfirmation() - Constructor for class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 
OfferConfirmation.Provider - Class in org.jivesoftware.smackx.workgroup.agent
 
OfferConfirmationListener - Interface in org.jivesoftware.smackx.workgroup.agent
 
offerConfirmed(OfferConfirmation) - Method in interface org.jivesoftware.smackx.workgroup.agent.OfferConfirmationListener
The implementing class instance will be notified via this when the AgentSession has confirmed the acceptance of the Offer.
OfferContent - Class in org.jivesoftware.smackx.workgroup.agent
Type of content being included in the offer.
OfferContent() - Constructor for class org.jivesoftware.smackx.workgroup.agent.OfferContent
 
OfferListener - Interface in org.jivesoftware.smackx.workgroup.agent
An interface which all classes interested in hearing about chat offers associated to a particular AgentSession instance should implement.
offerReceived(Offer) - Method in interface org.jivesoftware.smackx.workgroup.agent.OfferListener
The implementing class instance will be notified via this when the AgentSession has received an offer for a chat.
OfferRequestPacket(Jid, Jid, int, Map<String, List<String>>, String, OfferContent) - Constructor for class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
 
OfferRequestProvider - Class in org.jivesoftware.smackx.workgroup.packet
An IQProvider for agent offer requests.
OfferRequestProvider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider
 
OfferRequestProvider.OfferRequestPacket - Class in org.jivesoftware.smackx.workgroup.packet
 
offerRevoked(RevokedOffer) - Method in interface org.jivesoftware.smackx.workgroup.agent.OfferListener
The implementing class instance will be notified via this when the AgentSessino has received a revocation of a previously extended offer.
OfferRevokePacket(Jid, Jid, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
OfferRevokeProvider - Class in org.jivesoftware.smackx.workgroup.packet
An IQProvider class which has savvy about the offer-revoke tag.
OfferRevokeProvider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider
 
OfferRevokeProvider.OfferRevokePacket - Class in org.jivesoftware.smackx.workgroup.packet
 
OFFLINE - Static variable in class org.jivesoftware.smackx.xevent.packet.MessageEvent
 
offlineNotification(Jid, String) - Method in interface org.jivesoftware.smackx.xevent.MessageEventNotificationListener
Called when a notification that the receiver of the message is offline is received.
offlineNotificationRequested(Jid, String, MessageEventManager) - Method in class org.jivesoftware.smackx.xevent.DefaultMessageEventRequestListener
 
offlineNotificationRequested(Jid, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.xevent.MessageEventRequestListener
Called when a request that the receiver of the message is offline is received.
OfflineSettings - Class in org.jivesoftware.smackx.workgroup.settings
 
OfflineSettings() - Constructor for class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
OfflineSettings.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
Stanza extension provider for AgentStatusRequest packets.
oldestEntryUpdated(WorkgroupQueue, Date) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
The date of oldest entry waiting in the queue was updated.
OPEN - Static variable in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
The queue is active and accepting new chat requests.
org.jivesoftware.smack.legacy - package org.jivesoftware.smack.legacy
TODO describe me.
org.jivesoftware.smackx.workgroup - package org.jivesoftware.smackx.workgroup
TODO describe me.
org.jivesoftware.smackx.workgroup.agent - package org.jivesoftware.smackx.workgroup.agent
TODO describe me.
org.jivesoftware.smackx.workgroup.ext.forms - package org.jivesoftware.smackx.workgroup.ext.forms
TODO describe me.
org.jivesoftware.smackx.workgroup.ext.history - package org.jivesoftware.smackx.workgroup.ext.history
TODO describe me.
org.jivesoftware.smackx.workgroup.ext.macros - package org.jivesoftware.smackx.workgroup.ext.macros
TODO describe me.
org.jivesoftware.smackx.workgroup.ext.notes - package org.jivesoftware.smackx.workgroup.ext.notes
TODO describe me.
org.jivesoftware.smackx.workgroup.packet - package org.jivesoftware.smackx.workgroup.packet
TODO describe me.
org.jivesoftware.smackx.workgroup.settings - package org.jivesoftware.smackx.workgroup.settings
TODO describe me.
org.jivesoftware.smackx.workgroup.user - package org.jivesoftware.smackx.workgroup.user
TODO describe me.
org.jivesoftware.smackx.workgroup.util - package org.jivesoftware.smackx.workgroup.util
TODO describe me.
org.jivesoftware.smackx.xevent - package org.jivesoftware.smackx.xevent
TODO describe me.
org.jivesoftware.smackx.xevent.packet - package org.jivesoftware.smackx.xevent.packet
TODO describe me.
org.jivesoftware.smackx.xevent.provider - package org.jivesoftware.smackx.xevent.provider
TODO describe me.
org.jivesoftware.smackx.xroster - package org.jivesoftware.smackx.xroster
TODO describe me.
org.jivesoftware.smackx.xroster.packet - package org.jivesoftware.smackx.xroster.packet
TODO describe me.
org.jivesoftware.smackx.xroster.provider - package org.jivesoftware.smackx.xroster.provider
TODO describe me.

P

parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.MetaDataProvider
PacketExtensionProvider implementation.
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.SessionID.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptsProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.UserID.Provider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation.Provider
PacketExtensionProvider implementation.
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties.InternalProvider
 
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.xevent.provider.MessageEventProvider
Parses a MessageEvent stanza (extension sub-packet).
parse(XmlPullParser, int, XmlEnvironment) - Method in class org.jivesoftware.smackx.xroster.provider.RosterExchangeProvider
Parses a RosterExchange stanza (extension sub-packet).
parseMacro(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parseMacroGroup(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parseMacroGroups(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parseMetaData(XmlPullParser) - Static method in class org.jivesoftware.smackx.workgroup.util.MetaDataUtils
Parses any available meta-data and returns it as a Map of String name/value pairs.
presenceChanged(Presence) - Method in interface org.jivesoftware.smackx.workgroup.agent.AgentRosterListener
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentInfo.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatus.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.QueueDetails.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.QueueOverview.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.QueueUpdate.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.SessionID.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.UserID.Provider
 
Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation.Provider
 

Q

question - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
QueueDetails - Class in org.jivesoftware.smackx.workgroup.packet
Queue details stanza extension, which contains details about the users currently in a queue.
QueueDetails() - Constructor for class org.jivesoftware.smackx.workgroup.packet.QueueDetails
 
QueueDetails.Provider - Class in org.jivesoftware.smackx.workgroup.packet
Provider class for QueueDetails stanza extensions.
QueueListener - Interface in org.jivesoftware.smackx.workgroup.user
Listener interface for those that wish to be notified of workgroup queue events.
QueueOverview - Class in org.jivesoftware.smackx.workgroup.packet
 
QueueOverview.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
queuePositionUpdated(int) - Method in interface org.jivesoftware.smackx.workgroup.user.QueueListener
The user's queue position has been updated to a new value.
QueueUpdate - Class in org.jivesoftware.smackx.workgroup.packet
An IQ stanza that encapsulates both types of workgroup queue status notifications -- position updates, and estimated time left in the queue updates.
QueueUpdate(int, int) - Constructor for class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
 
QueueUpdate.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
QueueUser - Class in org.jivesoftware.smackx.workgroup
An immutable class which wraps up customer-in-queue data return from the server; depending on the type of information dispatched from the server, not all information will be available in any given instance.
QueueUser(String, int, int, Date) - Constructor for class org.jivesoftware.smackx.workgroup.QueueUser
Queue user.
QueueUsersListener - Interface in org.jivesoftware.smackx.workgroup.agent
 
queueWaitTimeUpdated(int) - Method in interface org.jivesoftware.smackx.workgroup.user.QueueListener
The user's estimated remaining wait time in the queue has been updated.

R

redirects() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
reject() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Rejects the offer.
reload() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Reloads the entire roster from the server.
RemoteRosterEntry - Class in org.jivesoftware.smackx.xroster
Represents a roster item, which consists of a JID and , their name and the groups the roster item belongs to.
RemoteRosterEntry(Jid, String, String[]) - Constructor for class org.jivesoftware.smackx.xroster.RemoteRosterEntry
Creates a new remote roster entry.
removeInvitationListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Removes an invitation listener.
removeListener(AgentRosterListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Removes a listener from this roster.
removeMacro(Macro) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
removeMacroGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
removeMessageEventNotificationListener(MessageEventNotificationListener) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
Removes a message event notification listener.
removeMessageEventRequestListener(MessageEventRequestListener) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
Removes a message event request listener.
removeMetaData(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Allows the removal of data from the agent's meta data, if the key represents existing data, the revised meta data will be rebroadcast in an agent's presence broadcast.
removeOfferListener(OfferListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Removes an offer listener.
removeQueueListener(QueueListener) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Removes a queue listener.
removeQueueListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Removes an invitation listener.
removeQueueUsersListener(QueueUsersListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
 
removeRosterListener(RosterExchangeListener) - Method in class org.jivesoftware.smackx.xroster.RosterExchangeManager
Removes a listener from roster exchanges.
replace(String, String, String) - Static method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
Replaces all instances of oldString with newString in string.
RevokedOffer - Class in org.jivesoftware.smackx.workgroup.agent
An immutable simple class to embody the information concerning a revoked offer, this is namely the reason, the workgroup, the userJID, and the timestamp which the message was received.
RoomInvitation - Class in org.jivesoftware.smackx.workgroup.packet
Stanza extension for InvitationRequest.
RoomInvitation(RoomInvitation.Type, Jid, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
RoomInvitation.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
RoomInvitation.RoomInvitationIQ - Class in org.jivesoftware.smackx.workgroup.packet
 
RoomInvitation.Type - Enum in org.jivesoftware.smackx.workgroup.packet
Type of entity being invited to a groupchat support session.
RoomInvitationIQ(RoomInvitation) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.RoomInvitationIQ
 
RoomTransfer - Class in org.jivesoftware.smackx.workgroup.packet
Stanza extension for TransferRequest.
RoomTransfer(RoomTransfer.Type, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
RoomTransfer.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
RoomTransfer.RoomTransferIQ - Class in org.jivesoftware.smackx.workgroup.packet
 
RoomTransfer.Type - Enum in org.jivesoftware.smackx.workgroup.packet
Type of entity being invited to a groupchat support session.
RoomTransferIQ(RoomTransfer) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.RoomTransferIQ
 
RosterExchange - Class in org.jivesoftware.smackx.xroster.packet
Represents XMPP Roster Item Exchange packets.
RosterExchange() - Constructor for class org.jivesoftware.smackx.xroster.packet.RosterExchange
Creates a new empty roster exchange package.
RosterExchange(Roster) - Constructor for class org.jivesoftware.smackx.xroster.packet.RosterExchange
Creates a new roster exchange package with the entries specified in roster.
RosterExchangeListener - Interface in org.jivesoftware.smackx.xroster
A listener that is fired anytime a roster exchange is received.
RosterExchangeManager - Class in org.jivesoftware.smackx.xroster
Manages Roster exchanges.
RosterExchangeManager(XMPPConnection) - Constructor for class org.jivesoftware.smackx.xroster.RosterExchangeManager
Creates a new roster exchange manager.
RosterExchangeProvider - Class in org.jivesoftware.smackx.xroster.provider
The RosterExchangeProvider parses RosterExchange packets.
RosterExchangeProvider() - Constructor for class org.jivesoftware.smackx.xroster.provider.RosterExchangeProvider
 
run() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 

S

saveMacros(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Persists the Personal Macro for an agent.
SearchSettings - Class in org.jivesoftware.smackx.workgroup.settings
 
SearchSettings() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
SearchSettings.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
Stanza extension provider for AgentStatusRequest packets.
searchTranscripts(Form) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Submits the completed form and returns the result of the transcript search.
send(Roster, Jid) - Method in class org.jivesoftware.smackx.xroster.RosterExchangeManager
Sends a roster to userID.
send(RosterEntry, Jid) - Method in class org.jivesoftware.smackx.xroster.RosterExchangeManager
Sends a roster entry to userID.
send(RosterGroup, Jid) - Method in class org.jivesoftware.smackx.xroster.RosterExchangeManager
Sends a roster group to userID.
sendCancelledNotification(Jid, String) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
Sends the notification that the receiver of the message has cancelled composing a reply.
sendComposingNotification(Jid, String) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
Sends the notification that the receiver of the message is composing a reply.
sendDeliveredNotification(Jid, String) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
Sends the notification that the message was delivered to the sender of the original message.
sendDisplayedNotification(Jid, String) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
Sends the notification that the message was displayed to the sender of the original message.
sendRoomInvitation(RoomInvitation.Type, Jid, String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Invites a user or agent to an existing session support.
sendRoomTransfer(RoomTransfer.Type, String, String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Transfer an existing session support to another user or agent.
serializeMetaData(Map<String, List<String>>) - Static method in class org.jivesoftware.smackx.workgroup.util.MetaDataUtils
Serializes a Map of String name/value pairs into the meta-data XML format.
sessionID - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
SessionID - Class in org.jivesoftware.smackx.workgroup.packet
 
SessionID(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.SessionID
 
sessionID - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
SessionID.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
setAuthRequired(boolean) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
setCancelled(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a notification sets if the receiver of the message cancelled composing a reply.
setComposing(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a request sets if the sender of the message requests to be notified when the receiver is composing a reply.
setDelivered(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a request sets if the sender of the message requests to be notified when the message is delivered.
setDescription(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
setDisplayed(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a request sets if the sender of the message requests to be notified when the message is displayed.
setDuration(long) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
setEmail(String) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
setEmailAddress(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
setForumsLocation(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
setFullName(String) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
setIncomingSound(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
setJid(String) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Sets the Agent's jid.
setJid(String) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
setKbLocation(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
setKey(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
setKey(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
setMacroGroups(List<MacroGroup>) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
setMacros(List<Macro>) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
setMap(Map<String, String>) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
setMetaData(String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Allows the addition of a new key-value pair to the agent's meta data, if the value is new data, the revised meta data will be rebroadcast in an agent's presence broadcast.
setMetadata(Map<String, List<String>>) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
setMonitor(boolean) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
setName(String) - Method in class org.jivesoftware.smackx.workgroup.agent.Agent
Changes the name of the agent in the server.
setName(String) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Sets the Agent's name.
setNote(String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Creates a ChatNote that will be mapped to the given chat session.
setNotes(String) - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
setOffline(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
When the message is a request sets if the sender of the message requests to be notified when the receiver of the message is offline.
setOfflineText(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
setOnline(boolean) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Sets whether the agent is online with the workgroup.
setOutgoingSound(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
setPersonal(boolean) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
setPersonalMacroGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
setQuery(String) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
setQuestion(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
setRedirectURL(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
setResponse(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
setRootGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
setSessionID(long) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 
setSessionID(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
setSessionID(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
setSessionID(String) - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
setSessionID(String) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
setStanzaId(String) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
Sets the unique ID of the message that requested to be notified of the event.
setStartDate(Date) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
setStatus(Presence.Mode, int) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Sets the agent's current status with the workgroup.
setStatus(Presence.Mode, int, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Sets the agent's current status with the workgroup.
setStatus(Presence.Mode, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Sets the agent's current status with the workgroup.
setSubject(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
setTitle(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
setTitle(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
setType(int) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
setType(int) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
setType(int) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
setUserJID(String) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 
setValue(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
setVisitorsEmail(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
setVisitorsName(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
SoundSettings - Class in org.jivesoftware.smackx.workgroup.settings
 
SoundSettings() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
SoundSettings.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
Stanza extension provider for SoundSetting Packets.
startDate - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
statusUpdated(WorkgroupQueue, WorkgroupQueue.Status) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
The status of the queue was updated.
submitSearch(DomainBareJid, Form) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptSearchManager
Submits the completed form and returns the result of the transcript search.

T

TEXT - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
TEXT_SETTINGS - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Defined as Text settings type.
toString() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.MetaData
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.SessionID
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.UserID
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
 
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
Returns the XML representation of a Message Event according the specification.
toXML(XmlEnvironment) - Method in class org.jivesoftware.smackx.xroster.packet.RosterExchange
Returns the XML representation of a Roster Item Exchange according the specification.
toXML() - Method in class org.jivesoftware.smackx.xroster.RemoteRosterEntry
 
Transcript - Class in org.jivesoftware.smackx.workgroup.packet
Represents the conversation transcript that occurred in a group chat room between an Agent and a user that requested assistance.
Transcript(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcript
Creates a transcript request for the given sessionID.
Transcript(String, List<Stanza>) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcript
Creates a new transcript for the given sessionID and list of packets.
TranscriptManager - Class in org.jivesoftware.smackx.workgroup.agent
A TranscriptManager helps to retrieve the full conversation transcript of a given session TranscriptManager.getTranscript(EntityBareJid, String) or to retrieve a list with the summary of all the conversations that a user had TranscriptManager.getTranscripts(EntityBareJid, Jid).
TranscriptManager(XMPPConnection) - Constructor for class org.jivesoftware.smackx.workgroup.agent.TranscriptManager
 
TranscriptProvider - Class in org.jivesoftware.smackx.workgroup.packet
An IQProvider for transcripts.
TranscriptProvider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.TranscriptProvider
 
Transcripts - Class in org.jivesoftware.smackx.workgroup.packet
Represents a list of conversation transcripts that a user had in all his history.
Transcripts(Jid) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcripts
Creates a transcripts request for the given userID.
Transcripts(Jid, List<Transcripts.TranscriptSummary>) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcripts
Creates a Transcripts which will contain the transcript summaries of the given user.
Transcripts.AgentDetail - Class in org.jivesoftware.smackx.workgroup.packet
An AgentDetail contains information of an Agent that was involved in a conversation.
Transcripts.TranscriptSummary - Class in org.jivesoftware.smackx.workgroup.packet
A TranscriptSummary contains some information about a conversation such as the ID of the session or the date when the conversation started and finished.
TranscriptSearch - Class in org.jivesoftware.smackx.workgroup.packet
IQ stanza for retrieving the transcript search form, submitting the completed search form or retrieving the answer of a transcript search.
TranscriptSearch() - Constructor for class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch
 
TranscriptSearch.Provider - Class in org.jivesoftware.smackx.workgroup.packet
An IQProvider for TranscriptSearch packets.
TranscriptSearchManager - Class in org.jivesoftware.smackx.workgroup.agent
A TranscriptSearchManager helps to retrieve the form to use for searching transcripts TranscriptSearchManager.getSearchForm(DomainBareJid) or to submit a search form and return the results of the search TranscriptSearchManager.submitSearch(DomainBareJid, Form).
TranscriptSearchManager(XMPPConnection) - Constructor for class org.jivesoftware.smackx.workgroup.agent.TranscriptSearchManager
 
TranscriptsProvider - Class in org.jivesoftware.smackx.workgroup.packet
An IQProvider for transcripts summaries.
TranscriptsProvider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.TranscriptsProvider
 
TranscriptSummary(String, Date, Date, List<Transcripts.AgentDetail>) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
 
TransferRequest - Class in org.jivesoftware.smackx.workgroup.agent
Request sent by an agent to transfer a support session to another agent or user.
TransferRequest(String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.agent.TransferRequest
 
TripletContainer(Object, Method, Object[]) - Constructor for class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
triplets - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 

U

uniqueID - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
URL - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
UserID - Class in org.jivesoftware.smackx.workgroup.packet
 
UserID(Jid) - Constructor for class org.jivesoftware.smackx.workgroup.packet.UserID
 
UserID.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
UserRequest - Class in org.jivesoftware.smackx.workgroup.agent
Requests made by users to get support by some agent.
UserRequest() - Constructor for class org.jivesoftware.smackx.workgroup.agent.UserRequest
 
usersUpdated(WorkgroupQueue, Set<QueueUser>) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
The list of users waiting in the queue was updated.

V

valueOf(String) - Static method in enum org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Type
Returns an array containing the constants of this enum type, in the order they are declared.
visitorsEmail - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
visitorsName - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 

W

Workgroup - Class in org.jivesoftware.smackx.workgroup.user
Provides workgroup services for users.
Workgroup(EntityBareJid, XMPPConnection) - Constructor for class org.jivesoftware.smackx.workgroup.user.Workgroup
Creates a new workgroup instance using the specified workgroup JID (eg support@workgroup.example.com) and XMPP connection.
WorkgroupForm - Class in org.jivesoftware.smackx.workgroup.ext.forms
 
WorkgroupForm() - Constructor for class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm
 
WorkgroupForm.InternalProvider - Class in org.jivesoftware.smackx.workgroup.ext.forms
An IQProvider for WebForm packets.
WorkgroupInformation - Class in org.jivesoftware.smackx.workgroup.packet
A stanza extension that contains information about the user and agent in a workgroup chat.
WorkgroupInformation(EntityBareJid) - Constructor for class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
 
WorkgroupInformation.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
WorkgroupInvitation - Class in org.jivesoftware.smackx.workgroup
An immutable class wrapping up the basic information which comprises a group chat invitation.
WorkgroupInvitation(Jid, Jid, Jid, String, String, Jid) - Constructor for class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
This calls the 5-argument constructor with a null MetaData argument value.
WorkgroupInvitation(Jid, Jid, Jid, String, String, Jid, Map<String, List<String>>) - Constructor for class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
WorkgroupInvitation.
WorkgroupInvitationListener - Interface in org.jivesoftware.smackx.workgroup
An interface which all classes interested in hearing about group chat invitations should implement.
WorkgroupProperties - Class in org.jivesoftware.smackx.workgroup.settings
 
WorkgroupProperties() - Constructor for class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
WorkgroupProperties.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
Stanza extension provider for SoundSetting Packets.
WorkgroupQueue - Class in org.jivesoftware.smackx.workgroup.agent
A queue in a workgroup, which is a pool of agents that are routed a specific type of chat request.
WorkgroupQueue.Status - Class in org.jivesoftware.smackx.workgroup.agent
A class to represent the status of the workgroup.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links