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

A

AbstractConnectionListener - Class in org.jivesoftware.smack
The AbstractConnectionListener class provides an empty implementation for all methods defined by the ConnectionListener interface.
AbstractConnectionListener() - Constructor for class org.jivesoftware.smack.AbstractConnectionListener
 
AbstractHashedMap<K,V> - Class in org.jivesoftware.smack.util.collections
An abstract implementation of a hash-based map which provides numerous points for subclasses to override.
AbstractKeyValue<K,V> - Class in org.jivesoftware.smack.util.collections
Abstract pair class to assist with creating KeyValue and MapEntry implementations.
AbstractMapEntry<K,V> - Class in org.jivesoftware.smack.util.collections
Abstract Pair class to assist with creating correct Map Entry implementations.
AbstractReferenceMap<K,V> - Class in org.jivesoftware.smack.util.collections
An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.
accept(Packet) - Method in class org.jivesoftware.smack.filter.AndFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.FromContainsFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.FromMatchesFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.IQTypeFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.MessageTypeFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.NotFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.OrFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.PacketExtensionFilter
 
accept(Packet) - Method in interface org.jivesoftware.smack.filter.PacketFilter
Tests whether or not the specified packet should pass the filter.
accept(Packet) - Method in class org.jivesoftware.smack.filter.PacketIDFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.PacketTypeFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.ThreadFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.filter.ToContainsFilter
 
accept(Packet) - Method in class org.jivesoftware.smack.packet.MockPacketFilter
 
accept() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamRequest
Accepts the bytestream open request and returns the session to send/receive data.
accept() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
Accepts the In-Band Bytestream open request and returns the session to send/receive data.
accept() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Accepts the SOCKS5 Bytestream initialization request and returns the socket to send/receive data.
accept() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Accepts this file transfer and creates the incoming file transfer.
accept() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Accepts the offer.
AccessModel - Enum in org.jivesoftware.smackx.pubsub
This enumeration represents the access models for the pubsub node as defined in the pubsub specification section 16.4.3
AccountManager - Class in org.jivesoftware.smack
Allows creation and management of accounts on an XMPP server.
AccountManager(Connection) - Constructor for class org.jivesoftware.smack.AccountManager
Creates a new AccountManager instance.
ACTIVE - Static variable in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
The queue is active but NOT accepting new chat requests.
addAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
addAddress(String, String, String, String, boolean, String) - Method in class org.jivesoftware.smackx.packet.MultipleAddresses
Adds a new address to which the packet is going to be sent or was sent.
addBody(String, String) - Method in class org.jivesoftware.smack.packet.Message
Adds a body with a corresponding language.
addBody(String) - Method in class org.jivesoftware.smackx.packet.XHTMLExtension
Adds a body to the packet.
addBody(Message, String) - Static method in class org.jivesoftware.smackx.XHTMLManager
Adds an XHTML body to the message.
addBookmarkedConference(String, String, boolean, String, String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Adds or updates a conference in the bookmarks.
addBookmarkedConference(BookmarkedConference) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Add a BookmarkedConference to bookmarks.
addBookmarkedURL(String, String, boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Adds a new url or updates an already existing url in the bookmarks.
addBookmarkedURL(BookmarkedURL) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Adds a BookmarkedURL.
addChatListener(ChatManagerListener) - Method in class org.jivesoftware.smack.ChatManager
Register a new listener with the ChatManager to recieve events related to chats.
addChatSession(AgentChatSession) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
addColumn(ReportedData.Column) - Method in class org.jivesoftware.smackx.ReportedData
Adds a new Column
addConfigurationListener(NodeConfigListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Register a listener for configuration events.
addConnectionCreationListener(ConnectionCreationListener) - Static method in class org.jivesoftware.smack.Connection
Adds a new listener that will be notified when new Connections are created.
addConnectionListener(ConnectionListener) - Method in class org.jivesoftware.smack.Connection
Adds a connection listener to this connection that will be notified when the connection closes or fails.
addEntry(RosterEntry) - Method in class org.jivesoftware.smack.RosterGroup
Adds a roster entry to this group.
addExtension(PacketExtension) - Method in class org.jivesoftware.smack.packet.Packet
Adds a packet extension to the packet.
addExtension(PacketExtension) - Method in class org.jivesoftware.smack.packet.XMPPError
Adds a packet extension to the error.
addExtensionProvider(String, String, Object) - Method in class org.jivesoftware.smack.provider.ProviderManager
Adds an extension provider with the specified element name and name space.
addFeature(String) - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
Adds a new feature to the discovered information.
addFeature(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Registers that a new feature is supported by this XMPP entity.
addField(FormField) - Method in class org.jivesoftware.smackx.Form
Adds a new field to complete as part of the form.
addField(FormField) - Method in class org.jivesoftware.smackx.packet.DataForm
Adds a new field as part of the form.
addFileTransferListener(FileTransferListener) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
Add a file transfer listener to listen to incoming file transfer requests.
addFilter(PacketFilter) - Method in class org.jivesoftware.smack.filter.AndFilter
Adds a filter to the filter list for the AND operation.
addFilter(PacketFilter) - Method in class org.jivesoftware.smack.filter.OrFilter
Adds a filter to the filter list for the OR operation.
addGroupName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Adds a group name.
addIdentity(DiscoverInfo.Identity) - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
Adds a new identity of the requested entity to the discovered information.
addIncomingBytestreamListener(BytestreamListener) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Adds BytestreamListener that is called for every incoming bytestream request unless there is a user specific BytestreamListener registered.
addIncomingBytestreamListener(BytestreamListener, String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Adds BytestreamListener that is called for every incoming bytestream request unless there is a user specific BytestreamListener registered.
addIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Adds InBandBytestreamListener that is called for every incoming in-band bytestream request unless there is a user specific InBandBytestreamListener registered.
addIncomingBytestreamListener(BytestreamListener, String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Adds InBandBytestreamListener that is called for every incoming in-band bytestream request from the given user.
addIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Adds BytestreamListener that is called for every incoming SOCKS5 Bytestream request unless there is a user specific BytestreamListener registered.
addIncomingBytestreamListener(BytestreamListener, String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Adds BytestreamListener that is called for every incoming SOCKS5 Bytestream request from the given user.
addInstruction(String) - Method in class org.jivesoftware.smackx.packet.DataForm
Adds a new instruction to the list of instructions that explain how to fill out the form and what the form is about.
addInvitationListener(Connection, InvitationListener) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a listener to invitation notifications.
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.
addInvitationRejectionListener(InvitationRejectionListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a listener to invitation rejections notifications.
addIQProvider(String, String, Object) - Method in class org.jivesoftware.smack.provider.ProviderManager
Adds an IQ provider (must be an instance of IQProvider or Class object that is an IQ) with the specified element name and name space.
addIQReply(IQ) - Method in class org.jivesoftware.smack.ThreadedDummyConnection
 
addItem(DataForm.Item) - Method in class org.jivesoftware.smackx.packet.DataForm
Adds a new item returned from a search.
addItem(DiscoverItems.Item) - Method in class org.jivesoftware.smackx.packet.DiscoverItems
Adds a new item to the discovered information.
addItem(MUCAdmin.Item) - Method in class org.jivesoftware.smackx.packet.MUCAdmin
Adds an item child that holds information about roles, affiliation, jids and nicks.
addItem(MUCOwner.Item) - Method in class org.jivesoftware.smackx.packet.MUCOwner
Adds an item child that holds information about affiliation, jids and nicks.
addItem(OfflineMessageRequest.Item) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
Adds an item child that holds information about offline messages to view or delete.
addItemDeleteListener(ItemDeleteListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Register an listener for item delete events.
addItemEventListener(ItemEventListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Register a listener for item publication events.
addListener(PrivacyListListener) - Method in class org.jivesoftware.smack.PrivacyListManager
Adds a packet listener that will be notified of any new update in the user privacy communication.
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.
addLocalAddress(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Adds the given address to the list of local network addresses.
addMacro(Macro) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
addMacroGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
addMessage(Message) - Method in class org.jivesoftware.smack.ThreadedDummyConnection
 
addMessageEventNotificationListener(MessageEventNotificationListener) - Method in class org.jivesoftware.smackx.MessageEventManager
Adds a message event notification listener.
addMessageEventRequestListener(MessageEventRequestListener) - Method in class org.jivesoftware.smackx.MessageEventManager
Adds a message event request listener.
addMessageListener(MessageListener) - Method in class org.jivesoftware.smack.Chat
Adds a packet listener that will be notified of any new messages in the chat.
addMessageListener(PacketListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a packet listener that will be notified of any new messages in the group chat.
addNote(AdHocCommandNote) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
addNotificationsRequests(Message, boolean, boolean, boolean, boolean) - Static method in class org.jivesoftware.smackx.MessageEventManager
Adds event notification requests to a message.
addOfferListener(OfferListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Adds an offer listener.
addOption(FormField.Option) - Method in class org.jivesoftware.smackx.FormField
Adss an available options to the question that the user has in order to answer the question.
addOutgoingMessageInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smack.ChatManager
Adds an interceptor which intercepts any messages sent through chats.
addOutgoingMessageInterceptor(PacketInterceptor, PacketFilter) - Method in class org.jivesoftware.smack.ChatManager
 
addPacketInterceptor(PacketInterceptor, PacketFilter) - Method in class org.jivesoftware.smack.Connection
Registers a packet interceptor with this connection.
addPacketListener(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.Connection
Registers a packet listener with this connection.
addPacketSendingListener(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.Connection
Registers a packet listener with this connection.
addPacketWriterInterceptor(PacketInterceptor, PacketFilter) - Method in class org.jivesoftware.smack.XMPPConnection
Deprecated. replaced by Connection.addPacketInterceptor(PacketInterceptor, PacketFilter).
addPacketWriterListener(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.XMPPConnection
Deprecated. replaced by Connection.addPacketSendingListener(PacketListener, PacketFilter).
addParticipantListener(PacketListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a packet listener that will be notified of any new Presence packets sent to the group chat.
addParticipantStatusListener(ParticipantStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a listener that will be notified of changes in occupants status in the room such as the user being kicked, banned, or granted admin permissions.
addPEPItem(PEPItem) - Method in class org.jivesoftware.smackx.packet.PEPEvent
 
addPEPListener(PEPListener) - Method in class org.jivesoftware.smackx.PEPManager
Adds a listener to PEPs.
addPresenceInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a new PacketInterceptor that will be invoked every time a new presence is going to be sent by this MultiUserChat to the server.
addPrivateDataProvider(String, String, PrivateDataProvider) - Static method in class org.jivesoftware.smackx.PrivateDataManager
Adds a private data provider with the specified element name and name space.
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
 
addReaderListener(ReaderListener) - Method in class org.jivesoftware.smack.util.ObservableReader
Adds a reader listener to this reader that will be notified when new strings are read.
addResponse(Packet, Verification<?, ?>...) - Method in class org.jivesoftware.util.Protocol
Adds a responses and all verifications for the request/response pair to the protocol.
addRosterEntry(RosterEntry) - Method in class org.jivesoftware.smackx.packet.RosterExchange
Adds a roster entry to the packet.
addRosterEntry(RemoteRosterEntry) - Method in class org.jivesoftware.smackx.packet.RosterExchange
Adds a remote roster entry to the packet.
addRosterItem(RosterPacket.Item) - Method in class org.jivesoftware.smack.packet.RosterPacket
Adds a roster item to the packet.
addRosterListener(RosterListener) - Method in class org.jivesoftware.smack.Roster
Adds a listener to this roster.
addRosterListener(RosterExchangeListener) - Method in class org.jivesoftware.smackx.RosterExchangeManager
Adds a listener to roster exchanges.
addRow(ReportedData.Row) - Method in class org.jivesoftware.smackx.ReportedData
Adds a new Row.
addSaslMech(String) - Static method in class org.jivesoftware.smack.SmackConfiguration
Add a SASL mechanism to the list to be used.
addSaslMechs(Collection<String>) - Static method in class org.jivesoftware.smack.SmackConfiguration
Add a Collection of SASL mechanisms to the list to be used.
addSetting(ChatSetting) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
addStreamHost(String, String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Adds a potential stream host that the remote user can connect to to receive the file.
addStreamHost(String, String, int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Adds a potential stream host that the remote user can connect to to receive the file.
addStreamHost(Bytestream.StreamHost) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Adds a potential stream host that the remote user can transfer the file through.
addSubject(String, String) - Method in class org.jivesoftware.smack.packet.Message
Adds a subject with a corresponding language.
addSubjectUpdatedListener(SubjectUpdatedListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a listener to subject change notifications.
addUserStatusListener(UserStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a listener that will be notified of changes in your status in the room such as the user being kicked, banned, or granted admin permissions.
addValue(String) - Method in class org.jivesoftware.smackx.FormField
Adds a default value to the question if the question is part of a form to fill out.
addValues(List<String>) - Method in class org.jivesoftware.smackx.FormField
Adds a default values to the question if the question is part of a form to fill out.
addWriterListener(WriterListener) - Method in class org.jivesoftware.smack.util.ObservableWriter
Adds a writer listener to this writer that will be notified when new strings are sent.
AdHocCommand - Class in org.jivesoftware.smackx.commands
An ad-hoc command is responsible for executing the provided service and storing the result of the execution.
AdHocCommand() - Constructor for class org.jivesoftware.smackx.commands.AdHocCommand
 
AdHocCommand.Action - Enum in org.jivesoftware.smackx.commands
 
AdHocCommand.SpecificErrorCondition - Enum in org.jivesoftware.smackx.commands
 
AdHocCommand.Status - Enum in org.jivesoftware.smackx.commands
The status of the stage in the adhoc command.
AdHocCommandData - Class in org.jivesoftware.smackx.packet
Represents the state and the request of the execution of an adhoc command.
AdHocCommandData() - Constructor for class org.jivesoftware.smackx.packet.AdHocCommandData
 
AdHocCommandData.SpecificError - Class in org.jivesoftware.smackx.packet
 
AdHocCommandData.SpecificError(AdHocCommand.SpecificErrorCondition) - Constructor for class org.jivesoftware.smackx.packet.AdHocCommandData.SpecificError
 
AdHocCommandDataProvider - Class in org.jivesoftware.smackx.provider
The AdHocCommandDataProvider parses AdHocCommandData packets.
AdHocCommandDataProvider() - Constructor for class org.jivesoftware.smackx.provider.AdHocCommandDataProvider
 
AdHocCommandDataProvider.BadActionError - Class in org.jivesoftware.smackx.provider
 
AdHocCommandDataProvider.BadActionError() - Constructor for class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadActionError
 
AdHocCommandDataProvider.BadLocaleError - Class in org.jivesoftware.smackx.provider
 
AdHocCommandDataProvider.BadLocaleError() - Constructor for class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadLocaleError
 
AdHocCommandDataProvider.BadPayloadError - Class in org.jivesoftware.smackx.provider
 
AdHocCommandDataProvider.BadPayloadError() - Constructor for class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadPayloadError
 
AdHocCommandDataProvider.BadSessionIDError - Class in org.jivesoftware.smackx.provider
 
AdHocCommandDataProvider.BadSessionIDError() - Constructor for class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadSessionIDError
 
AdHocCommandDataProvider.MalformedActionError - Class in org.jivesoftware.smackx.provider
 
AdHocCommandDataProvider.MalformedActionError() - Constructor for class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.MalformedActionError
 
AdHocCommandDataProvider.SessionExpiredError - Class in org.jivesoftware.smackx.provider
 
AdHocCommandDataProvider.SessionExpiredError() - Constructor for class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.SessionExpiredError
 
AdHocCommandDiscoTest - Class in org.jivesoftware.smackx.commands
AdHocCommand tests.
AdHocCommandDiscoTest(String) - Constructor for class org.jivesoftware.smackx.commands.AdHocCommandDiscoTest
Constructor for test.
AdHocCommandManager - Class in org.jivesoftware.smackx.commands
An AdHocCommandManager is responsible for keeping the list of available commands offered by a service and for processing commands requests.
AdHocCommandNote - Class in org.jivesoftware.smackx.commands
Notes can be added to a command execution response.
AdHocCommandNote(AdHocCommandNote.Type, String) - Constructor for class org.jivesoftware.smackx.commands.AdHocCommandNote
Creates a new adhoc command note with the specified type and value.
AdHocCommandNote.Type - Enum in org.jivesoftware.smackx.commands
Represents a note type.
adminGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
adminGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
adminGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an owner grants administrator privileges to a user.
adminGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an owner grants administrator privileges to your user.
adminRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
adminRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
adminRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an owner revokes administrator privileges from a user.
adminRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an owner revokes administrator privileges from your user.
Affiliate - Class in org.jivesoftware.smackx.muc
Represents an affiliation of a user to a given room.
Affiliation - Class in org.jivesoftware.smackx.pubsub
Represents a affiliation between a user and a node, where the Affiliation.type defines the type of affiliation.
Affiliation(String, Affiliation.Type) - Constructor for class org.jivesoftware.smackx.pubsub.Affiliation
Constructs an affiliation.
Affiliation.Type - Enum in org.jivesoftware.smackx.pubsub
 
AffiliationProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the affiliation element out of the reply stanza from the server as specified in the affiliation schema.
AffiliationProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.AffiliationProvider
 
AffiliationsExtension - Class in org.jivesoftware.smackx.pubsub
Represents the affiliations element of the reply to a request for affiliations.
AffiliationsExtension() - Constructor for class org.jivesoftware.smackx.pubsub.AffiliationsExtension
 
AffiliationsExtension(List<Affiliation>) - Constructor for class org.jivesoftware.smackx.pubsub.AffiliationsExtension
 
AffiliationsProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the affiliations element out of the reply stanza from the server as specified in the affiliation schema.
AffiliationsProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.AffiliationsProvider
 
Agent - Class in org.jivesoftware.smackx.workgroup.agent
The Agent class is used to represent one agent in a Workgroup Queue.
agentAdded(String) - 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(String, int, Date) - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
AgentChatHistory(String, 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
Packet extension provider for AgentHistory packets.
AgentChatHistory.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory.InternalProvider
 
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
 
AgentInfo - Class in org.jivesoftware.smackx.workgroup.packet
IQ packet 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.
AgentInfo.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentInfo.Provider
 
agentRemoved(String) - 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
 
AgentSession - Class in org.jivesoftware.smackx.workgroup.agent
This class embodies the agent's active presence within a given workgroup.
AgentSession(String, Connection) - 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.ChatInfo(String, String, Date, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
 
AgentStatus.Provider - Class in org.jivesoftware.smackx.workgroup.packet
Packet extension provider for AgentStatus packets.
AgentStatus.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatus.Provider
 
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.Item(String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Item
 
AgentStatusRequest.Provider - Class in org.jivesoftware.smackx.workgroup.packet
Packet extension provider for AgentStatusRequest packets.
AgentStatusRequest.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Provider
 
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(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups
Creates an AgentWorkgroups request for the given agent.
AgentWorkgroups(String, 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.
AgentWorkgroups.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups.Provider
 
AndFilter - Class in org.jivesoftware.smack.filter
Implements the logical AND operation over two or more packet filters.
AndFilter() - Constructor for class org.jivesoftware.smack.filter.AndFilter
Creates an empty AND filter.
AndFilter(PacketFilter...) - Constructor for class org.jivesoftware.smack.filter.AndFilter
Creates an AND filter using the specified filters.
AndFilterTest - Class in org.jivesoftware.smack.filter
A test case for the AndFilter class.
AndFilterTest() - Constructor for class org.jivesoftware.smack.filter.AndFilterTest
 
append(String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a given text to the XHTMLText.
appendAttribute(StringBuilder, String, String) - Static method in class org.jivesoftware.smackx.pubsub.util.XmlUtils
 
appendBrTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that inserts a single carriage return.
appendCloseAnchorTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that an anchor section ends.
appendCloseBlockQuoteTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that a blockquote section ends.
appendCloseCodeTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates end of text that is the code for a program.
appendCloseEmTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates end of emphasis.
appendCloseHeaderTag(int) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that a header section ends.
appendCloseInlinedQuoteTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that an inlined quote section ends.
appendCloseOrderedListTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that an ordered list section ends.
appendCloseParagraphTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates the end of a new paragraph.
appendCloseSpanTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that a span section ends.
appendCloseStrongTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that a strong section ends.
appendCloseUnorderedListTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that an unordered list section ends.
appendImageTag(String, String, String, String, String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates an image.
appendLineItemTag(String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates the start of a new line item within a list.
appendOpenAnchorTag(String, String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that an anchor section begins.
appendOpenBlockQuoteTag(String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that a blockquote section begins.
appendOpenCiteTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates a reference to work, such as a book, report or web site.
appendOpenCodeTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates text that is the code for a program.
appendOpenEmTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates emphasis.
appendOpenHeaderTag(int, String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates a header, a title of a section of the message.
appendOpenInlinedQuoteTag(String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates that an inlined quote section begins.
appendOpenOrderedListTag(String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that creates an ordered list.
appendOpenParagraphTag(String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates the start of a new paragraph.
appendOpenSpanTag(String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that allows to set the fonts for a span of text.
appendOpenStrongTag() - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that indicates text which should be more forceful than surrounding text.
appendOpenUnorderedListTag(String) - Method in class org.jivesoftware.smackx.XHTMLText
Appends a tag that creates an unordered list.
areBooleansDifferent(Boolean, Boolean) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
This is a utility method that compares two Booleans when one or both of the objects might be null The result of this method is determined as follows: If b1 and b2 are both TRUE or neither b1 nor b2 is TRUE, return false.
areBooleansEqual(Boolean, Boolean) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
This is a utility method that compares two Booleans when one or both of the objects might be null The result of this method is determined as follows: If b1 and b2 are both TRUE or neither b1 nor b2 is TRUE, return true.
areDifferent(Object, Object) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
This is a utility method that compares two objects when one or both of the objects might be null.
areEqual(Object, Object) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
This is a utility method that compares two objects when one or both of the objects might be null The result of this method is determined as follows: If o1 and o2 are the same object according to the == operator, return true.
assertEquals(String, byte[], byte[]) - Static method in class org.jivesoftware.smack.test.SmackTestCase
Compares two contents of two byte arrays to make sure that they are equal
AttentionExtension - Class in org.jivesoftware.smackx.packet
A PacketExtension that implements XEP-0224: Attention This extension is expected to be added to message stanzas of type 'headline.' Please refer to the XEP for more implementation guidelines.
AttentionExtension() - Constructor for class org.jivesoftware.smackx.packet.AttentionExtension
 
AttentionExtension.Provider - Class in org.jivesoftware.smackx.packet
A PacketExtensionProvider for the AttentionExtension.
AttentionExtension.Provider() - Constructor for class org.jivesoftware.smackx.packet.AttentionExtension.Provider
 
authenticate(String, String, CallbackHandler) - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
 
authenticate(String, String, String) - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
 
authenticate(String, String, CallbackHandler) - Method in class org.jivesoftware.smack.sasl.SASLGSSAPIMechanism
Builds and sends the auth stanza to the server.
authenticate(String, String, String) - Method in class org.jivesoftware.smack.sasl.SASLGSSAPIMechanism
Builds and sends the auth stanza to the server.
authenticate(String, String, String) - Method in class org.jivesoftware.smack.sasl.SASLMechanism
Builds and sends the auth stanza to the server.
authenticate(String, String, CallbackHandler) - Method in class org.jivesoftware.smack.sasl.SASLMechanism
Builds and sends the auth stanza to the server.
authenticate(String, String, CallbackHandler) - Method in class org.jivesoftware.smack.SASLAuthentication
Performs SASL authentication of the specified user.
authenticate(String, String, String) - Method in class org.jivesoftware.smack.SASLAuthentication
Performs SASL authentication of the specified user.
authenticateAnonymously() - Method in class org.jivesoftware.smack.SASLAuthentication
Performs ANONYMOUS SASL authentication.
Authentication - Class in org.jivesoftware.smack.packet
Authentication packet, which can be used to login to a XMPP server as well as discover login information from the server.
Authentication() - Constructor for class org.jivesoftware.smack.packet.Authentication
Create a new authentication packet.
averageWaitTimeUpdated(WorkgroupQueue, int) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
The average wait time of the queue was updated.

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