Smack
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
 
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() - 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
 
addActionAvailable(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Add an action to the current stage available actions.
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.
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
 
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.commands.AdHocCommand
Adds a note to the current stage.
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.
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.
addTransfer(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Add the given digest to the list of allowed transfers.
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
 
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
 
ageList - Variable in class org.jivesoftware.smack.util.Cache
Linked list to maintain time that cache objects were initially added to the cache, most recently added to oldest added.
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
 
amountWritten - Variable in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
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.
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.
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() - 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() - Method in class org.jivesoftware.smack.sasl.SASLMechanism
 
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.
authenticationId - Variable in class org.jivesoftware.smack.sasl.SASLMechanism
 
averageWaitTimeUpdated(WorkgroupQueue, int) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
The average wait time of the queue was updated.

B

bad_request - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
banned(String, String, String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
banned(String, String) - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
banned(String, String, String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator or owner banned a participant from the room.
banned(String, String) - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator or owner banned your user from the room.
banUser(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Bans a user from the room.
banUsers(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Bans users from the room.
Base64 - Class in org.jivesoftware.smack.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.jivesoftware.smack.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.jivesoftware.smack.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.jivesoftware.smack.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.jivesoftware.smack.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.jivesoftware.smack.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.jivesoftware.smack.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BCC - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
Bind - Class in org.jivesoftware.smack.packet
IQ packet used by Smack to bind a resource and to obtain the jid assigned by the server.
Bind() - Constructor for class org.jivesoftware.smack.packet.Bind
 
BookmarkedConference - Class in org.jivesoftware.smackx.bookmark
Respresents a Conference Room bookmarked on the server using JEP-0048 Bookmark Storage JEP.
BookmarkedConference(String) - Constructor for class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
BookmarkedConference(String, String, boolean, String, String) - Constructor for class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
BookmarkedURL - Class in org.jivesoftware.smackx.bookmark
Respresents one instance of a URL defined using JEP-0048 Bookmark Storage JEP.
BookmarkedURL(String) - Constructor for class org.jivesoftware.smackx.bookmark.BookmarkedURL
 
BookmarkedURL(String, String, boolean) - Constructor for class org.jivesoftware.smackx.bookmark.BookmarkedURL
 
BookmarkManager - Class in org.jivesoftware.smackx.bookmark
Provides methods to manage bookmarks in accordance with JEP-0048.
Bookmarks - Class in org.jivesoftware.smackx.bookmark
Bookmarks is used for storing and retrieving URLS and Conference rooms.
Bookmarks() - Constructor for class org.jivesoftware.smackx.bookmark.Bookmarks
Required Empty Constructor to use Bookmarks.
Bookmarks.Provider - Class in org.jivesoftware.smackx.bookmark
The IQ Provider for BookmarkStorage.
Bookmarks.Provider() - Constructor for class org.jivesoftware.smackx.bookmark.Bookmarks.Provider
Empty Constructor for PrivateDataProvider.
BOT_SETTINGS - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Defined as Bot settings type.
Bytestream - Class in org.jivesoftware.smackx.bytestreams.socks5.packet
A packet representing part of a SOCKS5 Bytestream negotiation.
Bytestream() - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
The default constructor
Bytestream(String) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
A constructor where the session ID can be specified.
Bytestream.Activate - Class in org.jivesoftware.smackx.bytestreams.socks5.packet
The packet sent by the stream initiator to the stream proxy to activate the connection.
Bytestream.Activate(String) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
Default constructor specifying the target of the stream.
Bytestream.Mode - Enum in org.jivesoftware.smackx.bytestreams.socks5.packet
The stream can be either a TCP stream or a UDP stream.
Bytestream.StreamHost - Class in org.jivesoftware.smackx.bytestreams.socks5.packet
Packet extension that represents a potential SOCKS5 proxy for the file transfer.
Bytestream.StreamHost(String, String) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
Default constructor.
Bytestream.StreamHostUsed - Class in org.jivesoftware.smackx.bytestreams.socks5.packet
After selected a SOCKS5 stream host and successfully connecting, the target of the file transfer returns a byte stream packet with the stream host used extension.
Bytestream.StreamHostUsed(String) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
Default constructor.
BytestreamListener - Interface in org.jivesoftware.smackx.bytestreams
BytestreamListener are notified if a remote user wants to initiate a bytestream.
BytestreamManager - Interface in org.jivesoftware.smackx.bytestreams
BytestreamManager provides a generic interface for bytestream managers.
BytestreamRequest - Interface in org.jivesoftware.smackx.bytestreams
BytestreamRequest provides an interface to handle incoming bytestream requests.
BytestreamSession - Interface in org.jivesoftware.smackx.bytestreams
BytestreamSession provides an interface for established bytestream sessions.
BytestreamsProvider - Class in org.jivesoftware.smackx.bytestreams.socks5.provider
Parses a bytestream packet.
BytestreamsProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.provider.BytestreamsProvider
 

C

Cache<K,V> - Class in org.jivesoftware.smack.util
A specialized Map that is size-limited (using an LRU algorithm) and has an optional expiration time for cache items.
Cache(int, long) - Constructor for class org.jivesoftware.smack.util.Cache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
cacheHits - Variable in class org.jivesoftware.smack.util.Cache
Maintain the number of cache hits and misses.
cacheMisses - Variable in class org.jivesoftware.smack.util.Cache
Maintain the number of cache hits and misses.
cancel() - Method in class org.jivesoftware.smack.PacketCollector
Explicitly cancels the packet collector so that no more results are queued up.
cancel() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Cancels the execution of the command.
cancel() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
cancel() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Cancels the file transfer.
cancel() - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
 
cancel() - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
CANCELLED - Static variable in class org.jivesoftware.smackx.packet.MessageEvent
 
cancelledNotification(String, String) - Method in interface org.jivesoftware.smackx.MessageEventNotificationListener
Called when a notification that the receiver of the message cancelled the reply is received.
canPublishItems(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns true if the server supports publishing of items.
CC - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
challengeReceived(String) - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
 
challengeReceived(String) - Method in class org.jivesoftware.smack.sasl.SASLMechanism
The server is challenging the SASL mechanism for the stanza he just sent.
changeAvailabilityStatus(String, Presence.Mode) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the occupant's availability status within the room.
changeDefaultList(String) - Method in class org.jivesoftware.smack.packet.Privacy
Sets a given privacy list as the new user default list.
changeNickname(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the occupant's nickname to a new nickname within the room.
changePassword(String) - Method in class org.jivesoftware.smack.AccountManager
Changes the password of the currently logged-in account.
changeSubject(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the subject within the room.
Chat - Class in org.jivesoftware.smack
A chat is a series of messages sent between two users.
chatCreated(Chat, boolean) - Method in interface org.jivesoftware.smack.ChatManagerListener
Event fired when a new chat is created.
ChatManager - Class in org.jivesoftware.smack
The chat manager keeps track of references to all current chats.
ChatManagerListener - Interface in org.jivesoftware.smack
A listener for chat related events.
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.
ChatMetadata.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata.Provider
 
ChatNotes - Class in org.jivesoftware.smackx.workgroup.ext.notes
IQ packet 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.
ChatNotes.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes.Provider
 
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
Packet extension provider for AgentStatusRequest packets.
ChatSettings.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSettings.InternalProvider
 
ChatState - Enum in org.jivesoftware.smackx
Represents the current state of a users interaction with another user.
ChatStateExtension - Class in org.jivesoftware.smackx.packet
Represents a chat state which is an extension to message packets which is used to indicate the current status of a chat participant.
ChatStateExtension(ChatState) - Constructor for class org.jivesoftware.smackx.packet.ChatStateExtension
Default constructor.
ChatStateExtension.Provider - Class in org.jivesoftware.smackx.packet
 
ChatStateExtension.Provider() - Constructor for class org.jivesoftware.smackx.packet.ChatStateExtension.Provider
 
ChatStateListener - Interface in org.jivesoftware.smackx
Events for when the state of a user in a chat changes.
ChatStateManager - Class in org.jivesoftware.smackx
Handles chat state for all chats on a particular Connection.
ChildrenAssociationPolicy - Enum in org.jivesoftware.smackx.pubsub
This enumeration represents the children association policy for associating leaf nodes with collection nodes as defined in the pubsub specification section 16.4.3
cleanup() - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
cleanup() - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
cleanup() - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
cleanup() - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
Cleanup any and all resources associated with this negotiator.
clear() - Method in class org.jivesoftware.smack.util.Cache
 
clearBookmarkedConferences() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Removes all BookmarkedConferences from Bookmarks.
clearBookmarkedURLS() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Removes all BookmarkedURLs from user's bookmarks.
close() - Method in class org.jivesoftware.smack.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.jivesoftware.smack.util.ObservableReader
 
close() - Method in class org.jivesoftware.smack.util.ObservableWriter
 
close() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
Closes the bytestream session.
close() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
 
Close - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a request to close an In-Band Bytestream.
Close(String) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
Creates a new In-Band Bytestream close request packet.
close() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
 
close() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Close the agent session.
closeByLocal(boolean) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
This method is invoked if one of the streams has been closed locally, if an error occurred locally or if the whole session should be closed.
closeByPeer(Close) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
This method is invoked if a request to close the In-Band Bytestream has been received.
CLOSED - Static variable in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
The queue is NOT active and NOT accepting new chat requests.
CloseIQProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
Parses a close In-Band Bytestream packet.
CloseIQProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.CloseIQProvider
 
CollectionNode - Class in org.jivesoftware.smackx.pubsub
 
collectors - Variable in class org.jivesoftware.smack.Connection
A collection of PacketCollectors which collects packets for a specified filter and perform blocking and polling operations on the result queue.
complete(Form) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Completes the command execution with the information provided in the response.
complete(Form) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
COMPOSING - Static variable in class org.jivesoftware.smackx.packet.MessageEvent
 
composingNotification(String, String) - Method in interface org.jivesoftware.smackx.MessageEventNotificationListener
Called when a notification that the receiver of the message is composing a reply is received.
composingNotificationRequested(String, String, MessageEventManager) - Method in class org.jivesoftware.smackx.DefaultMessageEventRequestListener
 
composingNotificationRequested(String, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.MessageEventRequestListener
Called when a request that the receiver of the message is composing a reply notification is received.
con - Variable in class org.jivesoftware.smackx.pubsub.Node
 
concat(String[]) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Returns a single string that is the concatenation of all the strings in the specified string array.
concat(String[], String) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Returns a single string that is the concatenation of all the strings in the specified string array.
condition - Variable in class org.jivesoftware.smackx.packet.AdHocCommandData.SpecificError
 
config - Variable in class org.jivesoftware.smack.Connection
Holds the initial configuration used while creating the connection.
ConfigEventProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the node configuration element out of the message event stanza from the server as specified in the configuration schema.
ConfigEventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.ConfigEventProvider
 
configEventToListenerMap - Variable in class org.jivesoftware.smackx.pubsub.Node
 
configRequired - Variable in class org.jivesoftware.smackx.pubsub.Subscription
 
ConfigurationEvent - Class in org.jivesoftware.smackx.pubsub
Represents the configuration element of a pubsub message event which associates a configuration form to the node which was configured.
ConfigurationEvent(String) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
ConfigurationEvent(String, ConfigureForm) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
ConfigureForm - Class in org.jivesoftware.smackx.pubsub
A decorator for a Form to easily enable reading and updating of node configuration.
ConfigureForm(DataForm) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a decorator from an existing DataForm that has been retrieved from parsing a node configuration request.
ConfigureForm(Form) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a decorator from an existing Form for node configuration.
ConfigureForm(FormType) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a new form for configuring a node.
ConfigureNodeFields - Enum in org.jivesoftware.smackx.pubsub
This enumeration represents all the fields of a node configuration form.
conflict - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
connect() - Method in class org.jivesoftware.smack.Connection
Establishes a connection to the XMPP server and performs an automatic login only if the previous connection state was logged (authenticated).
connect() - Method in class org.jivesoftware.smack.XMPPConnection
Establishes a connection to the XMPP server and performs an automatic login only if the previous connection state was logged (authenticated).
Connection - Class in org.jivesoftware.smack
The abstract Connection class provides an interface for connections to a XMPP server and implements shared methods which are used by the different types of connections (e.g.
Connection(ConnectionConfiguration) - Constructor for class org.jivesoftware.smack.Connection
Create a new Connection to a XMPP server.
Connection.InterceptorWrapper - Class in org.jivesoftware.smack
A wrapper class to associate a packet filter with an interceptor.
Connection.InterceptorWrapper(PacketInterceptor, PacketFilter) - Constructor for class org.jivesoftware.smack.Connection.InterceptorWrapper
Create a class which associates a packet filter with an interceptor.
Connection.ListenerWrapper - Class in org.jivesoftware.smack
A wrapper class to associate a packet filter with a listener.
Connection.ListenerWrapper(PacketListener, PacketFilter) - Constructor for class org.jivesoftware.smack.Connection.ListenerWrapper
Create a class which associates a packet filter with a listener.
connectionClosed() - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
connectionClosed() - Method in interface org.jivesoftware.smack.ConnectionListener
Notification that the connection was closed normally or that the reconnection process has been aborted.
connectionClosed() - Method in class org.jivesoftware.smack.ReconnectionManager
 
connectionClosedOnError(Exception) - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
connectionClosedOnError(Exception) - Method in interface org.jivesoftware.smack.ConnectionListener
Notification that the connection was closed due to an exception.
connectionClosedOnError(Exception) - Method in class org.jivesoftware.smack.ReconnectionManager
 
ConnectionConfiguration - Class in org.jivesoftware.smack
Configuration to use while establishing the connection to the server.
ConnectionConfiguration(String) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration for the specified service name.
ConnectionConfiguration(String, ProxyInfo) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration for the specified service name with specified proxy.
ConnectionConfiguration(String, int, String) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration using the specified host, port and service name.
ConnectionConfiguration(String, int, String, ProxyInfo) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration using the specified host, port and service name.
ConnectionConfiguration(String, int) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration for a connection that will connect to the desired host and port.
ConnectionConfiguration(String, int, ProxyInfo) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration for a connection that will connect to the desired host and port with desired proxy.
ConnectionConfiguration.SecurityMode - Enum in org.jivesoftware.smack
An enumeration for TLS security modes that are available when making a connection to the XMPP server.
connectionCounterValue - Variable in class org.jivesoftware.smack.Connection
A number to uniquely identify connections that are created.
connectionCreated(Connection) - Method in interface org.jivesoftware.smack.ConnectionCreationListener
Notification that a new connection has been created.
ConnectionCreationListener - Interface in org.jivesoftware.smack
Implementors of this interface will be notified when a new Connection has been created.
ConnectionListener - Interface in org.jivesoftware.smack
Interface that allows for implementing classes to listen for connection closing and reconnection events.
connectionListeners - Variable in class org.jivesoftware.smack.Connection
A collection of ConnectionListeners which listen for connection closing and reconnection events.
ConsoleDebugger - Class in org.jivesoftware.smack.debugger
Very simple debugger that prints to the console (stdout) the sent and received stanzas.
ConsoleDebugger(Connection, Writer, Reader) - Constructor for class org.jivesoftware.smack.debugger.ConsoleDebugger
 
contains(String) - Method in class org.jivesoftware.smack.Roster
Returns true if the specified XMPP address is an entry in the roster.
contains(RosterEntry) - Method in class org.jivesoftware.smack.RosterGroup
Returns true if the specified entry is part of this group.
contains(String) - Method in class org.jivesoftware.smack.RosterGroup
Returns true if the specified XMPP address is an entry in this group.
contains(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Returns true if the specified XMPP address is an agent in the workgroup.
containsFeature(String) - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
Returns true if the specified feature is part of the discovered information.
containsKey(Object) - Method in class org.jivesoftware.smack.util.Cache
 
containsValue(Object) - Method in class org.jivesoftware.smack.util.Cache
 
countStreamHosts() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the count of stream hosts contained in this packet.
create(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Creates the room according to some default configuration, assign the requesting user as the room owner, and add the owner to the room but not allow anyone else to enter the room (effectively "locking" the room).
createAccount(String, String) - Method in class org.jivesoftware.smack.AccountManager
Creates a new account using the specified username and password.
createAccount(String, String, Map<String, String>) - Method in class org.jivesoftware.smack.AccountManager
Creates a new account using the specified username, password and account attributes.
createAnswerForm() - Method in class org.jivesoftware.smackx.Form
Returns a new Form to submit the completed values.
createChat(String, MessageListener) - Method in class org.jivesoftware.smack.ChatManager
Creates a new chat and returns it.
createChat(String, String, MessageListener) - Method in class org.jivesoftware.smack.ChatManager
Creates a new chat using the specified thread ID, then returns it.
createCollector() - Method in class org.jivesoftware.smack.Chat
Creates a PacketCollector which will accumulate the Messages for this chat.
createEntry(String, String, String[]) - Method in class org.jivesoftware.smack.Roster
Creates a new roster entry and presence subscription.
createError(String, String, String, XMPPError) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
 
createErrorResponse(IQ, XMPPError) - Static method in class org.jivesoftware.smack.packet.IQ
Convenience method to create a new IQ.Type.ERROR IQ based on a IQ.Type.GET or IQ.Type.SET IQ.
createGroup(String) - Method in class org.jivesoftware.smack.Roster
Creates a new group.
createIncomingFileTransfer(FileTransferRequest) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
When the file transfer request is acceptable, this method should be invoked.
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
This method handles the file stream download negotiation process.
createInitiationAccept(StreamInitiation, String[]) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
Creates the initiation acceptance packet to forward to the stream initiator.
createIQ(String, String, String, IQ.Type) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
A convenience method to create an IQ packet.
createMessage() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Creates a new Message to send to the chat room.
createNode() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates an instant node, if supported.
createNode(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates a node with default configuration.
createNode(String, Form) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates a node with specified configuration.
createOutgoingFileTransfer(String) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
Creates an OutgoingFileTransfer to send a file to another user.
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
This method handles the file upload stream negotiation process.
createPacketCollector(PacketFilter) - Method in class org.jivesoftware.smack.Connection
Creates a new packet collector for this connection.
createPrivacyList(String, List<PrivacyItem>) - Method in class org.jivesoftware.smack.PrivacyListManager
The client has created a new list.
createPrivateChat(String, MessageListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a new Chat for sending private messages to a given room occupant.
createPubsubPacket(IQ.Type, PacketExtension) - Method in class org.jivesoftware.smackx.pubsub.Node
 
createPubsubPacket(IQ.Type, PacketExtension, PubSubNamespace) - Method in class org.jivesoftware.smackx.pubsub.Node
 
createResultIQ(IQ) - Static method in class org.jivesoftware.smack.packet.IQ
Convenience method to create a new empty IQ.Type.RESULT IQ based on a IQ.Type.GET or IQ.Type.SET IQ.
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smack.provider.EmbeddedExtensionProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
Deprecated.  
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.provider.HeadersProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.AffiliationProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.AffiliationsProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.ConfigEventProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.EventProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.FormNodeProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.ItemsProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.RetractEventProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.SimpleNodeProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.provider.SubscriptionsProvider
 
createSocket(String, int) - Method in class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
createSocket(InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
createSocket(String, int) - Method in class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
createSocket(InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
createVCardFromXML(String) - Static method in class org.jivesoftware.smackx.provider.VCardProvider
Builds a users vCard from xml file.
cullCache() - Method in class org.jivesoftware.smack.util.Cache
Removes the least recently used elements if the cache size is greater than or equal to the maximum allowed size until the cache is at least 10% empty.

D

Data - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a chunk of data sent over an In-Band Bytestream encapsulated in an IQ stanza.
Data(DataPacketExtension) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Data
Constructor.
DataForm - Class in org.jivesoftware.smackx.packet
Represents a form that could be use for gathering data as well as for reporting data returned from a search.
DataForm(String) - Constructor for class org.jivesoftware.smackx.packet.DataForm
 
DataForm.Item - Class in org.jivesoftware.smackx.packet
Represents items of reported data.
DataForm.Item(List<FormField>) - Constructor for class org.jivesoftware.smackx.packet.DataForm.Item
 
DataForm.ReportedData - Class in org.jivesoftware.smackx.packet
Represents the fields that will be returned from a search.
DataForm.ReportedData(List<FormField>) - Constructor for class org.jivesoftware.smackx.packet.DataForm.ReportedData
 
DataFormProvider - Class in org.jivesoftware.smackx.provider
The DataFormProvider parses DataForm packets.
DataFormProvider() - Constructor for class org.jivesoftware.smackx.provider.DataFormProvider
Creates a new DataFormProvider.
DataPacketExtension - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a chunk of data of an In-Band Bytestream within an IQ stanza or a message stanza
DataPacketExtension(String, long, String) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
Creates a new In-Band Bytestream data packet.
DataPacketProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
Parses an In-Band Bytestream data packet which can be a packet extension of either an IQ stanza or a message stanza.
DataPacketProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider
 
DeafOccupantInterceptor - Class in org.jivesoftware.smackx.muc
Packet interceptor that will intercept presence packets sent to the MUC service to indicate that the user wants to be a deaf occupant.
DeafOccupantInterceptor() - Constructor for class org.jivesoftware.smackx.muc.DeafOccupantInterceptor
 
DEBUG_ENABLED - Static variable in class org.jivesoftware.smack.Connection
Value that indicates whether debugging is enabled.
debugger - Variable in class org.jivesoftware.smack.Connection
The SmackDebugger allows to log and debug XML traffic.
decline(Connection, String, String, String) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Informs the sender of an invitation that the invitee declines the invitation.
declineActiveList() - Method in class org.jivesoftware.smack.PrivacyListManager
Client declines the use of active lists.
declineDefaultList() - Method in class org.jivesoftware.smack.PrivacyListManager
Client declines the use of default lists.
DECODE - Static variable in class org.jivesoftware.smack.util.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.jivesoftware.smack.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.jivesoftware.smack.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.jivesoftware.smack.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeBase64(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Decodes a base64 String.
decodeFileToFile(String, String) - Static method in class org.jivesoftware.smack.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.jivesoftware.smack.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.jivesoftware.smack.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.jivesoftware.smack.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEFAULT_LANGUAGE - Static variable in class org.jivesoftware.smack.packet.Packet
 
DefaultMessageEventRequestListener - Class in org.jivesoftware.smackx
Default implementation of the MessageEventRequestListener interface.
DefaultMessageEventRequestListener() - Constructor for class org.jivesoftware.smackx.DefaultMessageEventRequestListener
 
DefaultPacketExtension - Class in org.jivesoftware.smack.packet
Default implementation of the PacketExtension interface.
DefaultPacketExtension(String, String) - Constructor for class org.jivesoftware.smack.packet.DefaultPacketExtension
Creates a new generic packet extension.
DefaultParticipantStatusListener - Class in org.jivesoftware.smackx.muc
Default implementation of the ParticipantStatusListener interface.
DefaultParticipantStatusListener() - Constructor for class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
DefaultPrivateData - Class in org.jivesoftware.smackx.packet
Default implementation of the PrivateData interface.
DefaultPrivateData(String, String) - Constructor for class org.jivesoftware.smackx.packet.DefaultPrivateData
Creates a new generic private data object.
DefaultUserStatusListener - Class in org.jivesoftware.smackx.muc
Default implementation of the UserStatusListener interface.
DefaultUserStatusListener() - Constructor for class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
DelayInfo - Class in org.jivesoftware.smackx.packet
A decorator for the DelayInformation class to transparently support both the new Delay Delivery specification XEP-0203 and the old one XEP-0091.
DelayInfo(DelayInformation) - Constructor for class org.jivesoftware.smackx.packet.DelayInfo
Creates a new instance with given delay information.
DelayInfoProvider - Class in org.jivesoftware.smackx.provider
This provider simply creates a DelayInfo decorator for the DelayInformation that is returned by the superclass.
DelayInfoProvider() - Constructor for class org.jivesoftware.smackx.provider.DelayInfoProvider
 
DelayInformation - Class in org.jivesoftware.smackx.packet
Represents timestamp information about data stored for later delivery.
DelayInformation(Date) - Constructor for class org.jivesoftware.smackx.packet.DelayInformation
Creates a new instance with the specified timestamp.
DelayInformationProvider - Class in org.jivesoftware.smackx.provider
The DelayInformationProvider parses DelayInformation packets.
DelayInformationProvider() - Constructor for class org.jivesoftware.smackx.provider.DelayInformationProvider
Creates a new DeliveryInformationProvider.
deleteAccount() - Method in class org.jivesoftware.smack.AccountManager
Deletes the currently logged-in account from the server.
deleteAllItems() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Purges the node of all items.
deleteExpiredEntries() - Method in class org.jivesoftware.smack.util.Cache
Clears all entries out of cache where the entries are older than the maximum defined age.
deleteItem(String) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Delete the item with the specified id from the node.
deleteItem(Collection<String>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Delete the items with the specified id's from the node.
deleteList(String) - Method in class org.jivesoftware.smack.packet.Privacy
Remove the list.
deleteMessages(List<String>) - Method in class org.jivesoftware.smackx.OfflineMessageManager
Deletes the specified list of offline messages.
deleteMessages() - Method in class org.jivesoftware.smackx.OfflineMessageManager
Deletes all offline messages of the user.
deleteNode(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Delete the specified node
deletePrivacyList(String) - Method in class org.jivesoftware.smack.packet.Privacy
Deletes an existing privacy list.
deletePrivacyList(String) - Method in class org.jivesoftware.smack.PrivacyListManager
Remove a privacy list.
deleteProperty(String) - Method in class org.jivesoftware.smack.packet.Packet
Deletes a property.
DELIVERED - Static variable in class org.jivesoftware.smackx.packet.MessageEvent
 
deliveredNotification(String, String) - Method in interface org.jivesoftware.smackx.MessageEventNotificationListener
Called when a notification of message delivered is received.
deliveredNotificationRequested(String, String, MessageEventManager) - Method in class org.jivesoftware.smackx.DefaultMessageEventRequestListener
 
deliveredNotificationRequested(String, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.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 packet used to depart a workgroup queue.
DepartQueuePacket(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.DepartQueuePacket
Creates a depart queue request packet to the specified workgroup.
DepartQueuePacket(String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.DepartQueuePacket
Creates a depart queue request to the specified workgroup and for the specified user.
dequeueUser(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Removes a user from the workgroup queue.
destroy() - Method in class org.jivesoftware.smackx.MessageEventManager
 
destroy(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Sends a request to the server to destroy the room.
destroy() - Method in class org.jivesoftware.smackx.PEPManager
 
destroy() - Method in class org.jivesoftware.smackx.RosterExchangeManager
 
disableService() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Disables the SOCKS5 Bytestream manager by removing the SOCKS5 Bytestream feature from the service discovery, disabling the listener for SOCKS5 Bytestream initiation requests and resetting its internal state.
disconnect() - Method in class org.jivesoftware.smack.Connection
Closes the connection by setting presence to unavailable then closing the connection to the XMPP server.
disconnect(Presence) - Method in class org.jivesoftware.smack.Connection
Closes the connection.
disconnect(Presence) - Method in class org.jivesoftware.smack.XMPPConnection
 
discoverCommands(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Discover the commands of an specific JID.
DiscoverInfo - Class in org.jivesoftware.smackx.packet
A DiscoverInfo IQ packet, which is used by XMPP clients to request and receive information to/from other XMPP entities.
DiscoverInfo() - Constructor for class org.jivesoftware.smackx.packet.DiscoverInfo
 
discoverInfo() - Method in class org.jivesoftware.smackx.pubsub.Node
Discover node information in standard DiscoverInfo format.
discoverInfo(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns the discovered information of a given XMPP entity addressed by its JID.
discoverInfo(String, String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns the discovered information of a given XMPP entity addressed by its JID and note attribute.
DiscoverInfo.Feature - Class in org.jivesoftware.smackx.packet
Represents the features offered by the item.
DiscoverInfo.Feature(String) - Constructor for class org.jivesoftware.smackx.packet.DiscoverInfo.Feature
Creates a new feature offered by an XMPP entity or item.
DiscoverInfo.Identity - Class in org.jivesoftware.smackx.packet
Represents the identity of a given XMPP entity.
DiscoverInfo.Identity(String, String) - Constructor for class org.jivesoftware.smackx.packet.DiscoverInfo.Identity
Creates a new identity for an XMPP entity.
DiscoverInfoProvider - Class in org.jivesoftware.smackx.provider
The DiscoverInfoProvider parses Service Discovery information packets.
DiscoverInfoProvider() - Constructor for class org.jivesoftware.smackx.provider.DiscoverInfoProvider
 
DiscoverItems - Class in org.jivesoftware.smackx.packet
A DiscoverItems IQ packet, which is used by XMPP clients to request and receive items associated with XMPP entities.
DiscoverItems() - Constructor for class org.jivesoftware.smackx.packet.DiscoverItems
 
discoverItems() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Get information on the items in the node in standard DiscoverItems format.
discoverItems(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns the discovered items of a given XMPP entity addressed by its JID.
discoverItems(String, String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns the discovered items of a given XMPP entity addressed by its JID and note attribute.
DiscoverItems.Item - Class in org.jivesoftware.smackx.packet
An item is associated with an XMPP Entity, usually thought of a children of the parent entity and normally are addressable as a JID.
DiscoverItems.Item(String) - Constructor for class org.jivesoftware.smackx.packet.DiscoverItems.Item
Create a new Item associated with a given entity.
DiscoverItemsProvider - Class in org.jivesoftware.smackx.provider
The DiscoverInfoProvider parses Service Discovery items packets.
DiscoverItemsProvider() - Constructor for class org.jivesoftware.smackx.provider.DiscoverItemsProvider
 
discoverNodes(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Get all the nodes that currently exist as a child of the specified collection node.
DiscussionHistory - Class in org.jivesoftware.smackx.muc
The DiscussionHistory class controls the number of characters or messages to receive when entering a room.
DiscussionHistory() - Constructor for class org.jivesoftware.smackx.muc.DiscussionHistory
 
DISPLAYED - Static variable in class org.jivesoftware.smackx.packet.MessageEvent
 
displayedNotification(String, String) - Method in interface org.jivesoftware.smackx.MessageEventNotificationListener
Called when a notification of message displayed is received.
displayedNotificationRequested(String, String, MessageEventManager) - Method in class org.jivesoftware.smackx.DefaultMessageEventRequestListener
 
displayedNotificationRequested(String, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.MessageEventRequestListener
Called when a request for message displayed notification is received.
DNSUtil - Class in org.jivesoftware.smack.util
Utilty class to perform DNS lookups for XMPP services.
DNSUtil() - Constructor for class org.jivesoftware.smack.util.DNSUtil
 
DNSUtil.HostAddress - Class in org.jivesoftware.smack.util
Encapsulates a hostname and port.
DONT_BREAK_LINES - Static variable in class org.jivesoftware.smack.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
duration - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 

E

ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
The element name of the data packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.GroupChatInvitation
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.packet.AttentionExtension
The XML element name of an 'attention' extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.packet.Nick
 
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.MetaData
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.SessionID
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.UserID
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
Element name of the packet extension.
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
 
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
 
EmbeddedExtensionProvider - Class in org.jivesoftware.smack.provider
This class simplifies parsing of embedded elements by using the Template Method Pattern.
EmbeddedExtensionProvider() - Constructor for class org.jivesoftware.smack.provider.EmbeddedExtensionProvider
 
EmbeddedExtensionProvider - Class in org.jivesoftware.smackx.provider
Deprecated. This has been moved to EmbeddedExtensionProvider
EmbeddedExtensionProvider() - Constructor for class org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
Deprecated.  
EmbeddedPacketExtension - Interface in org.jivesoftware.smackx.pubsub
This interface defines PacketExtension implementations that contain other extensions.
ENCODE - Static variable in class org.jivesoftware.smack.util.Base64
Specify encoding.
encodeBase64(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes a String as a base64 String.
encodeBase64(byte[]) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes a byte array into a base64 String.
encodeBase64(byte[], boolean) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes a byte array into a bse64 String.
encodeBase64(byte[], int, int, boolean) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes a byte array into a bse64 String.
encodeBytes(byte[]) - Static method in class org.jivesoftware.smack.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.jivesoftware.smack.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.jivesoftware.smack.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.jivesoftware.smack.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.jivesoftware.smack.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.jivesoftware.smack.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeHex(byte[]) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes an array of bytes as String representation of hexadecimal.
encodeObject(Serializable) - Static method in class org.jivesoftware.smack.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.jivesoftware.smack.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.jivesoftware.smack.util.Base64
Convenience method for encoding data to a file.
EnhancedDebugger - Class in org.jivesoftware.smackx.debugger
The EnhancedDebugger is a debugger that allows to debug sent, received and interpreted messages but also provides the ability to send ad-hoc messages composed by the user.
EnhancedDebugger(Connection, Writer, Reader) - Constructor for class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
EnhancedDebuggerWindow - Class in org.jivesoftware.smackx.debugger
The EnhancedDebuggerWindow is the main debug window that will show all the EnhancedDebuggers.
entriesAdded(Collection<String>) - Method in interface org.jivesoftware.smack.RosterListener
Called when roster entries are added.
entriesDeleted(Collection<String>) - Method in interface org.jivesoftware.smack.RosterListener
Called when a roster entries are removed.
entriesReceived(String, Iterator) - Method in interface org.jivesoftware.smackx.RosterExchangeListener
Called when roster entries are received as part of a roster exchange.
entriesUpdated(Collection<String>) - Method in interface org.jivesoftware.smack.RosterListener
Called when a roster entries are updated.
entrySet() - Method in class org.jivesoftware.smack.util.Cache
 
equals(Object) - Method in class org.jivesoftware.smack.Chat
 
equals(Object) - Method in class org.jivesoftware.smack.Connection.InterceptorWrapper
 
equals(Object) - Method in class org.jivesoftware.smack.packet.Message.Body
 
equals(Object) - Method in class org.jivesoftware.smack.packet.Message
 
equals(Object) - Method in class org.jivesoftware.smack.packet.Message.Subject
 
equals(Object) - Method in class org.jivesoftware.smack.packet.Packet
 
equals(Object) - Method in class org.jivesoftware.smack.RosterEntry
 
equals(Object) - Method in class org.jivesoftware.smack.util.DNSUtil.HostAddress
 
equals(Object) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
equals(Object) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
 
equals(Object) - Method in class org.jivesoftware.smackx.ChatStateManager
 
equals(Object) - Method in class org.jivesoftware.smackx.muc.Occupant
 
equals(Object) - Method in class org.jivesoftware.smackx.packet.VCard
 
equalsDeep(Object) - Method in class org.jivesoftware.smack.RosterEntry
Indicates whether some other object is "equal to" this by comparing all members.
ERROR - Static variable in class org.jivesoftware.smack.packet.IQ.Type
 
errorEstablishingStream(Exception) - Method in interface org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
Called when an exception occurs during the negotiation progress.
escapeForXML(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Escapes all necessary characters in the String so that it can be used in an XML doc.
escapeNode(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Escapes the node portion of a JID according to "JID Escaping" (JEP-0106).
establishSession(String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String, String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Establishes an In-Band Bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String, String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Establishes an In-Band Bytestream with the given user using the given session ID and returns the session to send/receive data to/from the user.
establishSession(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Establishes a SOCKS5 Bytestream with the given user and returns the Socket to send/receive data to/from the user.
establishSession(String, String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Establishes a SOCKS5 Bytestream with the given user using the given session ID and returns the Socket to send/receive data to/from the user.
EventElement - Class in org.jivesoftware.smackx.pubsub
Represents the top level element of a pubsub event extension.
EventElement(EventElementType, NodeExtension) - Constructor for class org.jivesoftware.smackx.pubsub.EventElement
 
EventElementType - Enum in org.jivesoftware.smackx.pubsub
This enumeration defines the possible event types that are supported within pubsub event messages.
EventProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the event element out of the message stanza from the server as specified in the event schema.
EventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.EventProvider
 
eventReceived(String, PEPEvent) - Method in interface org.jivesoftware.smackx.PEPListener
Called when PEP events are received as part of a presence subscribe or message filter.
execute() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Executes the command.
execute() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
execute(Form) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
Executes the default action of the command with the information provided in the Form.

F

FaultTolerantNegotiator - Class in org.jivesoftware.smackx.filetransfer
The fault tolerant negotiator takes two stream negotiators, the primary and the secondary negotiator.
FaultTolerantNegotiator(Connection, StreamNegotiator, StreamNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
feature_not_implemented - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
FileTransfer - Class in org.jivesoftware.smackx.filetransfer
Contains the generic file information and progress related to a particular file transfer.
FileTransfer(String, String, FileTransferNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.FileTransfer
 
FileTransfer.Error - Enum in org.jivesoftware.smackx.filetransfer
 
FileTransfer.Status - Enum in org.jivesoftware.smackx.filetransfer
A class to represent the current status of the file transfer.
FileTransferListener - Interface in org.jivesoftware.smackx.filetransfer
File transfers can cause several events to be raised.
FileTransferManager - Class in org.jivesoftware.smackx.filetransfer
The file transfer manager class handles the sending and recieving of files.
FileTransferManager(Connection) - Constructor for class org.jivesoftware.smackx.filetransfer.FileTransferManager
Creates a file transfer manager to initiate and receive file transfers.
FileTransferNegotiator - Class in org.jivesoftware.smackx.filetransfer
Manages the negotiation of file transfers according to JEP-0096.
fileTransferRequest(FileTransferRequest) - Method in interface org.jivesoftware.smackx.filetransfer.FileTransferListener
A request to send a file has been recieved from another user.
FileTransferRequest - Class in org.jivesoftware.smackx.filetransfer
A request to send a file recieved from another user.
FileTransferRequest(FileTransferManager, StreamInitiation) - Constructor for class org.jivesoftware.smackx.filetransfer.FileTransferRequest
A recieve request is constructed from the Stream Initiation request received from the initator.
finalize() - Method in class org.jivesoftware.smackx.MessageEventManager
 
finalize() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
 
finalize() - Method in class org.jivesoftware.smackx.PEPManager
 
finalize() - Method in class org.jivesoftware.smackx.RosterExchangeManager
 
fireNewRequest(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
 
firePacketInterceptors(Packet) - Method in class org.jivesoftware.smack.Connection
Process interceptors.
firePacketSendingListeners(Packet) - Method in class org.jivesoftware.smack.Connection
Process all packet listeners for sending packets.
flush() - Method in class org.jivesoftware.smack.util.ObservableWriter
 
flushBase64() - Method in class org.jivesoftware.smack.util.Base64.OutputStream
Method added by PHIL.
forbidden - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
forDefaultProxy() - Static method in class org.jivesoftware.smack.proxy.ProxyInfo
 
forHttpProxy(String, int, String, String) - Static method in class org.jivesoftware.smack.proxy.ProxyInfo
 
Form - Class in org.jivesoftware.smackx
Represents a Form for gathering data.
Form(DataForm) - Constructor for class org.jivesoftware.smackx.Form
Creates a new Form that will wrap an existing DataForm.
Form(String) - Constructor for class org.jivesoftware.smackx.Form
Creates a new Form of a given type from scratch.
formatXEP0082Date(Date) - Static method in class org.jivesoftware.smack.util.StringUtils
Formats a Date into a XEP-0082 - XMPP Date and Time Profiles string.
FormField - Class in org.jivesoftware.smackx
Represents a field of a form.
FormField(String) - Constructor for class org.jivesoftware.smackx.FormField
Creates a new FormField with the variable name that uniquely identifies the field in the context of the form.
FormField() - Constructor for class org.jivesoftware.smackx.FormField
Creates a new FormField of type FIXED.
FormField.Option - Class in org.jivesoftware.smackx
Represents the available option of a given FormField.
FormField.Option(String) - Constructor for class org.jivesoftware.smackx.FormField.Option
 
FormField.Option(String, String) - Constructor for class org.jivesoftware.smackx.FormField.Option
 
FormNode - Class in org.jivesoftware.smackx.pubsub
Generic packet extension which represents any pubsub form that is parsed from the incoming stream or being sent out to the server.
FormNode(FormNodeType, Form) - Constructor for class org.jivesoftware.smackx.pubsub.FormNode
Create a FormNode which contains the specified form.
FormNode(FormNodeType, String, Form) - Constructor for class org.jivesoftware.smackx.pubsub.FormNode
Create a FormNode which contains the specified form, which is associated with the specified node.
FormNodeProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses one of several elements used in pubsub that contain a form of some kind as a child element.
FormNodeProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.FormNodeProvider
 
FormNodeType - Enum in org.jivesoftware.smackx.pubsub
The types of forms supported by the pubsub specification.
FormType - Enum in org.jivesoftware.smackx.pubsub
Defines the allowable types for a Form
forNoProxy() - Static method in class org.jivesoftware.smack.proxy.ProxyInfo
 
forSocks4Proxy(String, int, String, String) - Static method in class org.jivesoftware.smack.proxy.ProxyInfo
 
forSocks5Proxy(String, int, String, String) - Static method in class org.jivesoftware.smack.proxy.ProxyInfo
 
FromContainsFilter - Class in org.jivesoftware.smack.filter
Filters for packets where the "from" field contains a specified value.
FromContainsFilter(String) - Constructor for class org.jivesoftware.smack.filter.FromContainsFilter
Creates a "from" contains filter using the "from" field part.
FromMatchesFilter - Class in org.jivesoftware.smack.filter
Filter for packets where the "from" field exactly matches a specified JID.
FromMatchesFilter(String) - Constructor for class org.jivesoftware.smack.filter.FromMatchesFilter
Creates a "from" filter using the "from" field part.
fromName(String) - Static method in enum org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Mode
 
fromString(String) - Static method in class org.jivesoftware.smack.packet.IQ.Type
Converts a String into the corresponding types.
fromString(String) - Static method in enum org.jivesoftware.smack.packet.Message.Type
 
fromString(String) - Static method in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
Returns the type constant associated with the String value.
fromString(String) - Static method in class org.jivesoftware.smack.packet.RosterPacket.ItemStatus
 
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
Packet extension provider for SoundSetting Packets.
GenericSettings.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.GenericSettings.InternalProvider
 
GET - Static variable in class org.jivesoftware.smack.packet.IQ.Type
 
get(Object) - Method in class org.jivesoftware.smack.util.Cache
 
getAccessModel() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Get the currently configured AccessModel, null if it is not set.
getAccountAttribute(String) - Method in class org.jivesoftware.smack.AccountManager
Returns the value of a given account attribute or null if the account attribute wasn't found.
getAccountAttributes() - Method in class org.jivesoftware.smack.AccountManager
Returns an unmodifiable collection of the names of the required account attributes.
getAccountInstructions() - Method in class org.jivesoftware.smack.AccountManager
Returns the instructions for creating a new account, or null if there are no instructions.
getAccountManager() - Method in class org.jivesoftware.smack.Connection
Returns an account manager instance for this connection.
getAction() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
Returns the action to execute.
getAction() - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Returns the action that specifies the action being taken for this item.
getAction() - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
Returns "view" or "remove" that indicate if the server should return the specified offline message or delete it.
getActions() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns a collection with the allowed actions based on the current stage.
getActions() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
getActiveList() - Method in class org.jivesoftware.smack.PrivacyListManager
Answer the active privacy list.
getActiveName() - Method in class org.jivesoftware.smack.packet.Privacy
Returns the name associated with the active list set for the session.
getActivePrivacyList() - Method in class org.jivesoftware.smack.packet.Privacy
Returns the active privacy list or null if none was found.
getActor() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Returns the actor (JID of an occupant in the room) that was kicked or banned.
getActor() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Returns the actor (JID of an occupant in the room) that was kicked or banned.
getActor() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Returns the actor (JID of an occupant in the room) that was kicked or banned.
getAddHocCommandsManager(Connection) - Static method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Returns the AdHocCommandManager related to the connection.
getAddress() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
Returns the internet address of the stream host.
getAddressesOfType(String) - Method in class org.jivesoftware.smackx.packet.MultipleAddresses
Returns the list of addresses that matches the specified type.
getAddressFieldHome(String) - Method in class org.jivesoftware.smackx.packet.VCard
Get home address field
getAddressFieldWork(String) - Method in class org.jivesoftware.smackx.packet.VCard
Get work address field
getAdmins() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a collection of Affiliate with the room administrators.
getAffiliation() - Method in class org.jivesoftware.smackx.muc.Affiliate
Returns the affiliation of the afffiliated user.
getAffiliation() - Method in class org.jivesoftware.smackx.muc.Occupant
Returns the affiliation of the occupant.
getAffiliation() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Returns the occupant's affiliation to the room.
getAffiliation() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Returns the occupant's affiliation to the room.
getAffiliation() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Returns the occupant's affiliation to the room.
getAffiliations() - Method in class org.jivesoftware.smackx.pubsub.AffiliationsExtension
 
getAffiliations() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Gets the affiliations on the root node.
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(String, 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
 
getAllRequestListeners() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns a list of InBandBytestreamListener that are informed if there are no listeners for a specific initiator.
getAllRequestListeners() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns a list of BytestreamListener that are informed if there are no listeners for a specific initiator.
getAmountWritten() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Return the length of bytes written out to the stream.
getAttributes() - Method in class org.jivesoftware.smack.packet.Registration
Returns the map of String key/value pairs of account attributes.
getAvatar() - Method in class org.jivesoftware.smackx.packet.VCard
Return the byte representation of the avatar(if one exists), otherwise returns null if no avatar could be found.
getAvatarHash() - Method in class org.jivesoftware.smackx.packet.VCard
Returns the SHA-1 Hash of the Avatar image.
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
 
getBlockSize() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
Returns the block size in which the data will be fragmented.
getBodies() - Method in class org.jivesoftware.smack.packet.Message
Returns a set of all bodies in this Message, including the default message body accessible from Message.getBody().
getBodies() - Method in class org.jivesoftware.smackx.packet.XHTMLExtension
Returns an Iterator for the bodies in the packet.
getBodies(Message) - Static method in class org.jivesoftware.smackx.XHTMLManager
Returns an Iterator for the XHTML bodies in the message.
getBodiesCount() - Method in class org.jivesoftware.smackx.packet.XHTMLExtension
Returns a count of the bodies in the XHTML packet.
getBody() - Method in class org.jivesoftware.smack.packet.Message
Returns the default body of the message, or null if the body has not been set.
getBody(String) - Method in class org.jivesoftware.smack.packet.Message
Returns the body corresponding to the language.
getBodyLanguages() - Method in class org.jivesoftware.smack.packet.Message
Returns all the languages being used for the bodies, not including the default body.
getBodyXSLT() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Returns the URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
getBookmarkedConferences() - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Returns all currently bookmarked conferences.
getBookmarkedConferences() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Returns a Collection of all Bookmarked Conference for this user.
getBookmarkedURLs() - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Returns an unmodifiable collection of all bookmarked urls.
getBookmarkedURLS() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Returns a Collection of all Bookmarked URLs for this user.
getBookmarkManager(Connection) - Static method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Returns the BookmarkManager for a connection, if it doesn't exist it is created.
getBytes(URL) - Static method in class org.jivesoftware.smackx.packet.VCard
Common code for getting the bytes of a url.
getBytesSent() - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
Returns the amount of bytes that have been sent for the file transfer.
getByteStreamManager(Connection) - Static method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the InBandBytestreamManager to handle In-Band Bytestreams for a given Connection.
getBytestreamManager(Connection) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns the Socks5BytestreamManager to handle SOCKS5 Bytestreams for a given Connection.
getCacheHits() - Method in class org.jivesoftware.smack.util.Cache
 
getCacheMisses() - Method in class org.jivesoftware.smack.util.Cache
 
getCallbackHandler() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns a CallbackHandler to obtain information, such as the password or principal information during the SASL authentication.
getCategory() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Identity
Returns the entity's category.
getCCAddresses() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
Returns the list of MultipleAddresses.Address that were the secondary recipients of the packet.
getChatListeners() - Method in class org.jivesoftware.smack.ChatManager
Returns an unmodifiable collection of all chat listeners currently registered with this manager.
getChatManager() - Method in class org.jivesoftware.smack.Connection
Returns a chat manager instance for this connection.
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.
getChildElementXML() - Method in class org.jivesoftware.smack.packet.Authentication
 
getChildElementXML() - Method in class org.jivesoftware.smack.packet.Bind
 
getChildElementXML() - Method in class org.jivesoftware.smack.packet.IQ
Returns the sub-element XML section of the IQ packet, or null if there isn't one.
getChildElementXML() - Method in class org.jivesoftware.smack.packet.Privacy
 
getChildElementXML() - Method in class org.jivesoftware.smack.packet.Registration
 
getChildElementXML() - Method in class org.jivesoftware.smack.packet.RosterPacket
 
getChildElementXML() - Method in class org.jivesoftware.smack.packet.Session
 
getChildElementXML() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
 
getChildElementXML() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Data
 
getChildElementXML() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
 
getChildElementXML() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.DiscoverItems
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.LastActivity
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.MUCAdmin
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.MUCOwner
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.PEPPubSub
Returns the XML representation of a Personal Event Publish according the specification.
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.SharedGroupsInfo
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.StreamInitiation
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.Time
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.VCard
 
getChildElementXML() - Method in class org.jivesoftware.smackx.packet.Version
 
getChildElementXML() - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
Returns the XML representation of a pubsub element according the specification.
getChildElementXML() - Method in class org.jivesoftware.smackx.search.UserSearch
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.DepartQueuePacket
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcript
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
getChildElementXML() - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
getChildren() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
The id's of the child nodes associated with a collection node (both leaf and collection).
getChildrenAssociationPolicy() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Returns the policy that determines who may associate children with the node.
getChildrenAssociationWhitelist() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Iterator of JID's that are on the whitelist that determines who can associate child nodes with the collection node.
getChildrenMax() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the maximum number of child nodes that can be associated with the collection node.
getCode() - Method in class org.jivesoftware.smack.packet.StreamError
Returns the error code.
getCode() - Method in class org.jivesoftware.smack.packet.XMPPError
Returns the error code.
getCode() - Method in class org.jivesoftware.smackx.packet.MUCUser.Status
Returns the code that uniquely identifies the reason of the error.
getCollection() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the collection node which the node is affiliated with.
getColumns() - Method in class org.jivesoftware.smackx.ReportedData
Returns an Iterator for the columns returned from a search.
getCondition() - Method in class org.jivesoftware.smack.packet.XMPPError
Returns the error condition.
getCondition() - Method in class org.jivesoftware.smack.sasl.SASLMechanism.Failure
Get the SASL related error condition.
getCondition() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData.SpecificError
 
getConfiguration() - Method in class org.jivesoftware.smack.Connection
Returns the configuration used to connect to the server.
getConfiguration() - Method in class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
getConfigurationForm() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the room's configuration form that the room's owner can use or null if no configuration is possible.
getConnectFailureThreshold() - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Returns the number of connection failures it takes for a particular SOCKS5 proxy to be blacklisted.
getConnection() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the XMPP connection.
getConnection() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns the XMPP connection.
getConnectionCreationListeners() - Static method in class org.jivesoftware.smack.Connection
Get the collection of listeners that are interested in connection creation events.
getConnectionID() - Method in class org.jivesoftware.smack.Connection
Returns the connection ID for this connection, which is the value set by the server when opening a XMPP stream.
getConnectionID() - Method in class org.jivesoftware.smack.XMPPConnection
 
getConnectionListeners() - Method in class org.jivesoftware.smack.Connection
Get the collection of listeners that are interested in connection events.
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
 
getCreationDate() - Method in class org.jivesoftware.smackx.commands.LocalCommand
Returns the date the command was created.
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.
getCurrentStage() - Method in class org.jivesoftware.smackx.commands.LocalCommand
Returns the currently executing stage number.
getData() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
Returns the data contained in this packet.
getData() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.Feature
Returns the dataform associated with the feature negotiation.
getDataFormToSend() - Method in class org.jivesoftware.smackx.Form
Returns a DataForm that serves to send this Form to the server.
getDataformXSLT() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine.
getDataPacketExtension() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Data
Returns the data packet extension.
getDataType() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
The type of node data, usually specified by the namespace of the payload (if any).
getDate() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Returns the date that the file was last modified.
getDate() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
Returns the date when this agent joined the chat.
getDecline() - Method in class org.jivesoftware.smackx.packet.MUCUser
Returns the rejection to an invitation from another user to a room.
getDecodedData() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
Returns the decoded data or null if data could not be decoded.
getDefaultBlockSize() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the default block size that is used for all outgoing in-band bytestreams for this connection.
getDefaultConfiguration() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Returns the default settings for Node configuration.
getDefaultLanguage() - Static method in class org.jivesoftware.smack.packet.Packet
Returns the default language used for all messages containing localized content.
getDefaultList() - Method in class org.jivesoftware.smack.PrivacyListManager
Answer the default privacy list.
getDefaultName() - Method in class org.jivesoftware.smack.packet.Privacy
Returns the name of the default list that applies to the user as a whole.
getDefaultPrivacyList() - Method in class org.jivesoftware.smack.packet.Privacy
Returns the default privacy list or null if none was found.
getDefaultSubscriptionMode() - Static method in class org.jivesoftware.smack.Roster
Returns the default subscription processing mode to use when a new Roster is created.
getDesc() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Returns the description of the file.
getDescription() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Returns the description of the file provided by the requestor.
getDescription() - Method in class org.jivesoftware.smackx.FormField
Returns a description that provides extra clarification about the question.
getDescription() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns the discovered description of the room.
getDescription() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses.Address
 
getDescription() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
getDestroy() - Method in class org.jivesoftware.smackx.packet.MUCOwner
Returns a request to the server to destroy a room.
getDestroy() - Method in class org.jivesoftware.smackx.packet.MUCUser
Returns the notification that the room has been destroyed.
getDigest() - Method in class org.jivesoftware.smack.packet.Authentication
Returns the password digest or null if the digest hasn't been set.
getDigestFrequency() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Gets the minimum number of milliseconds between sending notification digests
getDisplay() - Method in class org.jivesoftware.smackx.packet.Time
Returns the local (non-utc) time in human-friendly format.
getDuration() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
getElementAttribute() - Method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
 
getElementName() - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in interface org.jivesoftware.smack.packet.PacketExtension
Returns the root element name.
getElementName() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Returns the root element name.
getElementName() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
 
getElementName() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
 
getElementName() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
getElementName() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
 
getElementName() - Method in class org.jivesoftware.smackx.GroupChatInvitation
 
getElementName() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData.SpecificError
 
getElementName() - Method in class org.jivesoftware.smackx.packet.AttentionExtension
 
getElementName() - Method in class org.jivesoftware.smackx.packet.ChatStateExtension
 
getElementName() - Method in class org.jivesoftware.smackx.packet.DataForm
 
getElementName() - Method in class org.jivesoftware.smackx.packet.DefaultPrivateData
Returns the XML element name of the private data sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getElementName() - Method in class org.jivesoftware.smackx.packet.DelayInformation
 
getElementName() - Method in class org.jivesoftware.smackx.packet.Header
 
getElementName() - Method in class org.jivesoftware.smackx.packet.HeadersExtension
 
getElementName() - Method in class org.jivesoftware.smackx.packet.MessageEvent
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
 
getElementName() - Method in class org.jivesoftware.smackx.packet.MUCUser
 
getElementName() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses
 
getElementName() - Method in class org.jivesoftware.smackx.packet.Nick
 
getElementName() - Method in class org.jivesoftware.smackx.packet.OfflineMessageInfo
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.packet.PEPEvent
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.packet.PEPItem
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.packet.PEPPubSub
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in interface org.jivesoftware.smackx.packet.PrivateData
Returns the root element name.
getElementName() - Method in class org.jivesoftware.smackx.packet.RosterExchange
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.Feature
 
getElementName() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
 
getElementName() - Method in class org.jivesoftware.smackx.packet.XHTMLExtension
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.RetractItem
 
getElementName() - Method in class org.jivesoftware.smackx.pubsub.SimplePayload
 
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.MonitorPacket
 
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
 
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
 
getEmailHome() - Method in class org.jivesoftware.smackx.packet.VCard
 
getEmailWork() - Method in class org.jivesoftware.smackx.packet.VCard
 
getEntityID() - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Returns the entity's ID.
getEntries() - Method in class org.jivesoftware.smack.Roster
Returns an unmodifiable collection of all entries in the roster, including entries that don't belong to any groups.
getEntries() - Method in class org.jivesoftware.smack.RosterGroup
Returns an unmodifiable collection of all entries in the group.
getEntry(String) - Method in class org.jivesoftware.smack.Roster
Returns the roster entry associated with the given XMPP address or null if the user is not an entry in the roster.
getEntry(String) - Method in class org.jivesoftware.smack.RosterGroup
Returns the roster entry associated with the given XMPP address or null if the user is not an entry in the group.
getEntryCount() - Method in class org.jivesoftware.smack.Roster
Returns a count of the entries in the roster.
getEntryCount() - Method in class org.jivesoftware.smack.RosterGroup
Returns the number of entries in the group.
getEntryCount() - Method in class org.jivesoftware.smackx.packet.RosterExchange
Returns a count of the entries in the roster exchange.
getError() - Method in class org.jivesoftware.smack.packet.Packet
Returns the error associated with this packet, or null if there are no errors.
getError() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
When FileTransfer.getStatus() returns that there was an FileTransfer.Status.error during the transfer, the type of error can be retrieved through this method.
getEstimatedRemainingTime() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
 
getEvent() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getEventType() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getEventTypes() - Method in class org.jivesoftware.smackx.packet.MessageEvent
Returns the types of events.
getException() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
If an exception occurs asynchronously it will be stored for later retrieval.
getExecuteAction() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns the action available for the current stage which is considered the equivalent to "execute".
getExecuteAction() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
getExpiresDate() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
The date when the offer will expire.
getExpiry() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Get the time at which the leased subscription will expire, or has expired.
getExtension(String) - Method in class org.jivesoftware.smack.packet.Packet
Returns the first extension of this packet that has the given namespace.
getExtension(String, String) - Method in class org.jivesoftware.smack.packet.Packet
Returns the first packet extension that matches the specified element name and namespace, or null if it doesn't exist.
getExtension(String, String) - Method in class org.jivesoftware.smack.packet.XMPPError
Returns the first patcket extension that matches the specified element name and namespace, or null if it doesn't exist.
getExtension(PubSubElementType) - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
 
getExtensionProvider(String, String) - Method in class org.jivesoftware.smack.provider.ProviderManager
Returns the packet extension provider registered to the specified XML element name and namespace.
getExtensionProviders() - Method in class org.jivesoftware.smack.provider.ProviderManager
Returns an unmodifiable collection of all PacketExtensionProvider instances.
getExtensions() - Method in class org.jivesoftware.smack.packet.Packet
Returns an unmodifiable collection of the packet extensions attached to the packet.
getExtensions() - Method in class org.jivesoftware.smack.packet.XMPPError
Returns an Iterator for the error extensions attached to the xmppError.
getExtensions() - Method in class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
getExtensions() - Method in interface org.jivesoftware.smackx.pubsub.EmbeddedPacketExtension
Get the list of embedded PacketExtension objects.
getExtensions() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getExtensions() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
getExtensionsXML() - Method in class org.jivesoftware.smack.packet.Packet
Returns the extension sub-packets (including properties data) as an XML String, or the Empty String if there are no packet extensions.
getFeatureNegotiationForm() - Method in class org.jivesoftware.smackx.packet.StreamInitiation
Returns the data form which contains the valid methods of stream neotiation and transfer.
getFeatures() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
Returns the discovered features of an XMPP entity.
getFeatures() - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns the supported features by this XMPP entity.
getField(String) - Method in class org.jivesoftware.smackx.Form
Returns the field of the form whose variable matches the specified variable.
getField(String) - Method in class org.jivesoftware.smackx.packet.VCard
Set generic VCard field.
getFieldName() - Method in enum org.jivesoftware.smackx.pubsub.ConfigureNodeFields
 
getFieldName() - Method in enum org.jivesoftware.smackx.pubsub.SubscribeOptionFields
 
getFields() - Method in class org.jivesoftware.smackx.Form
Returns an Iterator for the fields that are part of the form.
getFields() - Method in class org.jivesoftware.smackx.packet.DataForm
Returns an Iterator for the fields that are part of the form.
getFields() - Method in class org.jivesoftware.smackx.packet.DataForm.Item
Returns the fields that define the data that goes with the item.
getFields() - Method in class org.jivesoftware.smackx.packet.DataForm.ReportedData
Returns the fields returned from a search.
getFile() - Method in class org.jivesoftware.smackx.packet.StreamInitiation
Returns the file containing the information about the request.
getFileName() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Returns the name of the file being transfered.
getFileName() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Returns the name of the file.
getFilePath() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Returns the local path of the file.
getFileSize() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Returns the size of the file being transfered.
getFileSize() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Returns the size in bytes of the file.
getFirstEntry() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
getFirstName() - Method in class org.jivesoftware.smackx.packet.VCard
 
getForm() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns the form of the current stage.
getForm() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
Returns the form of the command.
getForm() - Method in class org.jivesoftware.smackx.pubsub.FormNode
Get the Form that is to be sent, or was retrieved from the server.
getFormFrom(Packet) - Static method in class org.jivesoftware.smackx.Form
Returns a new ReportedData if the packet is used for gathering data and includes an extension that matches the elementName and namespace "x","jabber:x:data".
getFormFromPacket(Packet, PubSubElementType) - Static method in class org.jivesoftware.smackx.pubsub.util.NodeUtils
Get a ConfigureForm from a packet.
getForumsLocation() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
getFragment() - Method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
 
getFrom() - Method in class org.jivesoftware.smack.packet.Packet
Returns who the packet is being sent "from" or null if the value is not set.
getFrom() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamRequest
Returns the sender of the bytestream open request.
getFrom() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
Returns the sender of the In-Band Bytestream open request.
getFrom() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Returns the sender of the SOCKS5 Bytestream initialization request.
getFrom() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getFrom() - Method in class org.jivesoftware.smackx.packet.DelayInformation
Returns the JID of the entity that originally sent the packet or that delayed the delivery of the packet or null if this information is not available.
getFrom() - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
Returns the bare JID of the invitee that rejected the invitation.
getFrom() - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
Returns the bare JID of the inviter or, optionally, the room JID.
getFullName() - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
getGenericSettings(Connection, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the generic metadata of the workgroup the agent belongs to.
getGroup(String) - Method in class org.jivesoftware.smack.Roster
Returns the roster group with the specified name, or null if the group doesn't exist.
getGroupArrayNames() - Method in class org.jivesoftware.smackx.RemoteRosterEntry
Returns a String array for the group names that the roster entry belongs to.
getGroupChatName() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
getGroupCount() - Method in class org.jivesoftware.smack.Roster
Returns the number of the groups in the roster.
getGroupNames() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Returns an unmodifiable set of the group names that the roster item belongs to.
getGroupNames() - Method in class org.jivesoftware.smackx.RemoteRosterEntry
Returns an Iterator for the group names (as Strings) that the roster entry belongs to.
getGroups() - Method in class org.jivesoftware.smack.Roster
Returns an unmodifiable collections of all the roster groups.
getGroups() - Method in class org.jivesoftware.smack.RosterEntry
Returns an unmodifiable collection of the roster groups that this entry belongs to.
getGroups() - Method in class org.jivesoftware.smackx.packet.SharedGroupsInfo
Returns a collection with the shared group names returned from the server.
getHash() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Returns the MD5 sum of the file's contents
getHeaders() - Method in class org.jivesoftware.smackx.OfflineMessageManager
Returns an iterator on OfflineMessageHeader that keep information about the offline message.
getHeaders() - Method in class org.jivesoftware.smackx.packet.HeadersExtension
 
getHistory() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
Returns the history that manages the amount of discussion history provided on entering a room.
getHost() - Method in class org.jivesoftware.smack.Connection
Returns the host name of the server where the XMPP server is running.
getHost() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the host to use when establishing the connection.
getHost() - Method in class org.jivesoftware.smack.util.DNSUtil.HostAddress
Returns the hostname.
getHostedRooms(Connection, String) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a collection of HostedRooms where each HostedRoom has the XMPP address of the room and the room's name.
getId() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
Returns the JID of the command host.
getId() - Method in class org.jivesoftware.smackx.pubsub.Item
Get the item id.
getId() - Method in class org.jivesoftware.smackx.pubsub.Node
Get the NodeId
getId() - Method in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
getId() - Method in class org.jivesoftware.smackx.pubsub.RetractItem
 
getId() - Method in class org.jivesoftware.smackx.pubsub.Subscription
Gets the subscription id
getId() - Method in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
getIdentities() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
Returns the discovered identities of an XMPP entity.
getIdentityName() - Static method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns the name of the client that will be returned when asked for the client identity in a disco request.
getIdentityType() - Static method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns the type of client that will be returned when asked for the client identity in a disco request.
getIdleTime() - Method in class org.jivesoftware.smackx.packet.LastActivity
Returns number of seconds that have passed since the user last logged out.
getIgnoredBytestreamRequests() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the list of session IDs that should be ignored by the InitialtionListener
getIgnoredBytestreamRequests() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns the list of session IDs that should be ignored by the InitialtionListener
getIncomingSoundBytes() - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
getInitiationPacketFilter(String, String) - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
getInitiationPacketFilter(String, String) - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
getInitiationPacketFilter(String, String) - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
getInitiationPacketFilter(String, String) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
Returns the packet filter that will return the initiation packet for the appropriate stream initiation.
getInputStream() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
Returns the InputStream associated with this session to send data.
getInputStream() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
 
getInputStream() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
 
getInstance() - Static method in class org.jivesoftware.smack.provider.ProviderManager
Returns the only ProviderManager valid instance.
getInstance(Connection) - Static method in class org.jivesoftware.smackx.ChatStateManager
Returns the ChatStateManager related to the Connection and it will create one if it does not yet exist.
getInstance() - Method in interface org.jivesoftware.smackx.commands.LocalCommandFactory
Returns an instance of a LocalCommand.
getInstance() - Static method in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
Returns the unique EnhancedDebuggerWindow instance available in the system.
getInstance() - Static method in class org.jivesoftware.smackx.workgroup.agent.UserRequest
 
getInstanceFor(Connection) - Static method in class org.jivesoftware.smack.PrivacyListManager
Returns the PrivacyListManager instance associated with a given Connection.
getInstanceFor(Connection) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Returns the file transfer negotiator related to a particular connection.
getInstanceFor(Connection) - Static method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns the ServiceDiscoveryManager instance associated with a given Connection.
getInstructions() - Method in class org.jivesoftware.smack.packet.Registration
Returns the registration instructions, or null if no instructions have been set.
getInstructions() - Method in class org.jivesoftware.smackx.Form
Returns the instructions that explain how to fill out the form and what the form is about.
getInstructions() - Method in class org.jivesoftware.smackx.packet.DataForm
Returns an Iterator for the list of instructions that explain how to fill out the form and what the form is about.
getInvitationSender() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
getInvite() - Method in class org.jivesoftware.smackx.packet.MUCUser
Returns the invitation for another user to a room.
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
 
getIQProvider(String, String) - Method in class org.jivesoftware.smack.provider.ProviderManager
Returns the IQ provider registered to the specified XML element name and namespace.
getIQProviders() - Method in class org.jivesoftware.smack.provider.ProviderManager
Returns an unmodifiable collection of all IQProvider instances.
getItem(String, int) - Method in class org.jivesoftware.smack.packet.Privacy
Returns the privacy item in the specified order.
getItem() - Method in class org.jivesoftware.smackx.packet.MUCUser
Returns the item child that holds information about roles, affiliation, jids and nicks.
getItemIds() - Method in class org.jivesoftware.smackx.pubsub.ItemDeleteEvent
Get the item id's of the items that have been deleted.
getItemLists() - Method in class org.jivesoftware.smack.packet.Privacy
Returns the collection of privacy list that the user holds.
getItemReply() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines who should get replies to items
getItems() - Method in class org.jivesoftware.smack.PrivacyList
 
getItems() - Method in class org.jivesoftware.smackx.packet.DataForm
Returns an Iterator for the items returned from a search.
getItems() - Method in class org.jivesoftware.smackx.packet.DiscoverItems
Returns the discovered items of the queried XMPP entity.
getItems() - Method in class org.jivesoftware.smackx.packet.MUCAdmin
Returns an Iterator for item childs that holds information about roles, affiliation, jids and nicks.
getItems() - Method in class org.jivesoftware.smackx.packet.MUCOwner
Returns an Iterator for item childs that holds information about affiliation, jids and nicks.
getItems() - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
Returns an Iterator for item childs that holds information about offline messages to view or delete.
getItems() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Get the list of Item that were published.
getItems() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
Gets the items related to the type of request or event.
getItems() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Get the current items stored in the node.
getItems(String) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Get the current items stored in the node based on the subscription associated with the provided subscription id.
getItems(Collection<String>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Get the items specified from the node.
getItems(int) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Get items persisted on the node, limited to the specified number.
getItems(int, String) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Get items persisted on the node, limited to the specified number based on the subscription associated with the provided subscriptionId.
getItemsElementType() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
Get the type of element
GetItemsRequest - Class in org.jivesoftware.smackx.pubsub
Represents a request to subscribe to a node.
GetItemsRequest(String) - Constructor for class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
GetItemsRequest(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
GetItemsRequest(String, int) - Constructor for class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
GetItemsRequest(String, String, int) - Constructor for class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
getItemStatus() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Returns the roster item status.
getItemType() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Returns the roster item type.
getJabberId() - Method in class org.jivesoftware.smackx.packet.VCard
 
getJid() - Method in class org.jivesoftware.smack.packet.Bind
 
getJid() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
Returns the full JID of this conference room.
getJID() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
Returns the JID of the stream host.
getJID() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
Returns the JID of the selected stream host.
getJid() - Method in class org.jivesoftware.smackx.muc.Affiliate
Returns the bare JID of the affiliated user.
getJid() - Method in class org.jivesoftware.smackx.muc.HostedRoom
Returns the XMPP address of the hosted room by the chat service.
getJid() - Method in class org.jivesoftware.smackx.muc.Occupant
Returns the full JID of the occupant.
getJid() - Method in class org.jivesoftware.smackx.OfflineMessageHeader
Returns the full JID of the user that sent the message.
getJid() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Returns the by which an occupant is identified within the context of a room.
getJid() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Destroy
Returns the JID of an alternate location since the current room is being destroyed.
getJid() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Returns the by which an occupant is identified within the context of a room.
getJid() - Method in class org.jivesoftware.smackx.packet.MUCUser.Destroy
Returns the JID of an alternate location since the current room is being destroyed.
getJid() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Returns the by which an occupant is identified within the context of a room.
getJid() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses.Address
 
getJid() - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
 
getJid() - Method in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
getJid() - Method in class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
getJid() - Method in class org.jivesoftware.smackx.pubsub.Subscription
Gets the JID the subscription is created for
getJid() - Method in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
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
 
getJoinedRooms(Connection, String) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns an Iterator on the rooms where the requested user has joined.
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
 
getKeepAliveInterval() - Static method in class org.jivesoftware.smack.SmackConfiguration
Returns the number of milleseconds delay between sending keep-alive requests to the server.
getKey() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
getKeystorePath() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Retuns the path to the keystore file.
getKeystoreType() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the keystore type, or null if it's not set.
getLabel() - Method in class org.jivesoftware.smackx.FormField
Returns the label of the question which should give enough information to the user to fill out the form.
getLabel() - Method in class org.jivesoftware.smackx.FormField.Option
Returns the label that represents the option.
getLabel() - Method in class org.jivesoftware.smackx.ReportedData.Column
Returns the column's label.
getLanguage() - Method in class org.jivesoftware.smack.packet.Message.Body
Returns the language of this message body.
getLanguage() - Method in class org.jivesoftware.smack.packet.Message
Returns the xml:lang of this Message.
getLanguage() - Method in class org.jivesoftware.smack.packet.Message.Subject
Returns the language of this message subject.
getLastActivity(Connection, String) - Static method in class org.jivesoftware.smackx.LastActivityManager
Returns the last activity of a particular jid.
getLastActivity(Connection, String) - Static method in class org.jivesoftware.smackx.packet.LastActivity
Deprecated. This method only retreives the lapsed time since the last logout of a particular jid. Replaced by getLastActivity
getLastName() - Method in class org.jivesoftware.smackx.packet.VCard
 
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
 
getListeners() - Method in class org.jivesoftware.smack.Chat
Returns an unmodifiable collection of all of the listeners registered with this chat.
getLocalAddresses() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Returns an unmodifiable list of the local network addresses that will be used for streamhost candidates of outgoing SOCKS5 Bytestream requests.
getLocalSocks5ProxyPort() - Static method in class org.jivesoftware.smack.SmackConfiguration
Return the port of the local Socks5 proxy.
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
 
getMaxCacheSize() - Method in class org.jivesoftware.smack.util.Cache
 
getMaxChars() - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
Returns the total number of characters to receive in the history.
getMaxChars() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
Returns the total number of characters to receive in the history.
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
 
getMaximumBlockSize() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the maximum block size that is allowed for In-Band Bytestreams for this connection.
getMaxItems() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the maximum number of items to persisted to this node if ConfigureForm.isPersistItems() is true.
getMaxItems() - Method in class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
getMaxLifetime() - Method in class org.jivesoftware.smack.util.Cache
 
getMaxPayloadSize() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the maximum payload size in bytes.
getMaxStanzas() - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
Returns the total number of messages to receive in the history.
getMaxStanzas() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
Returns the total number of messages to receive in the history.
getMembers() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a collection of Affiliate with the room members.
getMessage() - Method in class org.jivesoftware.smack.packet.Message.Body
Returns the message content.
getMessage() - Method in class org.jivesoftware.smack.packet.XMPPError
Returns the message describing the error, or null if there is no message.
getMessage() - Method in exception org.jivesoftware.smack.XMPPException
 
getMessage() - Method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Error
Returns a String representation of this error.
getMessageBody() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
getMessageCount() - Method in class org.jivesoftware.smackx.OfflineMessageManager
Returns the number of offline messages for the user of the connection.
getMessages(List<String>) - Method in class org.jivesoftware.smackx.OfflineMessageManager
Returns an Iterator with the offline Messages whose stamp matches the specified request.
getMessages() - Method in class org.jivesoftware.smackx.OfflineMessageManager
Returns an Iterator with all the offline Messages of the user.
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
 
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
 
getMethodArguments() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
getMiddleName() - Method in class org.jivesoftware.smackx.packet.VCard
 
getMimeType() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Returns the mime-type of the file.
getMimeType() - Method in class org.jivesoftware.smackx.packet.StreamInitiation
Identifies the type of file that is desired to be transfered.
getMinimumConnectTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Returns the timeout to connect to one SOCKS5 proxy while accepting the SOCKS5 Bytestream request.
getMode() - Method in class org.jivesoftware.smack.packet.Presence
Returns the mode of the presence update, or null if the mode is not set.
getMode() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the transport mode.
getModerators() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a collection of Occupant with the room moderators.
getMultipleRecipientInfo(Packet) - Static method in class org.jivesoftware.smackx.MultipleRecipientManager
Returns the MultipleRecipientInfo contained in the specified packet or null if none was found.
getName() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Returns the user's name.
getName() - Method in class org.jivesoftware.smack.RosterEntry
Returns the name associated with this entry.
getName() - Method in class org.jivesoftware.smack.RosterGroup
Returns the name of the group.
getName() - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
 
getName() - Method in class org.jivesoftware.smack.sasl.SASLCramMD5Mechanism
 
getName() - Method in class org.jivesoftware.smack.sasl.SASLDigestMD5Mechanism
 
getName() - Method in class org.jivesoftware.smack.sasl.SASLExternalMechanism
 
getName() - Method in class org.jivesoftware.smack.sasl.SASLGSSAPIMechanism
 
getName() - Method in class org.jivesoftware.smack.sasl.SASLMechanism
Returns the common name of the SASL mechanism.
getName() - Method in class org.jivesoftware.smack.sasl.SASLPlainMechanism
 
getName() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
Returns the display label representing the Conference room.
getName() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
Returns the name representing the URL (eg.
getName() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns the human readable name of the command.
getName() - Method in class org.jivesoftware.smackx.muc.HostedRoom
Returns the name of the room.
getName() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
Returns the human name of the command
getName() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Identity
Returns the identity's name.
getName() - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Returns the entity's name.
getName() - Method in class org.jivesoftware.smackx.packet.Header
 
getName() - Method in class org.jivesoftware.smackx.packet.Nick
The value of this nickname
getName() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Returns the file's name.
getName() - Method in class org.jivesoftware.smackx.packet.Version
Returns the natural-language name of the software.
getName() - Method in class org.jivesoftware.smackx.RemoteRosterEntry
Returns the user's name.
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
 
getNames() - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
Returns an unmodifiable collection of the names that can be used to get values of the packet extension.
getNames() - Method in class org.jivesoftware.smackx.packet.DefaultPrivateData
Returns an Iterator for the names that can be used to get values of the private data.
getNamespace() - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in interface org.jivesoftware.smack.packet.PacketExtension
Returns the root element XML namespace.
getNamespace() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Returns the root element XML namespace.
getNamespace() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
 
getNamespace() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
 
getNamespace() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
getNamespace() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
 
getNamespace() - Method in class org.jivesoftware.smackx.GroupChatInvitation
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData.SpecificError
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.AttentionExtension
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.ChatStateExtension
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.DataForm
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.DefaultPrivateData
Returns the XML namespace of the private data sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.DelayInformation
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.Header
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.HeadersExtension
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.MessageEvent
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.MUCUser
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.Nick
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.OfflineMessageInfo
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.packet.PEPEvent
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.packet.PEPItem
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.packet.PEPPubSub
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in interface org.jivesoftware.smackx.packet.PrivateData
Returns the root element XML namespace.
getNamespace() - Method in class org.jivesoftware.smackx.packet.RosterExchange
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.Feature
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
 
getNamespace() - Method in class org.jivesoftware.smackx.packet.XHTMLExtension
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.Item
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.RetractItem
 
getNamespace() - Method in class org.jivesoftware.smackx.pubsub.SimplePayload
 
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.MonitorPacket
 
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
 
getNamespaces() - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
getNamespaces() - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
getNamespaces() - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
getNamespaces() - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
Returns the XMPP namespace reserved for this particular type of file transfer.
getNextStreamID() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Returns a new, unique, stream ID to identify a file transfer.
getNick() - Method in class org.jivesoftware.smackx.muc.Affiliate
Returns the current nickname of the affiliated user if the user is currently in the room.
getNick() - Method in class org.jivesoftware.smackx.muc.Occupant
Returns the current nickname of the occupant in the room.
getNick() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Returns the new nickname of an occupant that is changing his/her nickname.
getNick() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Returns the new nickname of an occupant that is changing his/her nickname.
getNick() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Returns the new nickname of an occupant that is changing his/her nickname.
getNickname() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
Returns the nickname to use when joining this conference room.
getNickname() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the nickname that was used to join the room, or null if not currently joined.
getNickName() - Method in class org.jivesoftware.smackx.packet.VCard
 
getNickname() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.OccupantInfo
 
getNode() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns the unique identifier of the command.
getNode() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
Returns the identifier of the command
getNode() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
Returns the node attribute that supplements the 'jid' attribute.
getNode() - Method in class org.jivesoftware.smackx.packet.DiscoverItems
Returns the node attribute that supplements the 'jid' attribute.
getNode() - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Returns the node attribute that supplements the 'jid' attribute.
getNode() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses.Address
 
getNode() - Method in class org.jivesoftware.smackx.packet.OfflineMessageInfo
Returns the stamp that uniquely identifies the offline message.
getNode() - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
 
getNode() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
Gets the node id
getNode(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Retrieves the requested node, if it exists.
getNodeConfiguration() - Method in class org.jivesoftware.smackx.pubsub.Node
Returns a configuration form, from which you can create an answer form to be submitted via the Node.sendConfigurationForm(Form).
getNodeElement() - Method in enum org.jivesoftware.smackx.pubsub.FormNodeType
 
getNodeElement() - Method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
 
getNodeFeatures() - Method in interface org.jivesoftware.smackx.NodeInformationProvider
Returns a list of the features defined in the node.
getNodeId() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
getNodeId() - Method in class org.jivesoftware.smackx.pubsub.NodeEvent
 
getNodeIdentities() - Method in interface org.jivesoftware.smackx.NodeInformationProvider
Returns a list of the indentites defined in the node.
getNodeItems() - Method in interface org.jivesoftware.smackx.NodeInformationProvider
Returns a list of the Items DiscoverItems.Item defined in the node.
getNodeType() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the node type
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.commands.AdHocCommand
Returns the notes that the command has at the current stage.
getNotes() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
Returns the list of notes that the command has.
getNotes() - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
getNotify() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
Gets the value of the optional attribute related to the ItemsExtension.ItemsElementType.
getOccupant(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the Occupant information for a particular occupant, or null if the user is not in the room.
getOccupantPresence(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the presence info for a particular user, or null if the user is not in the room.
getOccupants() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns an Iterator (of Strings) for the list of fully qualified occupants in the group chat.
getOccupants() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
 
getOccupantsCount() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the number of occupants in the group chat.
getOccupantsCount() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns the discovered number of occupants that are currently in the room.
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
 
getOptions() - Method in class org.jivesoftware.smackx.FormField
Returns an Iterator for the available options that the user has in order to answer the question.
getOrder() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns the order where the receiver is processed.
getOrganization() - Method in class org.jivesoftware.smackx.packet.VCard
 
getOrganizationUnit() - Method in class org.jivesoftware.smackx.packet.VCard
 
getOs() - Method in class org.jivesoftware.smackx.packet.Version
Returns the operating system of the queried entity.
getOutcasts() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a collection of Affiliate with the room outcasts.
getOutgoingSoundBytes() - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
getOutputStream() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
Returns the OutputStream associated with this session to receive data.
getOutputStream() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
 
getOutputStream() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
 
getOutputStream() - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
Returns the output stream connected to the peer to transfer the file.
getOwnerJID() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns the full JID of the owner of this command.
getOwnerJID() - Method in class org.jivesoftware.smackx.commands.LocalCommand
 
getOwnerJID() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
getOwners() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a collection of Affiliate with the room owners.
getPacketCollectors() - Method in class org.jivesoftware.smack.Connection
Get the collection of all packet collectors for this connection.
getPacketCollectorSize() - Static method in class org.jivesoftware.smack.SmackConfiguration
Gets the default max size of a packet collector before it will delete the older packets.
getPacketFilter() - Method in class org.jivesoftware.smack.PacketCollector
Returns the packet filter associated with this packet collector.
getPacketID() - Method in class org.jivesoftware.smack.packet.Packet
Returns the unique ID of the packet.
getPacketID() - Method in class org.jivesoftware.smackx.packet.MessageEvent
Returns the unique ID of the message that requested to be notified of the event.
getPacketInterceptors() - Method in class org.jivesoftware.smack.Connection
Get a map of all packet interceptors for sending packets of this connection.
getPacketListeners() - Method in class org.jivesoftware.smack.Connection
Get a map of all packet listeners for received packets of this connection.
getPacketReplyTimeout() - Static method in class org.jivesoftware.smack.SmackConfiguration
Returns the number of milliseconds to wait for a response from the server.
getPacketReplyTimeout() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
Returns the number of milliseconds to wait for a respone.
getPackets() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcript
Returns the list of Messages and Presences that were sent to the room.
getPacketSendingListeners() - Method in class org.jivesoftware.smack.Connection
Get a map of all packet listeners for sending packets of this connection.
getParticipant() - Method in class org.jivesoftware.smack.Chat
Returns the name of the user the chat is with.
getParticipants() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a collection of Occupant with the room participants.
getPassword() - Method in class org.jivesoftware.smack.packet.Authentication
Returns the plain text password or null if the password hasn't been set.
getPassword() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
Returns the password to use when joining this conference room.
getPassword() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
Returns the password to use when the room requires a password.
getPassword() - Method in class org.jivesoftware.smackx.packet.MUCUser
Returns the password to use to enter Password-Protected Room.
getPayload() - Method in class org.jivesoftware.smackx.pubsub.PayloadItem
Get the payload associated with this Item.
getPeer() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Returns the JID of the peer for this file transfer.
getPersonalMacroGroup() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
getPhoneHome(String) - Method in class org.jivesoftware.smackx.packet.VCard
Get home phone number
getPhoneWork(String) - Method in class org.jivesoftware.smackx.packet.VCard
Get work phone number
getPKCS11Library() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the PKCS11 library file location, needed when the Keystore type is PKCS11.
getPort() - Method in class org.jivesoftware.smack.Connection
Returns the port number of the XMPP server for this connection.
getPort() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the port to use when establishing the connection.
getPort() - Method in class org.jivesoftware.smack.util.DNSUtil.HostAddress
Returns the port.
getPort() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
Returns the port on which the potential stream host would accept the connection.
getPort() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Returns the port of the local SOCKS5 proxy server.
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(String) - Method in class org.jivesoftware.smack.Roster
Returns the presence info for a particular user.
getPresence(String) - 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.
getPresenceResource(String) - Method in class org.jivesoftware.smack.Roster
Returns the presence info for a particular user's resource, or unavailable presence if the user is offline or if no presence information is available, such as when you are not subscribed to the user's presence updates.
getPresences(String) - Method in class org.jivesoftware.smack.Roster
Returns an iterator (of Presence objects) for all of a user's current presences or an unavailable presence if the user is unavailable (offline) or if no presence information is available, such as when you are not subscribed to the user's presence updates.
getPriority() - Method in class org.jivesoftware.smack.packet.Presence
Returns the priority of the presence, or Integer.MIN_VALUE if no priority has been set.
getPrivacyList(String) - Method in class org.jivesoftware.smack.packet.Privacy
Returns a specific privacy list.
getPrivacyList(String) - Method in class org.jivesoftware.smack.PrivacyListManager
Answer the privacy list items under listName with the allowed and blocked permissions.
getPrivacyListNames() - Method in class org.jivesoftware.smack.packet.Privacy
Returns all the list names the user has defined to group restrictions.
getPrivacyLists() - Method in class org.jivesoftware.smack.PrivacyListManager
Answer every privacy list with the allowed and blocked permissions.
getPrivateData(String, String) - Method in class org.jivesoftware.smackx.PrivateDataManager
Returns the private data specified by the given element name and namespace.
getPrivateDataProvider(String, String) - Static method in class org.jivesoftware.smackx.PrivateDataManager
Returns the private data provider registered to the specified XML element name and namespace.
getProgress() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Returns the progress of the file transfer as a number between 0 and 1.
getProperty(String) - Method in class org.jivesoftware.smack.packet.Packet
Returns the packet property with the specified name or null if the property doesn't exist.
getPropertyNames() - Method in class org.jivesoftware.smack.packet.Packet
Returns an unmodifiable collection of all the property names that are set.
getProxyAddress() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
 
getProxyConnectionTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns the timeout for connecting to the SOCKS5 proxy selected by the target.
getProxyPassword() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
 
getProxyPort() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
 
getProxyType() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
 
getProxyUsername() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
 
getPublishedDate() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Gets the original date the items were published.
getPublishModel() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the publishing model for the node, which determines who may publish to it.
getPubSubNamespace() - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
Returns the current value of the namespace.
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
 
getQueueJoinTimestamp() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
 
getQueuePosition() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
 
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
 
getRaw() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
 
getReader() - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
getReader() - Method in class org.jivesoftware.smack.debugger.LiteDebugger
 
getReader() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
Returns the special Reader that wraps the main Reader and logs data to the GUI.
getReader() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
getReaderListener() - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
getReaderListener() - Method in class org.jivesoftware.smack.debugger.LiteDebugger
 
getReaderListener() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
Returns the thread that will listen for all incoming packets and write them to the GUI.
getReaderListener() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
getReadTimeout() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
Returns the timeout for read operations of the input stream associated with this session.
getReadTimeout() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
 
getReadTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
 
getReason() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getReason() - Method in class org.jivesoftware.smackx.packet.DelayInformation
Returns a natural-language description of the reason for the delay or null if this information is not available.
getReason() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Returns the reason for the item child.
getReason() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Destroy
Returns the reason for the room destruction.
getReason() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Returns the reason for the item child.
getReason() - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
Returns the message explaining why the invitation was rejected.
getReason() - Method in class org.jivesoftware.smackx.packet.MUCUser.Destroy
Returns the reason for the room destruction.
getReason() - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
Returns the message explaining the invitation.
getReason() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Returns the reason for the item child.
getReason() - Method in class org.jivesoftware.smackx.workgroup.agent.InvitationRequest
 
getReason() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
 
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
 
getRegisterSASLMechanisms() - Static method in class org.jivesoftware.smack.SASLAuthentication
Returns the registerd SASLMechanism classes sorted by the level of preference.
getRegistrationForm() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the room's registration form that an unaffiliated user, can use to become a member of the room or null if no registration is possible.
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.
getRemoteCommand(String, String) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Returns a command that represents an instance of a command in a remote host.
getReply(Connection, Packet, long) - Static method in class org.jivesoftware.smack.util.SyncPacketSend
 
getReply(Connection, Packet) - Static method in class org.jivesoftware.smack.util.SyncPacketSend
 
getReply(Connection, Packet, long) - Static method in class org.jivesoftware.smackx.pubsub.packet.SyncPacketSend
 
getReply(Connection, Packet) - Static method in class org.jivesoftware.smackx.pubsub.packet.SyncPacketSend
 
getReplyAddress() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
Returns the address to which all replies are requested to be sent or null if no specific address was provided.
getReplyRoom() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
Returns the JID of a MUC room to which responses should be sent or null if no specific address was provided.
getReplyRoom() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Iterator over the multi user chat rooms that are specified as reply rooms.
getReplyTo() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the specific JID's for reply to.
getReportedData() - Method in class org.jivesoftware.smackx.packet.DataForm
Returns the fields that will be returned from a search.
getReportedDataFrom(Packet) - Static method in class org.jivesoftware.smackx.ReportedData
Returns a new ReportedData if the packet is used for reporting data and includes an extension that matches the elementName and namespace "x","jabber:x:data".
getRequestor() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Returns the fully-qualified jabber ID of the user that requested this file transfer.
getReservedNickname() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the reserved room nickname for the user in the room.
getResource() - Method in class org.jivesoftware.smack.packet.Authentication
Returns the resource or null if the resource hasn't been set.
getResource() - Method in class org.jivesoftware.smack.packet.Bind
 
getResponse() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
getResponseTimeout() - Static method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
Returns the time in milliseconds after which the file transfer negotiation process will timeout if the other user has not responded.
getRole() - Method in class org.jivesoftware.smackx.muc.Affiliate
Returns the current role of the affiliated user if the user is currently in the room.
getRole() - Method in class org.jivesoftware.smackx.muc.Occupant
Returns the current role of the occupant in the room.
getRole() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Returns the temporary position or privilege level of an occupant within a room.
getRole() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Returns the temporary position or privilege level of an occupant within a room.
getRole() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Returns the temporary position or privilege level of an occupant within a room.
getRoom() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the name of the room this MultiUserChat object represents.
getRoom() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns the JID of the room whose information was discovered.
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
 
getRoomAddress() - Method in class org.jivesoftware.smackx.GroupChatInvitation
Returns the address of the group chat room.
getRoomID() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
 
getRoomInfo(Connection, String) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the discovered information of a given room without actually having to join the room.
getRootGroup() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
getRoster() - Method in class org.jivesoftware.smack.Connection
Returns the roster for the user.
getRoster() - Method in class org.jivesoftware.smack.XMPPConnection
 
getRosterEntries() - Method in class org.jivesoftware.smackx.packet.RosterExchange
Returns an Iterator for the roster entries in the packet.
getRosterGroupsAllowed() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the roster groups that are allowed to subscribe and retrieve items.
getRosterItemCount() - Method in class org.jivesoftware.smack.packet.RosterPacket
Returns the number of roster items in this roster packet.
getRosterItems() - Method in class org.jivesoftware.smack.packet.RosterPacket
Returns an unmodifiable collection for the roster items in the packet.
getRows() - Method in class org.jivesoftware.smackx.ReportedData
Returns an Iterator for the rows returned from a search.
getSASLAuthentication() - Method in class org.jivesoftware.smack.Connection
Returns the SASLAuthentication manager that is responsible for authenticating with the server.
getSASLAuthentication() - Method in class org.jivesoftware.smack.sasl.SASLMechanism
 
getSaslMechs() - Static method in class org.jivesoftware.smack.SmackConfiguration
Returns the list of SASL mechanisms to be used.
getSearchForm(Connection, String) - Method in class org.jivesoftware.smackx.search.UserSearch
Returns the form for all search fields supported by the search service.
getSearchForm(String) - Method in class org.jivesoftware.smackx.search.UserSearchManager
Returns the form to fill out to perform a search.
getSearchForm(String) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptSearchManager
Returns the Form to use for searching transcripts.
getSearchResults(Form, String) - Method in class org.jivesoftware.smackx.search.UserSearchManager
Submits a search form to the server and returns the resulting information in the form of ReportedData
getSearchServices() - Method in class org.jivesoftware.smackx.search.UserSearchManager
Returns a collection of search services found on the server.
getSearchSettings() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Asks the workgroup for it's Search Settings.
getSeconds() - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
Returns the number of seconds to use to filter the messages received during that time.
getSeconds() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
Returns the number of seconds to use to filter the messages received during that time.
getSecurityMode() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the TLS security mode used when making the connection.
getSeq() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
Returns the sequence of this packet in regard to the other data packets.
getServiceName() - Method in class org.jivesoftware.smack.Connection
Returns the name of the service provided by the XMPP server for this connection.
getServiceName() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the server name of the target server.
getServiceNames(Connection) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a collection with the XMPP addresses of the Multi-User Chat services.
getSessionID() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamRequest
Returns the session ID of the bytestream open request.
getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
Returns the session ID of the In-Band Bytestream open request.
getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
Returns the unique session ID identifying this In-Band Bytestream.
getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
Returns the unique session ID identifying this In-Band Bytestream.
getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
Returns the unique session ID identifying this In-Band Bytestream.
getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the session ID related to the bytestream negotiation.
getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Returns the session ID of the SOCKS5 Bytestream initialization request.
getSessionID() - Method in class org.jivesoftware.smackx.commands.LocalCommand
Returns the session ID of this execution.
getSessionID() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
getSessionID() - Method in class org.jivesoftware.smackx.packet.StreamInitiation
Uniquely identifies a stream initiation to the recipient.
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
 
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
 
getSessions() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the sessions map.
getSettings() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
getSharedGroups(Connection) - Static method in class org.jivesoftware.smackx.SharedGroupManager
Returns the collection that will contain the name of the shared groups where the user logged in with the specified session belongs.
getShowValues() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Gets the PresenceState for which an entity wants to receive notifications.
getSince() - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
Returns the since date to use to filter the messages received during that time.
getSince() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
Returns the since date to use to filter the messages received during that time.
getSize() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Returns the file's size.
getSocket(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Returns the socket for the given digest.
getSocketFactory() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the socket factory used to create new xmppConnection sockets.
getSocketFactory() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
 
getSocks5Proxy() - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Returns the local SOCKS5 proxy server.
getSoundSettings() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Asks the workgroup for it's Sound Settings.
getSpecificErrorCondition(XMPPError) - Static method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns the specific condition of the error or null if the error doesn't have any.
getStamp() - Method in class org.jivesoftware.smackx.OfflineMessageHeader
Returns the stamp that uniquely identifies the offline message.
getStamp() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
getStamp() - Method in class org.jivesoftware.smackx.packet.DelayInformation
Returns the timestamp when the packet was originally sent.
getStanza() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the stanza used to send data packets.
getStanza() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
Returns the stanza type used to encapsulate the data.
getStartDate() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
getState() - Method in class org.jivesoftware.smackx.pubsub.Subscription
Gets the current subscription state.
getStatus() - Method in class org.jivesoftware.smack.packet.Presence
Returns the status message of the presence update, or null if there is not a status.
getStatus() - Method in class org.jivesoftware.smack.RosterEntry
Returns the roster subscription status of the entry.
getStatus() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns the status of the current stage.
getStatus() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Returns the current status of the file transfer.
getStatus() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
Returns the status of the execution.
getStatus() - Method in class org.jivesoftware.smackx.packet.MUCUser
Returns the status which holds a code that assists in presenting notification messages.
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
 
getStatusMessage() - Method in class org.jivesoftware.smackx.packet.LastActivity
Returns the status message of the last unavailable presence received from the user.
getStreamError() - Method in exception org.jivesoftware.smack.XMPPException
Returns the StreamError asscociated with this exception, or null if there isn't one.
getStreamHost(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the stream host related to the given JID, or null if there is none.
getStreamHosts() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the list of stream hosts contained in the packet.
getStreamID() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
getStreamID() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Returns the stream ID that uniquely identifies this file transfer.
getStreamInitiation() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Returns the stream initiation packet that was sent by the requestor which contains the parameters of the file transfer being transfer and also the methods available to transfer the file.
getSubject() - Method in class org.jivesoftware.smack.packet.Message
Returns the default subject of the message, or null if the subject has not been set.
getSubject(String) - Method in class org.jivesoftware.smack.packet.Message
Returns the subject corresponding to the language.
getSubject() - Method in class org.jivesoftware.smack.packet.Message.Subject
Returns the subject content.
getSubject() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the last known room's subject or null if the user hasn't joined the room or the room does not have a subject yet.
getSubject() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns the discovered subject of the room.
getSubject() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
getSubjectLanguages() - Method in class org.jivesoftware.smack.packet.Message
Returns all the languages being used for the subjects, not including the default subject.
getSubjects() - Method in class org.jivesoftware.smack.packet.Message
Returns a set of all subjects in this Message, including the default message subject accessible from Message.getSubject().
getSubscriptionId() - Method in class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
getSubscriptionMode() - Method in class org.jivesoftware.smack.Roster
Returns the subscription processing mode, which dictates what action Smack will take when subscription requests from other users are made.
getSubscriptionOptions(String) - Method in class org.jivesoftware.smackx.pubsub.Node
Returns a SubscribeForm for subscriptions, from which you can create an answer form to be submitted via the Node.sendConfigurationForm(Form).
getSubscriptionOptions(String, String) - Method in class org.jivesoftware.smackx.pubsub.Node
Get the options for configuring the specified subscription.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.Node
Get the subscriptions currently associated with this node.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Gets the subscriptions on the root node.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.SubscriptionEvent
Get the subscriptions this event is associated with.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
Gets the list of subscriptions.
getSummaries() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts
Returns a list of TranscriptSummary.
getSupportedFeatures() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Gets the supported features of the servers pubsub implementation as a standard DiscoverInfo instance.
getSupportedProtocols() - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Returns a collection of the supported transfer protocols.
getTarget() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
Returns the target of the activation.
getTargetResponseTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns the timeout to wait for the response to the SOCKS5 Bytestream initialization request.
getThread() - Method in class org.jivesoftware.smack.packet.Message
Returns the thread id of the message, which is a unique identifier for a sequence of "chat" messages.
getThreadChat(String) - Method in class org.jivesoftware.smack.ChatManager
 
getThreadID() - Method in class org.jivesoftware.smack.Chat
Returns the thread id associated with this chat, which corresponds to the thread field of XMPP messages.
getTime() - Method in class org.jivesoftware.smackx.packet.Time
Returns the local time or null if the time hasn't been set.
getTimeFromLong(long) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
 
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
 
getTitle() - Method in class org.jivesoftware.smackx.Form
Returns the description of the data.
getTitle() - Method in class org.jivesoftware.smackx.packet.DataForm
Returns the description of the data.
getTitle() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the human readable node title.
getTitle() - Method in class org.jivesoftware.smackx.ReportedData
Returns the report's title.
getTitle() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
getTitle() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
getTo() - Method in class org.jivesoftware.smack.packet.Packet
Returns who the packet is being sent "to", or null if the value is not set.
getTo() - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
Returns the bare JID of the inviter.
getTo() - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
Returns the bare JID of the invitee.
getToActivate() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the activate element of the packet sent to the proxy host to verify the identity of the initiator and match them to the appropriate stream.
getTOAddresses() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
Returns the list of MultipleAddresses.Address that were the primary recipients of the packet.
getTotalConnectTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Returns the maximum timeout to connect to SOCKS5 proxies.
getTranscript(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the full conversation transcript of a given session.
getTranscript(String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptManager
Returns the full conversation transcript of a given session.
getTranscripts(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Returns the transcripts of a given user.
getTranscripts(String, String) - 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.
getTruststorePassword() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the password to use to access the trust store file.
getTruststorePath() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Retuns the path to the trust store file.
getTruststoreType() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns the trust store type, or null if it's not set.
getType() - Method in class org.jivesoftware.smack.packet.IQ
Returns the type of the IQ packet.
getType() - Method in class org.jivesoftware.smack.packet.Message
Returns the type of the message.
getType() - Method in class org.jivesoftware.smack.packet.Presence
Returns the type of this presence packet.
getType() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns the type hold the kind of communication it will allow or block.
getType() - Method in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
Returns the type hold the kind of communication it will allow or block.
getType() - Method in class org.jivesoftware.smack.packet.XMPPError
Returns the error type.
getType() - Method in class org.jivesoftware.smack.RosterEntry
Returns the roster subscription type of the entry.
getType() - Method in class org.jivesoftware.smackx.commands.AdHocCommandNote
Return the type of the note.
getType() - Method in class org.jivesoftware.smackx.Form
Returns the meaning of the data within the context.
getType() - Method in class org.jivesoftware.smackx.FormField
Returns an indicative of the format for the data to answer.
getType() - Method in class org.jivesoftware.smackx.packet.DataForm
Returns the meaning of the data within the context.
getType() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Identity
Returns the entity's type.
getType() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses.Address
 
getType() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
getType() - Method in class org.jivesoftware.smackx.ReportedData.Column
Returns the column's data format.
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
 
getTz() - Method in class org.jivesoftware.smackx.packet.Time
Returns the time zone.
getUnfiledEntries() - Method in class org.jivesoftware.smack.Roster
Returns an unmodifiable collection for the unfiled roster entries.
getUnfiledEntryCount() - Method in class org.jivesoftware.smack.Roster
Returns a count of the unfiled entries in the roster.
getUniqueID() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
getUri() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses.Address
 
getURL() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
Returns the URL.
getUsedHost() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the SOCKS5 host connected to by the remote user.
getUser() - Method in class org.jivesoftware.smack.Connection
Returns the full XMPP address of the user that is logged in to the connection or null if not logged in yet.
getUser() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Returns the user.
getUser() - Method in class org.jivesoftware.smack.RosterEntry
Returns the JID of the user associated with this entry.
getUser() - Method in class org.jivesoftware.smack.XMPPConnection
 
getUser() - Method in class org.jivesoftware.smackx.OfflineMessageHeader
Returns the bare JID of the user that was offline when the message was sent.
getUser() - Method in class org.jivesoftware.smackx.RemoteRosterEntry
Returns the user.
getUser() - Method in class org.jivesoftware.smackx.workgroup.agent.Agent
Return the agents JID
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
 
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
 
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
 
getUserListener(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the InBandBytestreamListener that should be informed if a In-Band Bytestream request from the given initiator JID is received.
getUserListener(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns the BytestreamListener that should be informed if a SOCKS5 Bytestream request from the given initiator JID is received.
getUsername() - Method in class org.jivesoftware.smack.packet.Authentication
Returns the username, or null if the username hasn't been sent.
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).
getUtc() - Method in class org.jivesoftware.smackx.packet.Time
Returns the time as a UTC formatted String using the format CCYYMMDDThh:mm:ss.
getValue(String) - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
Returns a packet extension value given a name.
getValue() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns the element identifier to apply the action.
getValue() - Method in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
Returns the element identifier to apply the action.
getValue() - Method in class org.jivesoftware.smackx.commands.AdHocCommandNote
Returns the value or message of the note.
getValue() - Method in class org.jivesoftware.smackx.FormField.Option
Returns the value of the option.
getValue(String) - Method in class org.jivesoftware.smackx.packet.DefaultPrivateData
Returns a value given a name.
getValue() - Method in class org.jivesoftware.smackx.packet.Header
 
getValue() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
getValues() - Method in class org.jivesoftware.smackx.FormField
Returns an Iterator for the default values of the question if the question is part of a form to fill out.
getValues() - Method in class org.jivesoftware.smackx.ReportedData.Field
Returns an iterator on the values reported as part of the search.
getValues(String) - Method in class org.jivesoftware.smackx.ReportedData.Row
Returns the values of the field whose variable matches the requested variable.
getVar() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Feature
Returns the feature's variable.
getVariable() - Method in class org.jivesoftware.smackx.FormField
Returns the variable name that the question is filling out.
getVariable() - Method in class org.jivesoftware.smackx.ReportedData.Column
Returns the variable name that the column is showing.
getVariable() - Method in class org.jivesoftware.smackx.ReportedData.Field
Returns the variable name that the field represents.
getVersion() - Static method in class org.jivesoftware.smack.SmackConfiguration
Returns the Smack version information, eg "1.3.0".
getVersion() - Method in class org.jivesoftware.smackx.packet.Version
Returns the specific version of the software.
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
 
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
 
getWorkgroupName() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
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(String, String, Connection) - 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.
getWrappedThrowable() - Method in exception org.jivesoftware.smack.XMPPException
Returns the Throwable asscociated with this exception, or null if there isn't one.
getWriter() - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
getWriter() - Method in class org.jivesoftware.smack.debugger.LiteDebugger
 
getWriter() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
Returns the special Writer that wraps the main Writer and logs data to the GUI.
getWriter() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
getWriterListener() - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
getWriterListener() - Method in class org.jivesoftware.smack.debugger.LiteDebugger
 
getWriterListener() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
Returns the thread that will listen for all outgoing packets and write them to the GUI.
getWriterListener() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
getXmlns() - Method in class org.jivesoftware.smack.packet.Packet
 
getXmlns() - Method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
 
getXMPPError() - Method in exception org.jivesoftware.smack.XMPPException
Returns the XMPPError asscociated with this exception, or null if there isn't one.
gone - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
grantAdmin(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants administrator privileges to other users.
grantAdmin(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants administrator privileges to another user.
grantMembership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants membership to other users.
grantMembership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants membership to a user.
grantModerator(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants moderator privileges to participants or visitors.
grantModerator(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants moderator privileges to a participant or visitor.
grantOwnership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants ownership privileges to other users.
grantOwnership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants ownership privileges to another user.
grantVoice(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants voice to visitors in the room.
grantVoice(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Grants voice to a visitor in the room.
GroupChatInvitation - Class in org.jivesoftware.smackx
A group chat invitation packet extension, which is used to invite other users to a group chat room.
GroupChatInvitation(String) - Constructor for class org.jivesoftware.smackx.GroupChatInvitation
Creates a new group chat invitation to the specified room address.
GroupChatInvitation.Provider - Class in org.jivesoftware.smackx
 
GroupChatInvitation.Provider() - Constructor for class org.jivesoftware.smackx.GroupChatInvitation.Provider
 
groupChatName - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
GZIP - Static variable in class org.jivesoftware.smack.util.Base64
Specify that data should be gzip-compressed.

H

handle(Callback[]) - Method in class org.jivesoftware.smack.sasl.SASLMechanism
 
handleDeletedItems(ItemDeleteEvent) - Method in interface org.jivesoftware.smackx.pubsub.listener.ItemDeleteListener
Called when items are deleted from a node the listener is registered with.
handleNodeConfiguration(ConfigurationEvent) - Method in interface org.jivesoftware.smackx.pubsub.listener.NodeConfigListener
Called whenever the node the listener is registered with is configured.
handlePublishedItems(ItemPublishEvent<T>) - Method in interface org.jivesoftware.smackx.pubsub.listener.ItemEventListener
Called whenever an item is published to the node the listener is registered with.
handlePurge() - Method in interface org.jivesoftware.smackx.pubsub.listener.ItemDeleteListener
Called when all items are deleted from a node the listener is registered with.
hasAnonymousAuthentication() - Method in class org.jivesoftware.smack.SASLAuthentication
Returns true if the server offered ANONYMOUS SASL as a way to authenticate users.
hasFinished() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 
hasFinishedDispatching - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 
hasForums() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
hash(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Hashes a String using the SHA-1 algorithm and returns the result as a String of hexadecimal numbers.
hashCode() - Method in class org.jivesoftware.smack.packet.Message.Body
 
hashCode() - Method in class org.jivesoftware.smack.packet.Message
 
hashCode() - Method in class org.jivesoftware.smack.packet.Message.Subject
 
hashCode() - Method in class org.jivesoftware.smack.packet.Packet
 
hashCode() - Method in class org.jivesoftware.smackx.ChatStateManager
 
hashCode() - Method in class org.jivesoftware.smackx.muc.Occupant
 
hashCode() - Method in class org.jivesoftware.smackx.packet.VCard
 
hasKB() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
hasLength(String) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Returns true if the specified String is not null and has a length greater than zero.
hasMonitorPrivileges(Connection) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
 
hasNonAnonymousAuthentication() - Method in class org.jivesoftware.smack.SASLAuthentication
Returns true if the server offered SASL authentication besides ANONYMOUS SASL.
hasNonNullElement(Object[]) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Returns true if the specified array is not null and contains a non-null element.
hasPermission(String) - Method in class org.jivesoftware.smackx.commands.LocalCommand
Returns true if the specified requester has permission to execute all the stages of this action.
hasStringChanged(String, String) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Determines if a string has been changed.
Header - Class in org.jivesoftware.smackx.packet
Represents a Header entry as specified by the Stanza Headers and Internet Metadata (SHIM)
Header(String, String) - Constructor for class org.jivesoftware.smackx.packet.Header
 
HeaderProvider - Class in org.jivesoftware.smackx.provider
Parses the header element as defined in Stanza Headers and Internet Metadata (SHIM).
HeaderProvider() - Constructor for class org.jivesoftware.smackx.provider.HeaderProvider
 
HeadersExtension - Class in org.jivesoftware.smackx.packet
Extension representing a list of headers as specified in Stanza Headers and Internet Metadata (SHIM)
HeadersExtension(Collection<Header>) - Constructor for class org.jivesoftware.smackx.packet.HeadersExtension
 
HeadersProvider - Class in org.jivesoftware.smackx.provider
Parses the headers element as defined in Stanza Headers and Internet Metadata (SHIM).
HeadersProvider() - Constructor for class org.jivesoftware.smackx.provider.HeadersProvider
 
HostedRoom - Class in org.jivesoftware.smackx.muc
Hosted rooms by a chat service may be discovered if they are configured to appear in the room directory .
HostedRoom(DiscoverItems.Item) - Constructor for class org.jivesoftware.smackx.muc.HostedRoom
 
hostname - Variable in class org.jivesoftware.smack.sasl.SASLMechanism
 

I

IBB_ONLY - Static variable in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
A static variable to use only offer IBB for file transfer.
IBBTransferNegotiator - Class in org.jivesoftware.smackx.filetransfer
The In-Band Bytestream file transfer method, or IBB for short, transfers the file over the same XML Stream used by XMPP.
IBBTransferNegotiator(Connection) - Constructor for class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
The default constructor for the In-Band Bytestream Negotiator.
id - Variable in class org.jivesoftware.smackx.pubsub.Node
 
id - Variable in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
id - Variable in class org.jivesoftware.smackx.pubsub.Subscription
 
id - Variable in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
ID_NOT_AVAILABLE - Static variable in class org.jivesoftware.smack.packet.Packet
Constant used as packetID to indicate that a packet has no id.
ignoreBytestreamRequestOnce(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Use this method to ignore the next incoming In-Band Bytestream request containing the given session ID.
ignoreBytestreamRequestOnce(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Use this method to ignore the next incoming SOCKS5 Bytestream request containing the given session ID.
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.
InBandBytestreamListener - Class in org.jivesoftware.smackx.bytestreams.ibb
InBandBytestreamListener are informed if a remote user wants to initiate an In-Band Bytestream.
InBandBytestreamListener() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamListener
 
InBandBytestreamManager - Class in org.jivesoftware.smackx.bytestreams.ibb
The InBandBytestreamManager class handles establishing In-Band Bytestreams as specified in the XEP-0047.
InBandBytestreamManager.StanzaType - Enum in org.jivesoftware.smackx.bytestreams.ibb
Stanzas that can be used to encapsulate In-Band Bytestream data packets.
InBandBytestreamRequest - Class in org.jivesoftware.smackx.bytestreams.ibb
InBandBytestreamRequest class handles incoming In-Band Bytestream requests.
InBandBytestreamRequest(InBandBytestreamManager, Open) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
 
InBandBytestreamSession - Class in org.jivesoftware.smackx.bytestreams.ibb
InBandBytestreamSession class represents an In-Band Bytestream session.
InBandBytestreamSession(Connection, Open, String) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
Constructor.
includesFeature(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns true if the specified feature is registered in the ServiceDiscoveryManager.
incomingBytestreamRequest(BytestreamRequest) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamListener
This listener is notified if a bytestream request from another user has been received.
incomingBytestreamRequest(BytestreamRequest) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamListener
 
incomingBytestreamRequest(InBandBytestreamRequest) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamListener
This listener is notified if an In-Band Bytestream request from another user has been received.
incomingBytestreamRequest(BytestreamRequest) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamListener
 
incomingBytestreamRequest(Socks5BytestreamRequest) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamListener
This listener is notified if a SOCKS5 Bytestream request from another user has been received.
IncomingFileTransfer - Class in org.jivesoftware.smackx.filetransfer
An incoming file transfer is created when the FileTransferManager.createIncomingFileTransfer(FileTransferRequest) method is invoked.
IncomingFileTransfer(FileTransferRequest, FileTransferNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
 
init() - Method in class org.jivesoftware.smack.SASLAuthentication
Initializes the internal state in order to be able to be reused.
initDebugger() - Method in class org.jivesoftware.smack.Connection
Initialize the Connection.debugger.
initialize() - Method in class org.jivesoftware.smack.provider.ProviderManager
 
interceptors - Variable in class org.jivesoftware.smack.Connection
List of PacketInterceptors that will be notified when a new packet is about to be sent to the server.
interceptPacket(Packet) - Method in interface org.jivesoftware.smack.PacketInterceptor
Process the packet that is about to be sent to the server.
interceptPacket(Packet) - Method in class org.jivesoftware.smackx.muc.DeafOccupantInterceptor
 
interna_server_error - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
invitationDeclined(String, String) - Method in interface org.jivesoftware.smackx.muc.InvitationRejectionListener
Called when the invitee declines the invitation.
InvitationListener - Interface in org.jivesoftware.smackx.muc
A listener that is fired anytime an invitation to join a MUC room is received.
invitationReceived(Connection, String, String, String, String, Message) - Method in interface org.jivesoftware.smackx.muc.InvitationListener
Called when the an invitation to join a MUC room is received.
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.
InvitationRejectionListener - Interface in org.jivesoftware.smackx.muc
A listener that is fired anytime an invitee declines or rejects an invitation.
InvitationRequest - Class in org.jivesoftware.smackx.workgroup.agent
Request sent by an agent to invite another agent or user.
InvitationRequest(String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.agent.InvitationRequest
 
invitationSender - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
invite(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Invites another user to the room in which one is an occupant.
invite(Message, String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Invites another user to the room in which one is an occupant using a given Message.
IQ - Class in org.jivesoftware.smack.packet
The base IQ (Info/Query) packet.
IQ() - Constructor for class org.jivesoftware.smack.packet.IQ
 
IQ.Type - Class in org.jivesoftware.smack.packet
A class to represent the type of the IQ packet.
IQProvider - Interface in org.jivesoftware.smack.provider
An interface for parsing custom IQ packets.
IQTypeFilter - Class in org.jivesoftware.smack.filter
A filter for IQ packet types.
IQTypeFilter(IQ.Type) - Constructor for class org.jivesoftware.smack.filter.IQTypeFilter
 
isAccepted() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Returns true if the agent accepted this offer.
isActiveList() - Method in class org.jivesoftware.smack.PrivacyList
 
isAllow() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns the action associated with the item, it MUST be filled and will allow or deny the communication.
isAnonymous() - Method in class org.jivesoftware.smack.Connection
Returns true if currently authenticated anonymously.
isAnonymous() - Method in class org.jivesoftware.smack.XMPPConnection
 
isAuthenticated() - Method in class org.jivesoftware.smack.Connection
Returns true if currently authenticated by successfully calling the login method.
isAuthenticated() - Method in class org.jivesoftware.smack.SASLAuthentication
Returns true if the user was able to authenticate with the server usins SASL.
isAuthenticated() - Method in class org.jivesoftware.smack.XMPPConnection
 
isAuthRequired() - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
isAutoJoin() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
Returns true if this conference room should be auto-joined on startup.
isAvailable() - Method in class org.jivesoftware.smack.packet.Presence
Returns true if the presence type is available (online) and false if the user is unavailable (offline), or if this is a presence packet involved in a subscription operation.
isAvailable() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns true if the workgroup is available for receiving new requests.
isAway() - Method in class org.jivesoftware.smack.packet.Presence
Returns true if the presence type is available and the presence mode is away, extended away, or do not disturb.
isCancelled() - Method in class org.jivesoftware.smackx.packet.MessageEvent
When the message is a notification returns if the receiver of the message cancelled composing a reply.
isCloseBothStreamsEnabled() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
Returns whether both streams should be closed automatically if one of the streams is closed.
isComposing() - Method in class org.jivesoftware.smackx.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.
isCompressionEnabled() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if the connection is going to use stream compression.
isConfigRequired() - Method in class org.jivesoftware.smackx.pubsub.Subscription
This value is only relevant when the Subscription.getState() is Subscription.State.unconfigured
isConfigured() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
isConnected() - Method in class org.jivesoftware.smack.Connection
Returns true if currently connected to the XMPP server.
isConnected() - Method in class org.jivesoftware.smack.XMPPConnection
 
isDebuggerEnabled() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if the new connection about to be establish is going to be debugged.
isDeclineActiveList() - Method in class org.jivesoftware.smack.packet.Privacy
Returns whether the receiver allows or declines the use of an active list.
isDeclineDefaultList() - Method in class org.jivesoftware.smack.packet.Privacy
Returns whether the receiver allows or declines the use of a default list.
isDefaultList() - Method in class org.jivesoftware.smack.PrivacyList
 
isDelayed() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Indicates whether this event was delayed.
isDelivered() - Method in class org.jivesoftware.smackx.packet.MessageEvent
When the message is a request returns if the sender of the message requests to be notified when the message is delivered.
isDelivered() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses.Address
 
isDeliverOn() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Determines if an entity wants to receive notifications.
isDeliverPayloads() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Does the node deliver payloads with event notifications.
isDigestOn() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Determines if notifications should be delivered as aggregations or not.
isDirect() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
Returns true if the session is established through a direct connection between the initiator and target, false if the session is mediated over a SOCKS proxy.
isDisplayed() - Method in class org.jivesoftware.smackx.packet.MessageEvent
When the message is a request returns if the sender of the message requests to be notified when the message is displayed.
isDone() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Returns true if the transfer has been cancelled, if it has stopped because of a an error, or the transfer completed successfully.
isEmailAvailable() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
The workgroup service may be configured to send email.
isEmpty() - Method in class org.jivesoftware.smack.util.Cache
 
isExpiredCertificatesCheckEnabled() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if certificates presented by the server are going to be checked for their validity.
isFetch() - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
Returns true if all the offline messages of the user should be retrieved.
isFilterEverything() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns whether the receiver allows or denies every kind of communication.
isFilterIQ() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns whether the receiver allow or deny incoming IQ stanzas or not.
isFilterMessage() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns whether the receiver allows or denies incoming messages or not.
isFilterPresence_in() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns whether the receiver allows or denies incoming presence or not.
isFilterPresence_out() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Returns whether the receiver allows or denies incoming presence or not.
isIncludeBody() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Determines whether the entity wants to receive an XMPP message body in addition to the payload format.
isInQueue() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Returns true if the user is currently waiting in the workgroup queue.
isJoined() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns true if currently in the multi user chat (after calling the MultiUserChat.join(String) method).
isLastStage() - Method in class org.jivesoftware.smackx.commands.LocalCommand
Returns true if the current stage is the last one.
isLocalSocks5ProxyEnabled() - Static method in class org.jivesoftware.smack.SmackConfiguration
Returns true if the local Socks5 proxy should be started.
isMediated() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
Returns true if the session is mediated over a SOCKS proxy, false if this session is established through a direct connection between the initiator and target.
isMembersOnly() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns true if the room has restricted the access so that only members may enter the room.
isMessageEventRequest() - Method in class org.jivesoftware.smackx.packet.MessageEvent
Returns true if this MessageEvent is a request for notifications.
isModerated() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns true if the room enabled only participants to speak.
isMonitor() - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
isNonanonymous() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns true if presence packets will include the JID of every occupant.
isNotifyConfig() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines if subscribers should be notified when the configuration changes.
isNotifyDelete() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines whether subscribers should be notified when the node is deleted.
isNotifyRetract() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines whether subscribers should be notified when items are deleted from the node.
isNotMatchingDomainCheckEnabled() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if certificates presented by the server are going to be checked for their domain.
isOffline() - Method in class org.jivesoftware.smackx.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.
isPasswordProtected() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns true if users musy provide a valid password in order to join the room.
isPersistent() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns true if the room will persist after the last occupant have left the room.
isPersistItems() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines whether items should be persisted in the node.
isPersonal() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
isPresenceBasedDelivery() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines whether to deliver notifications to available users only.
isProxyPrioritizationEnabled() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns if the prioritization of the last working SOCKS5 proxy on successive SOCKS5 Bytestream connections is enabled.
isPurge() - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
Returns true if all the offline messages of the user should be deleted.
isRanged() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Returns whether or not the initiator can support a range for the file tranfer.
isReconnectionAllowed() - Method in class org.jivesoftware.smack.Connection
Returns if the reconnection mechanism is allowed to be used.
isReconnectionAllowed() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns if the reconnection mechanism is allowed to be used.
isRejected() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Return true if the agent rejected this offer.
isRequired() - Method in class org.jivesoftware.smackx.FormField
Returns true if the question must be answered in order to complete the questionnaire.
isRosterLoadedAtLogin() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if the roster will be loaded from the server when logging in.
isRss() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
Returns true if this URL is a news feed.
isRunning() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Returns true if the local SOCKS5 proxy server is running, otherwise false.
isRunning - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 
isSASLAuthenticationEnabled() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if the client is going to use SASL authentication when logging into the server.
isSearchEnabled() - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
isSecureConnection() - Method in class org.jivesoftware.smack.Connection
Returns true if the connection to the server has successfully negotiated encryption.
isSecureConnection() - Method in class org.jivesoftware.smack.XMPPConnection
 
isSelfSignedCertificateEnabled() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if self-signed certificates are going to be accepted.
isServiceEnabled(Connection) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Checks to see if all file transfer related services are enabled on the connection.
isServiceEnabled(Connection, String) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns true if the specified user supports the Multi-User Chat protocol.
isServiceEnabled(Connection) - Static method in class org.jivesoftware.smackx.XHTMLManager
Returns true if the XHTML support is enabled for the given connection.
isServiceEnabled(Connection, String) - Static method in class org.jivesoftware.smackx.XHTMLManager
Returns true if the specified user handles XHTML messages.
isShared() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
isShared() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
 
isShared() - Method in interface org.jivesoftware.smackx.bookmark.SharedBookmark
Returns true if this bookmark is shared.
isSubscibe() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines if subscriptions are allowed.
issuingWorkgroupName - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
isSuscription() - Method in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
Returns if the receiver represents a subscription rule.
isUsingCompression() - Method in class org.jivesoftware.smack.Connection
Returns true if network traffic is being compressed.
isUsingCompression() - Method in class org.jivesoftware.smack.XMPPConnection
 
isUsingTLS() - Method in class org.jivesoftware.smack.XMPPConnection
Returns true if the connection to the server has successfully negotiated TLS.
isValidAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Returns true if the action is available in the current stage.
isVerifyChainEnabled() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if the whole chain of certificates presented by the server are going to be checked.
isVerifyRootCAEnabled() - Method in class org.jivesoftware.smack.ConnectionConfiguration
Returns true if root CA checking is going to be done.
isVisible() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
 
isXHTMLMessage(Message) - Static method in class org.jivesoftware.smackx.XHTMLManager
Returns true if the message contains an XHTML extension.
Item - Class in org.jivesoftware.smackx.pubsub
This class represents an item that has been, or will be published to a pubsub node.
Item() - Constructor for class org.jivesoftware.smackx.pubsub.Item
Create an empty Item with no id.
Item(String) - Constructor for class org.jivesoftware.smackx.pubsub.Item
Create an Item with an id but no payload.
Item(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.Item
Create an Item with an id and a node id.
item_not_found - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
ItemDeleteEvent - Class in org.jivesoftware.smackx.pubsub
Represents an event in which items have been deleted from the node.
ItemDeleteEvent(String, List<String>, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemDeleteEvent
Constructs an ItemDeleteEvent that indicates the the supplied items (by id) have been deleted, and that the event matches the listed subscriptions.
ItemDeleteListener - Interface in org.jivesoftware.smackx.pubsub.listener
Defines the listener for item deletion events from a node.
itemDeleteToListenerMap - Variable in class org.jivesoftware.smackx.pubsub.Node
 
ItemEventListener<T extends Item> - Interface in org.jivesoftware.smackx.pubsub.listener
Defines the listener for items being published to a node.
itemEventToListenerMap - Variable in class org.jivesoftware.smackx.pubsub.Node
 
ItemProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses an item element as is defined in both the PubSubNamespace.BASIC and PubSubNamespace.EVENT namespaces.
ItemProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.ItemProvider
 
ItemPublishEvent<T extends Item> - Class in org.jivesoftware.smackx.pubsub
Represents an event generated by an item(s) being published to a node.
ItemPublishEvent(String, List<T>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published.
ItemPublishEvent(String, List<T>, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published.
ItemPublishEvent(String, List<T>, List<String>, Date) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published in the past.
ItemReply - Enum in org.jivesoftware.smackx.pubsub
These are the options for the node configuration setting ConfigureForm.setItemReply(ItemReply), which defines who should receive replies to items.
items - Variable in class org.jivesoftware.smackx.pubsub.AffiliationsExtension
 
items - Variable in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
items - Variable in class org.jivesoftware.smackx.pubsub.PublishItem
 
items - Variable in class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
 
ItemsExtension - Class in org.jivesoftware.smackx.pubsub
This class is used to for multiple purposes.
ItemsExtension(ItemsExtension.ItemsElementType, String, List<? extends PacketExtension>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemsExtension
Construct an instance with a list representing items that have been published or deleted.
ItemsExtension(String, List<? extends PacketExtension>, boolean) - Constructor for class org.jivesoftware.smackx.pubsub.ItemsExtension
Construct an instance with a list representing items that have been published or deleted.
ItemsExtension.ItemsElementType - Enum in org.jivesoftware.smackx.pubsub
 
ItemsProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the items element out of the message event stanza from the server as specified in the items schema.
ItemsProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.ItemsProvider
 
iteratorAsList(Iterator) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Build a List of all elements in an Iterator.

J

jid - Variable in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
jid - Variable in class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
jid - Variable in class org.jivesoftware.smackx.pubsub.Subscription
 
jid - Variable in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
jid_malformed - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
join(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Joins the chat room using the specified nickname.
join(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Joins the chat room using the specified nickname and password.
join(String, String, DiscussionHistory, long) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Joins the chat room using the specified nickname and password.
joined(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
joined(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a new room occupant has joined the room.
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, String) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Joins the workgroup queue to wait to be routed to an agent.
joinQueue(Map, String) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Joins the workgroup queue to wait to be routed to an agent.

K

keySet() - Method in class org.jivesoftware.smack.util.Cache
 
kicked(String, String, String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
kicked(String, String) - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
kicked(String, String, String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a room participant has been kicked from the room.
kicked(String, String) - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when a moderator kicked your user from the room.
kickParticipant(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Kicks a visitor or participant from the room.

L

lastAccessedList - Variable in class org.jivesoftware.smack.util.Cache
Linked list to maintain order that cache objects are accessed in, most used to least used.
LastActivity - Class in org.jivesoftware.smackx.packet
A last activity IQ for retrieving information about the last activity associated with a Jabber ID.
LastActivity() - Constructor for class org.jivesoftware.smackx.packet.LastActivity
 
lastActivity - Variable in class org.jivesoftware.smackx.packet.LastActivity
 
LastActivity.Provider - Class in org.jivesoftware.smackx.packet
The IQ Provider for LastActivity.
LastActivity.Provider() - Constructor for class org.jivesoftware.smackx.packet.LastActivity.Provider
 
LastActivityManager - Class in org.jivesoftware.smackx
A last activity manager for handling information about the last activity associated with a Jabber ID.
LeafNode - Class in org.jivesoftware.smackx.pubsub
The main class for the majority of pubsub functionality.
leave() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Leave the chat room.
left(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
left(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a room occupant has left the room on its own.
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
 
ListenerEventDispatcher.TripletContainer(Object, Method, Object[]) - Constructor for class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
listenerInstance - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
listenerMethod - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
 
LiteDebugger - Class in org.jivesoftware.smack.debugger
The LiteDebugger is a very simple debugger that allows to debug sent, received and interpreted messages.
LiteDebugger(Connection, Writer, Reader) - Constructor for class org.jivesoftware.smack.debugger.LiteDebugger
 
load(Connection) - Method in class org.jivesoftware.smackx.packet.VCard
Load VCard information for a connected user.
load(Connection, String) - Method in class org.jivesoftware.smackx.packet.VCard
Load VCard information for a given user.
LocalCommand - Class in org.jivesoftware.smackx.commands
Represents a command that can be executed locally from a remote location.
LocalCommand() - Constructor for class org.jivesoftware.smackx.commands.LocalCommand
 
LocalCommandFactory - Interface in org.jivesoftware.smackx.commands
A factory for creating local commands.
login(String, String) - Method in class org.jivesoftware.smack.Connection
Logs in to the server using the strongest authentication mode supported by the server, then sets presence to available.
login(String, String, String) - Method in class org.jivesoftware.smack.Connection
Logs in to the server using the strongest authentication mode supported by the server, then sets presence to available.
login(String, String, String) - Method in class org.jivesoftware.smack.XMPPConnection
 
loginAnonymously() - Method in class org.jivesoftware.smack.Connection
Logs in to the server anonymously.
loginAnonymously() - Method in class org.jivesoftware.smack.XMPPConnection
 

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.
Macros.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
main(String[]) - Static method in class org.jivesoftware.smack.util.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
makeRoomOwner(Connection, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
 
map - Variable in class org.jivesoftware.smack.util.Cache
The map the keys and values are stored in.
mark(int) - Method in class org.jivesoftware.smack.util.ObservableReader
 
markSupported() - Method in class org.jivesoftware.smack.util.ObservableReader
 
MAX_TABLE_ROWS - Static variable in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
Keeps the max number of rows to keep in the tables.
maxCacheSize - Variable in class org.jivesoftware.smack.util.Cache
Maximum number of items the cache will hold.
MAXIMUM_BLOCK_SIZE - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Maximum block size that is allowed for In-Band Bytestreams
maxItems - Variable in class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
maxLifetime - Variable in class org.jivesoftware.smack.util.Cache
Maximum length of time objects can exist in cache before expiring.
membershipGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
membershipGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
membershipGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator grants a user membership to the room.
membershipGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator grants your user membership to the room.
membershipRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
membershipRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
membershipRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator revokes a user membership to the room.
membershipRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator revokes your user membership to the room.
Message - Class in org.jivesoftware.smack.packet
Represents XMPP message packets.
Message() - Constructor for class org.jivesoftware.smack.packet.Message
Creates a new, "normal" message.
Message(String) - Constructor for class org.jivesoftware.smack.packet.Message
Creates a new "normal" message to the specified recipient.
Message(String, Message.Type) - Constructor for class org.jivesoftware.smack.packet.Message
Creates a new message of the specified type to a recipient.
message - Variable in class org.jivesoftware.smackx.packet.LastActivity
 
Message.Body - Class in org.jivesoftware.smack.packet
Represents a message body, its language and the content of the message.
Message.Subject - Class in org.jivesoftware.smack.packet
Represents a message subject, its language and the content of the subject.
Message.Type - Enum in org.jivesoftware.smack.packet
Represents the type of a message.
messageBody - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
MessageEvent - Class in org.jivesoftware.smackx.packet
Represents message events relating to the delivery, display, composition and cancellation of messages.
MessageEvent() - Constructor for class org.jivesoftware.smackx.packet.MessageEvent
 
MessageEventManager - Class in org.jivesoftware.smackx
Manages message events requests and notifications.
MessageEventManager(Connection) - Constructor for class org.jivesoftware.smackx.MessageEventManager
Creates a new message event manager.
MessageEventNotificationListener - Interface in org.jivesoftware.smackx
A listener that is fired anytime a message event notification is received.
MessageEventProvider - Class in org.jivesoftware.smackx.provider
The MessageEventProvider parses Message Event packets.
MessageEventProvider() - Constructor for class org.jivesoftware.smackx.provider.MessageEventProvider
Creates a new MessageEventProvider.
MessageEventRequestListener - Interface in org.jivesoftware.smackx
A listener that is fired anytime a message event request is received.
MessageListener - Interface in org.jivesoftware.smack
 
MessageTypeFilter - Class in org.jivesoftware.smack.filter
Filters for packets of a specific type of Message (e.g.
MessageTypeFilter(Message.Type) - Constructor for class org.jivesoftware.smack.filter.MessageTypeFilter
Creates a new message type filter using the specified message type.
MetaData - Class in org.jivesoftware.smackx.workgroup
MetaData packet extension.
MetaData(Map) - 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
 
ModelUtil - Class in org.jivesoftware.smackx.workgroup.util
Utility methods frequently used by data classes and design-time classes.
moderatorGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
moderatorGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
moderatorGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator grants moderator privileges to a user.
moderatorGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator grants moderator privileges to your user.
moderatorRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
moderatorRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
moderatorRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator revokes moderator privileges from a user.
moderatorRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator revokes moderator privileges from your user.
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
Packet extension provider for Monitor Packets.
MonitorPacket.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.MonitorPacket.InternalProvider
 
MUCAdmin - Class in org.jivesoftware.smackx.packet
IQ packet that serves for kicking users, granting and revoking voice, banning users, modifying the ban list, granting and revoking membership and granting and revoking moderator privileges.
MUCAdmin() - Constructor for class org.jivesoftware.smackx.packet.MUCAdmin
 
MUCAdmin.Item - Class in org.jivesoftware.smackx.packet
Item child that holds information about roles, affiliation, jids and nicks.
MUCAdmin.Item(String, String) - Constructor for class org.jivesoftware.smackx.packet.MUCAdmin.Item
Creates a new item child.
MUCAdminProvider - Class in org.jivesoftware.smackx.provider
The MUCAdminProvider parses MUCAdmin packets.
MUCAdminProvider() - Constructor for class org.jivesoftware.smackx.provider.MUCAdminProvider
 
MUCInitialPresence - Class in org.jivesoftware.smackx.packet
Represents extended presence information whose sole purpose is to signal the ability of the occupant to speak the MUC protocol when joining a room.
MUCInitialPresence() - Constructor for class org.jivesoftware.smackx.packet.MUCInitialPresence
 
MUCInitialPresence.History - Class in org.jivesoftware.smackx.packet
The History class controls the number of characters or messages to receive when entering a room.
MUCInitialPresence.History() - Constructor for class org.jivesoftware.smackx.packet.MUCInitialPresence.History
 
MUCOwner - Class in org.jivesoftware.smackx.packet
IQ packet that serves for granting and revoking ownership privileges, granting and revoking administrative privileges and destroying a room.
MUCOwner() - Constructor for class org.jivesoftware.smackx.packet.MUCOwner
 
MUCOwner.Destroy - Class in org.jivesoftware.smackx.packet
Represents a request to the server to destroy a room.
MUCOwner.Destroy() - Constructor for class org.jivesoftware.smackx.packet.MUCOwner.Destroy
 
MUCOwner.Item - Class in org.jivesoftware.smackx.packet
Item child that holds information about affiliation, jids and nicks.
MUCOwner.Item(String) - Constructor for class org.jivesoftware.smackx.packet.MUCOwner.Item
Creates a new item child.
MUCOwnerProvider - Class in org.jivesoftware.smackx.provider
The MUCOwnerProvider parses MUCOwner packets.
MUCOwnerProvider() - Constructor for class org.jivesoftware.smackx.provider.MUCOwnerProvider
 
MUCUser - Class in org.jivesoftware.smackx.packet
Represents extended presence information about roles, affiliations, full JIDs, or status codes scoped by the 'http://jabber.org/protocol/muc#user' namespace.
MUCUser() - Constructor for class org.jivesoftware.smackx.packet.MUCUser
 
MUCUser.Decline - Class in org.jivesoftware.smackx.packet
Represents a rejection to an invitation from another user to a room.
MUCUser.Decline() - Constructor for class org.jivesoftware.smackx.packet.MUCUser.Decline
 
MUCUser.Destroy - Class in org.jivesoftware.smackx.packet
Represents a notification that the room has been destroyed.
MUCUser.Destroy() - Constructor for class org.jivesoftware.smackx.packet.MUCUser.Destroy
 
MUCUser.Invite - Class in org.jivesoftware.smackx.packet
Represents an invitation for another user to a room.
MUCUser.Invite() - Constructor for class org.jivesoftware.smackx.packet.MUCUser.Invite
 
MUCUser.Item - Class in org.jivesoftware.smackx.packet
Item child that holds information about roles, affiliation, jids and nicks.
MUCUser.Item(String, String) - Constructor for class org.jivesoftware.smackx.packet.MUCUser.Item
Creates a new item child.
MUCUser.Status - Class in org.jivesoftware.smackx.packet
Status code assists in presenting notification messages.
MUCUser.Status(String) - Constructor for class org.jivesoftware.smackx.packet.MUCUser.Status
Creates a new instance of Status with the specified code.
MUCUserProvider - Class in org.jivesoftware.smackx.provider
The MUCUserProvider parses packets with extended presence information about roles and affiliations.
MUCUserProvider() - Constructor for class org.jivesoftware.smackx.provider.MUCUserProvider
Creates a new MUCUserProvider.
MultipleAddresses - Class in org.jivesoftware.smackx.packet
Packet extension that contains the list of addresses that a packet should be sent or was sent.
MultipleAddresses() - Constructor for class org.jivesoftware.smackx.packet.MultipleAddresses
 
MultipleAddresses.Address - Class in org.jivesoftware.smackx.packet
 
MultipleAddressesProvider - Class in org.jivesoftware.smackx.provider
The MultipleAddressesProvider parses MultipleAddresses packets.
MultipleAddressesProvider() - Constructor for class org.jivesoftware.smackx.provider.MultipleAddressesProvider
Creates a new MultipleAddressesProvider.
MultipleRecipientInfo - Class in org.jivesoftware.smackx
MultipleRecipientInfo keeps information about the multiple recipients extension included in a received packet.
MultipleRecipientManager - Class in org.jivesoftware.smackx
A MultipleRecipientManager allows to send packets to multiple recipients by making use of JEP-33: Extended Stanza Addressing.
MultipleRecipientManager() - Constructor for class org.jivesoftware.smackx.MultipleRecipientManager
 
MultiUserChat - Class in org.jivesoftware.smackx.muc
A MultiUserChat is a conversation that takes place among many users in a virtual room.
MultiUserChat(Connection, String) - Constructor for class org.jivesoftware.smackx.muc.MultiUserChat
Creates a new multi user chat with the specified connection and room name.

N

NAMESPACE - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
The XMPP namespace of the In-Band Bytestream
NAMESPACE - Variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
NAMESPACE - Variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
The XMPP namespace of the SOCKS5 Bytestream
NAMESPACE - Static variable in class org.jivesoftware.smackx.GroupChatInvitation
Namespace of the packet extension.
namespace - Static variable in class org.jivesoftware.smackx.packet.AdHocCommandData.SpecificError
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.packet.AttentionExtension
The namespace that qualifies the XML element of an 'attention' extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.packet.HeadersExtension
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.packet.Nick
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.MetaData
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.SessionID
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.UserID
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
Namespace of the packet extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
Namespace of the packet extension.
negotiateOutgoingTransfer(String, String, String, long, String, int) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Send a request to another user to send them a file.
negotiator - Variable in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
newConnectionReader(Reader) - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
newConnectionReader(Reader) - Method in class org.jivesoftware.smack.debugger.LiteDebugger
 
newConnectionReader(Reader) - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
Returns a new special Reader that wraps the new connection Reader.
newConnectionReader(Reader) - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
newConnectionWriter(Writer) - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
newConnectionWriter(Writer) - Method in class org.jivesoftware.smack.debugger.LiteDebugger
 
newConnectionWriter(Writer) - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
Returns a new special Writer that wraps the new connection Writer.
newConnectionWriter(Writer) - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
next(Form) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Executes the next action of the command with the information provided in the response.
next(Form) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
nextID() - Static method in class org.jivesoftware.smack.packet.Packet
Returns the next unique id.
nextMessage() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the next available message in the chat.
nextMessage(long) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the next available message in the chat.
nextResult() - Method in class org.jivesoftware.smack.PacketCollector
Returns the next available packet.
nextResult(long) - Method in class org.jivesoftware.smack.PacketCollector
Returns the next available packet.
Nick - Class in org.jivesoftware.smackx.packet
A minimalistic implementation of a PacketExtension for nicknames.
Nick(String) - Constructor for class org.jivesoftware.smackx.packet.Nick
 
Nick.Provider - Class in org.jivesoftware.smackx.packet
 
Nick.Provider() - Constructor for class org.jivesoftware.smackx.packet.Nick.Provider
 
nicknameChanged(String, String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
nicknameChanged(String, String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a participant changed his/her nickname in the room.
no_acceptable - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
NO_OPTIONS - Static variable in class org.jivesoftware.smack.util.Base64
No options specified.
NO_REPLY - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
node - Variable in class org.jivesoftware.smackx.pubsub.Affiliation
 
Node - Class in org.jivesoftware.smackx.pubsub
 
Node.ItemDeleteTranslator - Class in org.jivesoftware.smackx.pubsub
This class translates low level item deletion events into api level objects for user consumption.
Node.ItemDeleteTranslator(ItemDeleteListener) - Constructor for class org.jivesoftware.smackx.pubsub.Node.ItemDeleteTranslator
 
Node.ItemEventTranslator - Class in org.jivesoftware.smackx.pubsub
This class translates low level item publication events into api level objects for user consumption.
Node.ItemEventTranslator(ItemEventListener) - Constructor for class org.jivesoftware.smackx.pubsub.Node.ItemEventTranslator
 
Node.NodeConfigTranslator - Class in org.jivesoftware.smackx.pubsub
This class translates low level node configuration events into api level objects for user consumption.
Node.NodeConfigTranslator(NodeConfigListener) - Constructor for class org.jivesoftware.smackx.pubsub.Node.NodeConfigTranslator
 
NodeConfigListener - Interface in org.jivesoftware.smackx.pubsub.listener
Defines the listener for a node being configured.
NodeEvent - Class in org.jivesoftware.smackx.pubsub
 
NodeEvent(String) - Constructor for class org.jivesoftware.smackx.pubsub.NodeEvent
 
NodeExtension - Class in org.jivesoftware.smackx.pubsub
A class which represents a common element within the pubsub defined schemas.
NodeExtension(PubSubElementType, String) - Constructor for class org.jivesoftware.smackx.pubsub.NodeExtension
Constructs a NodeExtension with an element name specified by PubSubElementType and the specified node id.
NodeExtension(PubSubElementType) - Constructor for class org.jivesoftware.smackx.pubsub.NodeExtension
Constructs a NodeExtension with an element name specified by PubSubElementType.
NodeInformationProvider - Interface in org.jivesoftware.smackx
The NodeInformationProvider is responsible for providing supported indentities, features and hosted items (i.e.
NodeType - Enum in org.jivesoftware.smackx.pubsub
Defines the available types of nodes
NodeUtils - Class in org.jivesoftware.smackx.pubsub.util
Utility for extracting information from packets.
NodeUtils() - Constructor for class org.jivesoftware.smackx.pubsub.util.NodeUtils
 
not_allowed - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
not_authorized - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
NotFilter - Class in org.jivesoftware.smack.filter
Implements the logical NOT operation on a packet filter.
NotFilter(PacketFilter) - Constructor for class org.jivesoftware.smack.filter.NotFilter
Creates a NOT filter using the specified filter.
notify - Variable in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
notifyAttemptToReconnectIn(int) - Method in class org.jivesoftware.smack.ReconnectionManager
Fires listeners when The Connection will retry a reconnection.
notifyListener(Packet) - Method in class org.jivesoftware.smack.Connection.InterceptorWrapper
Notify and process the packet interceptor if the filter matches the packet.
notifyListener(Packet) - Method in class org.jivesoftware.smack.Connection.ListenerWrapper
Notify and process the packet listener if the filter matches the packet.
notifyReconnectionFailed(Exception) - Method in class org.jivesoftware.smack.ReconnectionManager
Fires listeners when a reconnection attempt has failed.
notifyService(Connection, String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 
nullifyIfEmpty(String) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Returns null if the specified string is empty or null.
nullifyingToString(Object) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Returns null if the specified object is null or if its toString() representation is empty.

O

ObservableReader - Class in org.jivesoftware.smack.util
An ObservableReader is a wrapper on a Reader that notifies to its listeners when reading character streams.
ObservableReader(Reader) - Constructor for class org.jivesoftware.smack.util.ObservableReader
 
ObservableWriter - Class in org.jivesoftware.smack.util
An ObservableWriter is a wrapper on a Writer that notifies to its listeners when writing to character streams.
ObservableWriter(Writer) - Constructor for class org.jivesoftware.smack.util.ObservableWriter
 
Occupant - Class in org.jivesoftware.smackx.muc
Represents the information about an occupant in a given room.
OccupantsInfo - Class in org.jivesoftware.smackx.workgroup.packet
Packet 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.OccupantInfo(String, String, Date) - Constructor for class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.OccupantInfo
 
OccupantsInfo.Provider - Class in org.jivesoftware.smackx.workgroup.packet
Packet extension provider for AgentStatusRequest packets.
OccupantsInfo.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.Provider
 
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
 
OfferConfirmation.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation.Provider
 
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.
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
 
OfferRequestProvider.OfferRequestPacket(String, String, int, Map, String, OfferContent) - Constructor for class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
 
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.
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
 
OfferRevokeProvider.OfferRevokePacket(String, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
 
OFFLINE - Static variable in class org.jivesoftware.smackx.packet.MessageEvent
 
OfflineMessageHeader - Class in org.jivesoftware.smackx
The OfflineMessageHeader holds header information of an offline message.
OfflineMessageHeader(DiscoverItems.Item) - Constructor for class org.jivesoftware.smackx.OfflineMessageHeader
 
OfflineMessageInfo - Class in org.jivesoftware.smackx.packet
OfflineMessageInfo is an extension included in the retrieved offline messages requested by the OfflineMessageManager.
OfflineMessageInfo() - Constructor for class org.jivesoftware.smackx.packet.OfflineMessageInfo
 
OfflineMessageInfo.Provider - Class in org.jivesoftware.smackx.packet
 
OfflineMessageInfo.Provider() - Constructor for class org.jivesoftware.smackx.packet.OfflineMessageInfo.Provider
Creates a new Provider.
OfflineMessageManager - Class in org.jivesoftware.smackx
The OfflineMessageManager helps manage offline messages even before the user has sent an available presence.
OfflineMessageManager(Connection) - Constructor for class org.jivesoftware.smackx.OfflineMessageManager
 
OfflineMessageRequest - Class in org.jivesoftware.smackx.packet
Represents a request to get some or all the offline messages of a user.
OfflineMessageRequest() - Constructor for class org.jivesoftware.smackx.packet.OfflineMessageRequest
 
OfflineMessageRequest.Item - Class in org.jivesoftware.smackx.packet
Item child that holds information about offline messages to view or delete.
OfflineMessageRequest.Item(String) - Constructor for class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
Creates a new item child.
OfflineMessageRequest.Provider - Class in org.jivesoftware.smackx.packet
 
OfflineMessageRequest.Provider() - Constructor for class org.jivesoftware.smackx.packet.OfflineMessageRequest.Provider
 
offlineNotification(String, String) - Method in interface org.jivesoftware.smackx.MessageEventNotificationListener
Called when a notification that the receiver of the message is offline is received.
offlineNotificationRequested(String, String, MessageEventManager) - Method in class org.jivesoftware.smackx.DefaultMessageEventRequestListener
 
offlineNotificationRequested(String, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.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
Packet extension provider for AgentStatusRequest packets.
OfflineSettings.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.OfflineSettings.InternalProvider
 
oldestEntryUpdated(WorkgroupQueue, Date) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
The date of oldest entry waiting in the queue was updated.
Open - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a request to open an In-Band Bytestream.
Open(String, int, InBandBytestreamManager.StanzaType) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
Creates a new In-Band Bytestream open request packet.
Open(String, int) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
Creates a new In-Band Bytestream open request packet.
OPEN - Static variable in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
The queue is active and accepting new chat requests.
OpenIQProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
Parses an In-Band Bytestream open packet.
OpenIQProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.OpenIQProvider
 
OptionsExtension - Class in org.jivesoftware.smackx.pubsub
A packet extension representing the options element.
OptionsExtension(String) - Constructor for class org.jivesoftware.smackx.pubsub.OptionsExtension
 
OptionsExtension(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.OptionsExtension
 
OptionsExtension(String, String, String) - Constructor for class org.jivesoftware.smackx.pubsub.OptionsExtension
 
ORDERED - Static variable in class org.jivesoftware.smack.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
OrFilter - Class in org.jivesoftware.smack.filter
Implements the logical OR operation over two or more packet filters.
OrFilter() - Constructor for class org.jivesoftware.smack.filter.OrFilter
Creates an empty OR filter.
OrFilter(PacketFilter, PacketFilter) - Constructor for class org.jivesoftware.smack.filter.OrFilter
Creates an OR filter using the two specified filters.
org.jivesoftware.smack - package org.jivesoftware.smack
Core classes of the Smack API.
org.jivesoftware.smack.debugger - package org.jivesoftware.smack.debugger
Core debugger functionality.
org.jivesoftware.smack.filter - package org.jivesoftware.smack.filter
Allows PacketCollector and PacketListener instances to filter for packets with particular attributes.
org.jivesoftware.smack.packet - package org.jivesoftware.smack.packet
XML packets that are part of the XMPP protocol.
org.jivesoftware.smack.provider - package org.jivesoftware.smack.provider
Provides pluggable parsing of incoming IQ's and packet extensions.
org.jivesoftware.smack.proxy - package org.jivesoftware.smack.proxy
 
org.jivesoftware.smack.sasl - package org.jivesoftware.smack.sasl
SASL Mechanisms.
org.jivesoftware.smack.util - package org.jivesoftware.smack.util
Utility classes.
org.jivesoftware.smackx - package org.jivesoftware.smackx
Smack extensions API.
org.jivesoftware.smackx.bookmark - package org.jivesoftware.smackx.bookmark
 
org.jivesoftware.smackx.bytestreams - package org.jivesoftware.smackx.bytestreams
 
org.jivesoftware.smackx.bytestreams.ibb - package org.jivesoftware.smackx.bytestreams.ibb
 
org.jivesoftware.smackx.bytestreams.ibb.packet - package org.jivesoftware.smackx.bytestreams.ibb.packet
 
org.jivesoftware.smackx.bytestreams.ibb.provider - package org.jivesoftware.smackx.bytestreams.ibb.provider
 
org.jivesoftware.smackx.bytestreams.socks5 - package org.jivesoftware.smackx.bytestreams.socks5
 
org.jivesoftware.smackx.bytestreams.socks5.packet - package org.jivesoftware.smackx.bytestreams.socks5.packet
 
org.jivesoftware.smackx.bytestreams.socks5.provider - package org.jivesoftware.smackx.bytestreams.socks5.provider
 
org.jivesoftware.smackx.commands - package org.jivesoftware.smackx.commands
 
org.jivesoftware.smackx.debugger - package org.jivesoftware.smackx.debugger
Smack optional Debuggers.
org.jivesoftware.smackx.filetransfer - package org.jivesoftware.smackx.filetransfer
 
org.jivesoftware.smackx.muc - package org.jivesoftware.smackx.muc
Classes and Interfaces that implement Multi-User Chat (MUC).
org.jivesoftware.smackx.packet - package org.jivesoftware.smackx.packet
XML packets that are part of the XMPP extension protocols.
org.jivesoftware.smackx.provider - package org.jivesoftware.smackx.provider
Provides pluggable parsing logic for Smack extensions.
org.jivesoftware.smackx.pubsub - package org.jivesoftware.smackx.pubsub
 
org.jivesoftware.smackx.pubsub.listener - package org.jivesoftware.smackx.pubsub.listener
 
org.jivesoftware.smackx.pubsub.packet - package org.jivesoftware.smackx.pubsub.packet
 
org.jivesoftware.smackx.pubsub.provider - package org.jivesoftware.smackx.pubsub.provider
 
org.jivesoftware.smackx.pubsub.util - package org.jivesoftware.smackx.pubsub.util
 
org.jivesoftware.smackx.search - package org.jivesoftware.smackx.search
 
org.jivesoftware.smackx.workgroup - package org.jivesoftware.smackx.workgroup
 
org.jivesoftware.smackx.workgroup.agent - package org.jivesoftware.smackx.workgroup.agent
 
org.jivesoftware.smackx.workgroup.ext.forms - package org.jivesoftware.smackx.workgroup.ext.forms
 
org.jivesoftware.smackx.workgroup.ext.history - package org.jivesoftware.smackx.workgroup.ext.history
 
org.jivesoftware.smackx.workgroup.ext.macros - package org.jivesoftware.smackx.workgroup.ext.macros
 
org.jivesoftware.smackx.workgroup.ext.notes - package org.jivesoftware.smackx.workgroup.ext.notes
 
org.jivesoftware.smackx.workgroup.packet - package org.jivesoftware.smackx.workgroup.packet
 
org.jivesoftware.smackx.workgroup.settings - package org.jivesoftware.smackx.workgroup.settings
 
org.jivesoftware.smackx.workgroup.user - package org.jivesoftware.smackx.workgroup.user
 
org.jivesoftware.smackx.workgroup.util - package org.jivesoftware.smackx.workgroup.util
 
OutgoingFileTransfer - Class in org.jivesoftware.smackx.filetransfer
Handles the sending of a file to another user.
OutgoingFileTransfer(String, String, String, FileTransferNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
OutgoingFileTransfer.NegotiationProgress - Interface in org.jivesoftware.smackx.filetransfer
A callback class to retrieve the status of an outgoing transfer negotiation process.
outputStreamEstablished(OutputStream) - Method in interface org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
Once the negotiation process is completed the output stream can be retrieved.
ownershipGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
ownershipGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
ownershipGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an owner grants a user ownership on the room.
ownershipGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an owner grants to your user ownership on the room.
ownershipRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
ownershipRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
ownershipRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an owner revokes a user ownership on the room.
ownershipRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an owner revokes from your user ownership on the room.

P

Packet - Class in org.jivesoftware.smack.packet
Base class for XMPP packets.
Packet() - Constructor for class org.jivesoftware.smack.packet.Packet
 
PacketCollector - Class in org.jivesoftware.smack
Provides a mechanism to collect packets into a result queue that pass a specified filter.
PacketCollector(Connection, PacketFilter) - Constructor for class org.jivesoftware.smack.PacketCollector
Creates a new packet collector.
PacketCollector(Connection, PacketFilter, int) - Constructor for class org.jivesoftware.smack.PacketCollector
Creates a new packet collector.
PacketExtension - Interface in org.jivesoftware.smack.packet
Interface to represent packet extensions.
PacketExtensionFilter - Class in org.jivesoftware.smack.filter
Filters for packets with a particular type of packet extension.
PacketExtensionFilter(String, String) - Constructor for class org.jivesoftware.smack.filter.PacketExtensionFilter
Creates a new packet extension filter.
PacketExtensionFilter(String) - Constructor for class org.jivesoftware.smack.filter.PacketExtensionFilter
Creates a new packet extension filter.
PacketExtensionProvider - Interface in org.jivesoftware.smack.provider
An interface for parsing custom packets extensions.
PacketFilter - Interface in org.jivesoftware.smack.filter
Defines a way to filter packets for particular attributes.
PacketIDFilter - Class in org.jivesoftware.smack.filter
Filters for packets with a particular packet ID.
PacketIDFilter(String) - Constructor for class org.jivesoftware.smack.filter.PacketIDFilter
Creates a new packet ID filter using the specified packet ID.
PacketInterceptor - Interface in org.jivesoftware.smack
Provides a mechanism to intercept and modify packets that are going to be sent to the server.
PacketListener - Interface in org.jivesoftware.smack
Provides a mechanism to listen for packets that pass a specified filter.
PacketParserUtils - Class in org.jivesoftware.smack.util
Utility class that helps to parse packets.
PacketParserUtils() - Constructor for class org.jivesoftware.smack.util.PacketParserUtils
 
PacketTypeFilter - Class in org.jivesoftware.smack.filter
Filters for packets of a particular type.
PacketTypeFilter(Class) - Constructor for class org.jivesoftware.smack.filter.PacketTypeFilter
Creates a new packet type filter that will filter for packets that are the same type as packetType.
parseBareAddress(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns the XMPP address with any resource information removed.
parseCompressionMethods(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parse the available compression methods reported from the server.
parseError(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses error sub-packets.
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smack.provider.EmbeddedExtensionProvider
 
parseExtension(XmlPullParser) - Method in interface org.jivesoftware.smack.provider.PacketExtensionProvider
Parse an extension sub-packet and create a PacketExtension instance.
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.GroupChatInvitation.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.AttentionExtension.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.ChatStateExtension.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.Nick.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.OfflineMessageInfo.Provider
Parses a OfflineMessageInfo packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadActionError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadLocaleError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadPayloadError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.BadSessionIDError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.MalformedActionError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider.SessionExpiredError
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DataFormProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DelayInfoProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DelayInformationProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
Deprecated.  
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.HeaderProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MessageEventProvider
Parses a MessageEvent packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MUCUserProvider
Parses a MUCUser packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MultipleAddressesProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.PEPProvider
Parses a PEPEvent packet and extracts a PEPItem from it.
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.RosterExchangeProvider
Parses a RosterExchange packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.XHTMLExtensionProvider
Parses a XHTMLExtension packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.pubsub.provider.ItemProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.pubsub.provider.SubscriptionProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.MetaDataProvider
PacketExtensionProvider implementation
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.SessionID.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.UserID.Provider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation.Provider
PacketExtensionProvider implementation
parseIQ(XmlPullParser) - Method in interface org.jivesoftware.smack.provider.IQProvider
Parse the IQ sub-document and create an IQ instance.
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smack.provider.PrivacyProvider
 
parseIQ(XmlPullParser, Connection) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses an IQ packet.
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.CloseIQProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.OpenIQProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.bytestreams.socks5.provider.BytestreamsProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.LastActivity.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.packet.SharedGroupsInfo.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.PrivateDataManager.PrivateDataIQProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.AdHocCommandDataProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DiscoverInfoProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.DiscoverItemsProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MUCAdminProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.MUCOwnerProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.StreamInitiationProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.provider.VCardProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.pubsub.provider.PubSubProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.search.UserSearch.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch.Provider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.packet.TranscriptsProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings.InternalProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties.InternalProvider
 
parseItem(XmlPullParser) - Method in class org.jivesoftware.smack.provider.PrivacyProvider
 
parseList(XmlPullParser, Privacy) - Method in class org.jivesoftware.smack.provider.PrivacyProvider
 
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
 
parseMechanisms(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parse the available SASL mechanisms reported from the server.
parseMessage(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses a message packet.
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.
parseName(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns the name portion of a XMPP address.
parsePacketExtension(String, String, XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses a packet extension sub-packet.
parsePresence(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses a presence packet.
parsePrivateData(XmlPullParser) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks.Provider
 
parsePrivateData(XmlPullParser) - Method in interface org.jivesoftware.smackx.provider.PrivateDataProvider
Parse the private data sub-document and create a PrivateData instance.
parseProperties(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parse a properties sub-packet.
parseResource(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns the resource portion of a XMPP address.
parseSASLFailure(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses SASL authentication error packets.
parseServer(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns the server portion of a XMPP address.
parseStreamError(XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
Parses stream error packets.
parseWithIntrospection(String, Class, XmlPullParser) - Static method in class org.jivesoftware.smack.util.PacketParserUtils
 
parseXEP0082Date(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Parses the given date string in the XEP-0082 - XMPP Date and Time Profiles format.
ParticipantStatusListener - Interface in org.jivesoftware.smackx.muc
A listener that is fired anytime a participant's status in a room is changed, such as the user being kicked, banned, or granted admin permissions.
password - Variable in class org.jivesoftware.smack.sasl.SASLMechanism
 
PayloadItem<E extends PacketExtension> - Class in org.jivesoftware.smackx.pubsub
This class represents an item that has been, or will be published to a pubsub node.
PayloadItem(E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with no id and a payload The id will be set by the server.
PayloadItem(String, E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with an id and payload.
PayloadItem(String, String, E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with an id, node id and payload.
payment_required - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
PEPEvent - Class in org.jivesoftware.smackx.packet
Represents XMPP Personal Event Protocol packets.
PEPEvent() - Constructor for class org.jivesoftware.smackx.packet.PEPEvent
Creates a new empty roster exchange package.
PEPEvent(PEPItem) - Constructor for class org.jivesoftware.smackx.packet.PEPEvent
Creates a new empty roster exchange package.
PEPItem - Class in org.jivesoftware.smackx.packet
Represents XMPP Personal Event Protocol packets.
PEPItem(String) - Constructor for class org.jivesoftware.smackx.packet.PEPItem
Creates a new PEPItem.
PEPListener - Interface in org.jivesoftware.smackx
A listener that is fired anytime a PEP event message is received.
PEPManager - Class in org.jivesoftware.smackx
Manages Personal Event Publishing (XEP-163).
PEPManager(Connection) - Constructor for class org.jivesoftware.smackx.PEPManager
Creates a new PEP exchange manager.
PEPProvider - Class in org.jivesoftware.smackx.provider
The PEPProvider parses incoming PEPEvent packets.
PEPProvider() - Constructor for class org.jivesoftware.smackx.provider.PEPProvider
Creates a new PEPProvider.
PEPPubSub - Class in org.jivesoftware.smackx.packet
Represents XMPP PEP/XEP-163 pubsub packets.
PEPPubSub(PEPItem) - Constructor for class org.jivesoftware.smackx.packet.PEPPubSub
Creates a new PubSub.
PERSISTED_DEBUGGER - Static variable in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
 
pollMessage() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Polls for and returns the next message, or null if there isn't a message immediately available.
pollResult() - Method in class org.jivesoftware.smack.PacketCollector
Polls to see if a packet is currently available and returns it, or immediately returns null if no packets are currently in the result queue.
Presence - Class in org.jivesoftware.smack.packet
Represents XMPP presence packets.
Presence(Presence.Type) - Constructor for class org.jivesoftware.smack.packet.Presence
Creates a new presence update.
Presence(Presence.Type, String, int, Presence.Mode) - Constructor for class org.jivesoftware.smack.packet.Presence
Creates a new presence update with a specified status, priority, and mode.
Presence.Mode - Enum in org.jivesoftware.smack.packet
An enum to represent the presence mode.
Presence.Type - Enum in org.jivesoftware.smack.packet
A enum to represent the presecence type.
presenceChanged(Presence) - Method in interface org.jivesoftware.smack.RosterListener
Called when the presence of a roster entry is changed.
presenceChanged(Presence) - Method in interface org.jivesoftware.smackx.workgroup.agent.AgentRosterListener
 
PresenceState - Enum in org.jivesoftware.smackx.pubsub
Defines the possible valid presence states for node subscription via SubscribeForm.getShowValues().
prettyPrint(String, String) - Static method in class org.jivesoftware.smackx.pubsub.util.XmlUtils
 
prev() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Goes to the previous stage.
prev() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
printInterpreted - Static variable in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
printStackTrace() - Method in exception org.jivesoftware.smack.XMPPException
 
printStackTrace(PrintStream) - Method in exception org.jivesoftware.smack.XMPPException
 
printStackTrace(PrintWriter) - Method in exception org.jivesoftware.smack.XMPPException
 
Privacy - Class in org.jivesoftware.smack.packet
A Privacy IQ Packet, is used by the PrivacyListManager and PrivacyProvider to allow and block communications from other users.
Privacy() - Constructor for class org.jivesoftware.smack.packet.Privacy
 
PrivacyItem - Class in org.jivesoftware.smack.packet
A privacy item acts a rule that when matched defines if a packet should be blocked or not.
PrivacyItem(String, boolean, int) - Constructor for class org.jivesoftware.smack.packet.PrivacyItem
Creates a new privacy item.
PrivacyItem.PrivacyRule - Class in org.jivesoftware.smack.packet
Privacy Rule represents the kind of action to apply.
PrivacyItem.PrivacyRule() - Constructor for class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
 
PrivacyItem.Type - Enum in org.jivesoftware.smack.packet
Type defines if the rule is based on JIDs, roster groups or presence subscription types.
PrivacyList - Class in org.jivesoftware.smack
A privacy list represents a list of contacts that is a read only class used to represent a set of allowed or blocked communications.
PrivacyList(boolean, boolean, String, List<PrivacyItem>) - Constructor for class org.jivesoftware.smack.PrivacyList
 
PrivacyListListener - Interface in org.jivesoftware.smack
Interface to implement classes to listen for server events about privacy communication.
PrivacyListManager - Class in org.jivesoftware.smack
A PrivacyListManager is used by XMPP clients to block or allow communications from other users.
PrivacyProvider - Class in org.jivesoftware.smack.provider
The PrivacyProvider parses Privacy packets.
PrivacyProvider() - Constructor for class org.jivesoftware.smack.provider.PrivacyProvider
 
PrivateData - Interface in org.jivesoftware.smackx.packet
Interface to represent private data.
PrivateDataManager - Class in org.jivesoftware.smackx
Manages private data, which is a mechanism to allow users to store arbitrary XML data on an XMPP server.
PrivateDataManager(Connection) - Constructor for class org.jivesoftware.smackx.PrivateDataManager
Creates a new private data manager.
PrivateDataManager(Connection, String) - Constructor for class org.jivesoftware.smackx.PrivateDataManager
Creates a new private data manager for a specific user (special case).
PrivateDataManager.PrivateDataIQProvider - Class in org.jivesoftware.smackx
An IQ provider to parse IQ results containing private data.
PrivateDataManager.PrivateDataIQProvider() - Constructor for class org.jivesoftware.smackx.PrivateDataManager.PrivateDataIQProvider
 
PrivateDataProvider - Interface in org.jivesoftware.smackx.provider
An interface for parsing custom private data.
processMessage(Chat, Message) - Method in interface org.jivesoftware.smack.MessageListener
 
processPacket(Packet) - Method in class org.jivesoftware.smack.PacketCollector
Processes a packet to see if it meets the criteria for this packet collector.
processPacket(Packet) - Method in interface org.jivesoftware.smack.PacketListener
Process the next packet sent to this packet listener.
processPacket(Packet) - Method in class org.jivesoftware.smackx.pubsub.Node.ItemDeleteTranslator
 
processPacket(Packet) - Method in class org.jivesoftware.smackx.pubsub.Node.ItemEventTranslator
 
processPacket(Packet) - Method in class org.jivesoftware.smackx.pubsub.Node.NodeConfigTranslator
 
ProviderManager - Class in org.jivesoftware.smack.provider
Manages providers for parsing custom XML sub-documents of XMPP packets.
proxy - Variable in class org.jivesoftware.smack.ConnectionConfiguration
 
ProxyException - Exception in org.jivesoftware.smack.proxy
An exception class to handle exceptions caused by proxy.
ProxyException(ProxyInfo.ProxyType, String, Throwable) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
 
ProxyException(ProxyInfo.ProxyType, String) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
 
ProxyException(ProxyInfo.ProxyType) - Constructor for exception org.jivesoftware.smack.proxy.ProxyException
 
ProxyInfo - Class in org.jivesoftware.smack.proxy
Class which stores proxy information such as proxy type, host, port, authentication etc.
ProxyInfo(ProxyInfo.ProxyType, String, int, String, String) - Constructor for class org.jivesoftware.smack.proxy.ProxyInfo
 
ProxyInfo.ProxyType - Enum in org.jivesoftware.smack.proxy
 
publish(PEPItem) - Method in class org.jivesoftware.smackx.PEPManager
Publish an event.
publish() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes an event to the node.
publish(T) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes an event to the node.
publish(Collection<T>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes multiple events to the node.
publishCommands(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Publish the commands to an specific JID.
PublishItem<T extends Item> - Class in org.jivesoftware.smackx.pubsub
Represents a request to publish an item(s) to a specific node.
PublishItem(String, T) - Constructor for class org.jivesoftware.smackx.pubsub.PublishItem
Construct a request to publish an item to a node.
PublishItem(String, Collection<T>) - Constructor for class org.jivesoftware.smackx.pubsub.PublishItem
Construct a request to publish multiple items to a node.
publishItems(String, DiscoverItems) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Publishes new items to a parent entity.
publishItems(String, String, DiscoverItems) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Publishes new items to a parent entity and node.
PublishModel - Enum in org.jivesoftware.smackx.pubsub
Determines who may publish to a node.
PubSub - Class in org.jivesoftware.smackx.pubsub.packet
The standard PubSub extension of an IQ packet.
PubSub() - Constructor for class org.jivesoftware.smackx.pubsub.packet.PubSub
 
PubSubElementType - Enum in org.jivesoftware.smackx.pubsub
Defines all the possible element types as defined for all the pubsub schemas in all 3 namespaces.
PubSubManager - Class in org.jivesoftware.smackx.pubsub
This is the starting point for access to the pubsub service.
PubSubManager(Connection) - Constructor for class org.jivesoftware.smackx.pubsub.PubSubManager
Create a pubsub manager associated to the specified connection.
PubSubManager(Connection, String) - Constructor for class org.jivesoftware.smackx.pubsub.PubSubManager
Create a pubsub manager associated to the specified connection where the pubsub requests require a specific to address for packets.
PubSubNamespace - Enum in org.jivesoftware.smackx.pubsub.packet
Defines all the valid namespaces that are used with the PubSub packet as defined by the specification.
PubSubProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the root pubsub packet extensions of the IQ packet and returns a PubSub instance.
PubSubProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.PubSubProvider
 
put(K, V) - Method in class org.jivesoftware.smack.util.Cache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jivesoftware.smack.util.Cache
 

Q

question - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
QueueDetails - Class in org.jivesoftware.smackx.workgroup.packet
Queue details packet extension, which contains details about the users currently in a queue.
QueueDetails.Provider - Class in org.jivesoftware.smackx.workgroup.packet
Provider class for QueueDetails packet extensions.
QueueDetails.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.QueueDetails.Provider
 
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
 
QueueOverview.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.QueueOverview.Provider
 
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 packet 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
 
QueueUpdate.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.QueueUpdate.Provider
 
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
 
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

randomString(int) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns a random String of numbers and letters (lower and upper case) of the specified length.
read() - Method in class org.jivesoftware.smack.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.jivesoftware.smack.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(char[], int, int) - Method in class org.jivesoftware.smack.util.ObservableReader
 
read() - Method in class org.jivesoftware.smack.util.ObservableReader
 
read(char[]) - Method in class org.jivesoftware.smack.util.ObservableReader
 
read(String) - Method in interface org.jivesoftware.smack.util.ReaderListener
Notification that the Reader has read a new string.
reader - Variable in class org.jivesoftware.smack.Connection
The Reader which is used for the debugger.
ReaderListener - Interface in org.jivesoftware.smack.util
Interface that allows for implementing classes to listen for string reading events.
ready() - Method in class org.jivesoftware.smack.util.ObservableReader
 
recieveFile() - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
Negotiates the stream method to transfer the file over and then returns the negotiated stream.
recieveFile(File) - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
This method negotitates the stream and then transfer's the file over the negotiated stream.
recipient_unavailable - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
reconnect() - Method in class org.jivesoftware.smack.ReconnectionManager
Starts a reconnection mechanism if it was configured to do that.
reconnectingIn(int) - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
reconnectingIn(int) - Method in interface org.jivesoftware.smack.ConnectionListener
The connection will retry to reconnect in the specified number of seconds.
reconnectingIn(int) - Method in class org.jivesoftware.smack.ReconnectionManager
 
reconnectionFailed(Exception) - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
reconnectionFailed(Exception) - Method in interface org.jivesoftware.smack.ConnectionListener
An attempt to connect to the server has failed.
reconnectionFailed(Exception) - Method in class org.jivesoftware.smack.ReconnectionManager
 
ReconnectionManager - Class in org.jivesoftware.smack
Handles the automatic reconnection process.
reconnectionSuccessful() - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
reconnectionSuccessful() - Method in interface org.jivesoftware.smack.ConnectionListener
The connection has reconnected successfully to the server.
reconnectionSuccessful() - Method in class org.jivesoftware.smack.ReconnectionManager
The connection has successfull gotten connected.
recvListeners - Variable in class org.jivesoftware.smack.Connection
List of PacketListeners that will be notified when a new packet was received.
redirect - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
redirects() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
registerCommand(String, String, Class) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Registers a new command with this command manager, which is related to a connection.
registerCommand(String, String, LocalCommandFactory) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Registers a new command with this command manager, which is related to a connection.
registerPEPParserExtension(String, PacketExtensionProvider) - Method in class org.jivesoftware.smackx.provider.PEPProvider
 
registerSASLMechanism(String, Class) - Static method in class org.jivesoftware.smack.SASLAuthentication
Registers a new SASL mechanism
Registration - Class in org.jivesoftware.smack.packet
Represents registration packets.
Registration() - Constructor for class org.jivesoftware.smack.packet.Registration
 
registration_required - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
reject() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamRequest
Rejects the bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
Rejects the In-Band Bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Rejects the SOCKS5 Bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Rejects the file transfer request.
reject() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Rejects the offer.
rejectIncomingFileTransfer(FileTransferRequest) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
 
rejectStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Reject a stream initiation request from a remote user.
reload() - Method in class org.jivesoftware.smack.Roster
Reloads the entire roster from the server.
reload() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Reloads the entire roster from the server.
remote_server_error - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
remote_server_not_found - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
remote_server_timeout - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
RemoteCommand - Class in org.jivesoftware.smackx.commands
Represents a command that is in a remote location.
RemoteCommand(Connection, String, String) - Constructor for class org.jivesoftware.smackx.commands.RemoteCommand
Creates a new RemoteCommand that uses an specific connection to execute a command identified by node in the host identified by jid
RemoteRosterEntry - Class in org.jivesoftware.smackx
Represents a roster item, which consists of a JID and , their name and the groups the roster item belongs to.
RemoteRosterEntry(String, String, String[]) - Constructor for class org.jivesoftware.smackx.RemoteRosterEntry
Creates a new remote roster entry.
remove(Object) - Method in class org.jivesoftware.smack.util.Cache
 
remove(Object, boolean) - Method in class org.jivesoftware.smack.util.Cache
 
REMOVE_ACTION - Static variable in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Request to remove the item.
removeBody(String) - Method in class org.jivesoftware.smack.packet.Message
Removes the body with the given language from the message.
removeBody(Message.Body) - Method in class org.jivesoftware.smack.packet.Message
Removes the body from the message and returns true if the body was removed.
removeBookmarkedConference(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Removes a conference from the bookmarks.
removeBookmarkedConference(BookmarkedConference) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Removes a BookmarkedConference.
removeBookmarkedURL(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Removes a url from the bookmarks.
removeBookmarkedURL(BookmarkedURL) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Removes a bookmarked bookmarkedURL.
removeChatListener(ChatManagerListener) - Method in class org.jivesoftware.smack.ChatManager
Removes a listener, it will no longer be notified of new events related to chats.
removeConfigurationListener(NodeConfigListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for configuration events.
removeConnectionCreationListener(ConnectionCreationListener) - Static method in class org.jivesoftware.smack.Connection
Removes a listener that was interested in connection creation events.
removeConnectionListener(ConnectionListener) - Method in class org.jivesoftware.smack.Connection
Removes a connection listener from this connection.
removeEntry(RosterEntry) - Method in class org.jivesoftware.smack.Roster
Removes a roster entry from the roster.
removeEntry(RosterEntry) - Method in class org.jivesoftware.smack.RosterGroup
Removes a roster entry from this group.
removeExtendedInfo() - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Removes the dataform containing extended service discovery information from the information returned by this XMPP entity.
removeExtension(PacketExtension) - Method in class org.jivesoftware.smack.packet.Packet
Removes a packet extension from the packet.
removeExtensionProvider(String, String) - Method in class org.jivesoftware.smack.provider.ProviderManager
Removes an extension provider with the specified element name and namespace.
removeFeature(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Removes the specified feature from the supported features by this XMPP entity.
removeFileTransferListener(FileTransferListener) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
Removes a file transfer listener.
removeGroupName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Removes a group name.
removeIncomingBytestreamListener(BytestreamListener) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Removes the given listener from the list of listeners for all incoming bytestream requests.
removeIncomingBytestreamListener(String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Removes the listener for the given user.
removeIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Removes the given listener from the list of listeners for all incoming In-Band Bytestream requests.
removeIncomingBytestreamListener(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Removes the listener for the given user.
removeIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Removes the given listener from the list of listeners for all incoming SOCKS5 Bytestream requests.
removeIncomingBytestreamListener(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Removes the listener for the given user.
removeInvitationListener(Connection, InvitationListener) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener to invitation notifications.
removeInvitationListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Removes an invitation listener.
removeInvitationRejectionListener(InvitationRejectionListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener from invitation rejections notifications.
removeIQProvider(String, String) - Method in class org.jivesoftware.smack.provider.ProviderManager
Removes an IQ provider with the specified element name and namespace.
removeItemDeleteListener(ItemDeleteListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for item delete events.
removeItemEventListener(ItemEventListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for publication events.
removeListener(AgentRosterListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Removes a listener from this roster.
removeLocalAddress(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Removes the given address from the list of local network addresses.
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.MessageEventManager
Removes a message event notification listener.
removeMessageEventRequestListener(MessageEventRequestListener) - Method in class org.jivesoftware.smackx.MessageEventManager
Removes a message event request listener.
removeMessageListener(MessageListener) - Method in class org.jivesoftware.smack.Chat
 
removeMessageListener(PacketListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a packet listener that was being notified of any new messages in the multi user chat.
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.
removeNodeInformationProvider(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Removes the NodeInformationProvider responsible for providing information (ie items) related to a given node.
removeOfferListener(OfferListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Removes an offer listener.
removePacketCollector(PacketCollector) - Method in class org.jivesoftware.smack.Connection
Remove a packet collector of this connection.
removePacketInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smack.Connection
Removes a packet interceptor.
removePacketListener(PacketListener) - Method in class org.jivesoftware.smack.Connection
Removes a packet listener for received packets from this connection.
removePacketSendingListener(PacketListener) - Method in class org.jivesoftware.smack.Connection
Removes a packet listener for sending packets from this connection.
removePacketWriterInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smack.XMPPConnection
Deprecated. replaced by Connection.removePacketInterceptor(PacketInterceptor).
removePacketWriterListener(PacketListener) - Method in class org.jivesoftware.smack.XMPPConnection
Deprecated. replaced by Connection.removePacketSendingListener(PacketListener).
removeParticipantListener(PacketListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Remoces a packet listener that was being notified of any new Presence packets sent to the group chat.
removeParticipantStatusListener(ParticipantStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener that was being notified of changes in occupants status in the room such as the user being kicked, banned, or granted admin permissions.
removePEPListener(PEPListener) - Method in class org.jivesoftware.smackx.PEPManager
Removes a listener from PEP events.
removePresenceInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a PacketInterceptor that was being invoked every time a new presence was being sent by this MultiUserChat to the server.
removePrivateDataProvider(String, String) - Static method in class org.jivesoftware.smackx.PrivateDataManager
Removes a private data provider with the specified element name and namespace.
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
 
removeReaderListener(ReaderListener) - Method in class org.jivesoftware.smack.util.ObservableReader
Removes a reader listener from this reader.
removeRosterListener(RosterListener) - Method in class org.jivesoftware.smack.Roster
Removes a listener from this roster.
removeRosterListener(RosterExchangeListener) - Method in class org.jivesoftware.smackx.RosterExchangeManager
Removes a listener from roster exchanges.
removeSaslMech(String) - Static method in class org.jivesoftware.smack.SmackConfiguration
Remove a SASL mechanism from the list to be used.
removeSaslMechs(Collection<String>) - Static method in class org.jivesoftware.smack.SmackConfiguration
Remove a Collection of SASL mechanisms to the list to be used.
removeSubject(String) - Method in class org.jivesoftware.smack.packet.Message
Removes the subject with the given language from the message.
removeSubject(Message.Subject) - Method in class org.jivesoftware.smack.packet.Message
Removes the subject from the message and returns true if the subject was removed.
removeSubjectUpdatedListener(SubjectUpdatedListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener from subject change notifications.
removeTransfer(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Removes the given digest from the list of allowed transfers.
removeUserStatusListener(UserStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener that was being notified of changes in your status in the room such as the user being kicked, banned, or granted admin permissions.
removeWriterListener(WriterListener) - Method in class org.jivesoftware.smack.util.ObservableWriter
Removes a writer listener from this writer.
remveNote(AdHocCommandNote) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
replace(String, String, String) - Static method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
Replaces all instances of oldString with newString in string.
replaceLocalAddresses(List<String>) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Replaces the list of local network addresses.
reply(Connection, Message, Message) - Static method in class org.jivesoftware.smackx.MultipleRecipientManager
Sends a reply to a previously received packet that was sent to multiple recipients.
REPLY_ROOM - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
REPLY_TO - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
replyItemNotFoundPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream session could not be found.
replyRejectPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream is not accepted.
replyRejectPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Responses to the given packet's sender with a XMPP error that a SOCKS5 Bytestream is not accepted.
replyResourceConstraintPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream open request is rejected because its block size is greater than the maximum allowed block size.
ReportedData - Class in org.jivesoftware.smackx
Represents a set of data results returned as part of a search.
ReportedData() - Constructor for class org.jivesoftware.smackx.ReportedData
 
ReportedData.Column - Class in org.jivesoftware.smackx
Represents the columns definition of the reported data.
ReportedData.Column(String, String, String) - Constructor for class org.jivesoftware.smackx.ReportedData.Column
Creates a new column with the specified definition.
ReportedData.Field - Class in org.jivesoftware.smackx
 
ReportedData.Field(String, List<String>) - Constructor for class org.jivesoftware.smackx.ReportedData.Field
 
ReportedData.Row - Class in org.jivesoftware.smackx
 
ReportedData.Row(List<ReportedData.Field>) - Constructor for class org.jivesoftware.smackx.ReportedData.Row
 
request_timeout - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
reset() - Method in class org.jivesoftware.smack.util.ObservableReader
 
resetValues() - Method in class org.jivesoftware.smackx.FormField
Removes all the values of the field.
resolveXMPPDomain(String) - Static method in class org.jivesoftware.smack.util.DNSUtil
Returns the host name and port that the specified XMPP server can be reached at for client-to-server communication.
resolveXMPPServerDomain(String) - Static method in class org.jivesoftware.smack.util.DNSUtil
Returns the host name and port that the specified XMPP server can be reached at for server-to-server communication.
resource_constraint - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
RESULT - Static variable in class org.jivesoftware.smack.packet.IQ.Type
 
resumeEncoding() - Method in class org.jivesoftware.smack.util.Base64.OutputStream
Resumes encoding of the stream.
RetractEventProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the retract element out of the message event stanza from the server as specified in the retract schema.
RetractEventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.RetractEventProvider
 
RetractItem - Class in org.jivesoftware.smackx.pubsub
Represents and item that has been deleted from a node.
RetractItem(String) - Constructor for class org.jivesoftware.smackx.pubsub.RetractItem
Construct a RetractItem with the specified id.
reverseListIterator(ListIterator) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Creates an Iterator that is the reverse of a ListIterator.
revokeAdmin(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes administrator privileges from users.
revokeAdmin(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes administrator privileges from a user.
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.
revokeMembership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes users' membership.
revokeMembership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes a user's membership.
revokeModerator(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes moderator privileges from other users.
revokeModerator(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes moderator privileges from another user.
revokeOwnership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes ownership privileges from other users.
revokeOwnership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes ownership privileges from another user.
revokeVoice(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes voice from participants in the room.
revokeVoice(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes voice from a participant in the room.
RoomInfo - Class in org.jivesoftware.smackx.muc
Represents the room information that was discovered using Service Discovery.
RoomInvitation - Class in org.jivesoftware.smackx.workgroup.packet
Packet extension for InvitationRequest.
RoomInvitation(RoomInvitation.Type, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
RoomInvitation.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
RoomInvitation.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Provider
 
RoomInvitation.Type - Enum in org.jivesoftware.smackx.workgroup.packet
Type of entity being invited to a groupchat support session.
RoomTransfer - Class in org.jivesoftware.smackx.workgroup.packet
Packet 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.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Provider
 
RoomTransfer.Type - Enum in org.jivesoftware.smackx.workgroup.packet
Type of entity being invited to a groupchat support session.
rootWindowClosing(WindowEvent) - Method in class org.jivesoftware.smack.debugger.LiteDebugger
Notification that the root window is closing.
rootWindowClosing(WindowEvent) - Method in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
Notification that the root window is closing.
Roster - Class in org.jivesoftware.smack
Represents a user's roster, which is the collection of users a person receives presence updates for.
Roster.SubscriptionMode - Enum in org.jivesoftware.smack
An enumeration for the subscription mode options.
RosterEntry - Class in org.jivesoftware.smack
Each user in your roster is represented by a roster entry, which contains the user's JID and a name or nickname you assign.
RosterExchange - Class in org.jivesoftware.smackx.packet
Represents XMPP Roster Item Exchange packets.
RosterExchange() - Constructor for class org.jivesoftware.smackx.packet.RosterExchange
Creates a new empty roster exchange package.
RosterExchange(Roster) - Constructor for class org.jivesoftware.smackx.packet.RosterExchange
Creates a new roster exchange package with the entries specified in roster.
RosterExchangeListener - Interface in org.jivesoftware.smackx
A listener that is fired anytime a roster exchange is received.
RosterExchangeManager - Class in org.jivesoftware.smackx
Manages Roster exchanges.
RosterExchangeManager(Connection) - Constructor for class org.jivesoftware.smackx.RosterExchangeManager
Creates a new roster exchange manager.
RosterExchangeProvider - Class in org.jivesoftware.smackx.provider
The RosterExchangeProvider parses RosterExchange packets.
RosterExchangeProvider() - Constructor for class org.jivesoftware.smackx.provider.RosterExchangeProvider
Creates a new RosterExchangeProvider.
RosterGroup - Class in org.jivesoftware.smack
A group of roster entries.
RosterListener - Interface in org.jivesoftware.smack
A listener that is fired any time a roster is changed or the presence of a user in the roster is changed.
RosterPacket - Class in org.jivesoftware.smack.packet
Represents XMPP roster packets.
RosterPacket() - Constructor for class org.jivesoftware.smack.packet.RosterPacket
 
RosterPacket.Item - Class in org.jivesoftware.smack.packet
A roster item, which consists of a JID, their name, the type of subscription, and the groups the roster item belongs to.
RosterPacket.Item(String, String) - Constructor for class org.jivesoftware.smack.packet.RosterPacket.Item
Creates a new roster item.
RosterPacket.ItemStatus - Class in org.jivesoftware.smack.packet
The subscription status of a roster item.
RosterPacket.ItemType - Enum in org.jivesoftware.smack.packet
 
run() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 

S

SASLAnonymous - Class in org.jivesoftware.smack.sasl
Implementation of the SASL ANONYMOUS mechanism
SASLAnonymous(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLAnonymous
 
saslAuthentication - Variable in class org.jivesoftware.smack.Connection
The SASLAuthentication manager that is responsible for authenticating with the server.
SASLAuthentication - Class in org.jivesoftware.smack
This class is responsible authenticating the user using SASL, binding the resource to the connection and establishing a session with the server.
SASLCramMD5Mechanism - Class in org.jivesoftware.smack.sasl
Implementation of the SASL CRAM-MD5 mechanism
SASLCramMD5Mechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLCramMD5Mechanism
 
SASLDigestMD5Mechanism - Class in org.jivesoftware.smack.sasl
Implementation of the SASL DIGEST-MD5 mechanism
SASLDigestMD5Mechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLDigestMD5Mechanism
 
SASLExternalMechanism - Class in org.jivesoftware.smack.sasl
Implementation of the SASL EXTERNAL mechanism.
SASLExternalMechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLExternalMechanism
 
SASLGSSAPIMechanism - Class in org.jivesoftware.smack.sasl
Implementation of the SASL GSSAPI mechanism
SASLGSSAPIMechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLGSSAPIMechanism
 
SASLMechanism - Class in org.jivesoftware.smack.sasl
Base class for SASL mechanisms.
SASLMechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism
 
SASLMechanism.AuthMechanism - Class in org.jivesoftware.smack.sasl
Initiating SASL authentication by select a mechanism.
SASLMechanism.AuthMechanism(String, String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.AuthMechanism
 
SASLMechanism.Challenge - Class in org.jivesoftware.smack.sasl
A SASL challenge stanza.
SASLMechanism.Challenge(String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Challenge
 
SASLMechanism.Failure - Class in org.jivesoftware.smack.sasl
A SASL failure stanza.
SASLMechanism.Failure(String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Failure
 
SASLMechanism.Response - Class in org.jivesoftware.smack.sasl
A SASL response stanza.
SASLMechanism.Response() - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Response
 
SASLMechanism.Response(String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Response
 
SASLMechanism.Success - Class in org.jivesoftware.smack.sasl
A SASL success stanza.
SASLMechanism.Success(String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Success
 
SASLPlainMechanism - Class in org.jivesoftware.smack.sasl
Implementation of the SASL PLAIN mechanism
SASLPlainMechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLPlainMechanism
 
save(Connection) - Method in class org.jivesoftware.smackx.packet.VCard
Save this vCard for the user connected by 'connection'.
saveMacros(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Persists the Personal Macro for an agent.
sc - Variable in class org.jivesoftware.smack.sasl.SASLMechanism
 
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
Packet extension provider for AgentStatusRequest packets.
SearchSettings.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SearchSettings.InternalProvider
 
searchTranscripts(Form) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Submits the completed form and returns the result of the transcript search.
selectStreamNegotiator(FileTransferRequest) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Selects an appropriate stream negotiator after examining the incoming file transfer request.
send(Packet) - Method in class org.jivesoftware.smack.SASLAuthentication
 
send(Connection, Packet, List, List, List) - Static method in class org.jivesoftware.smackx.MultipleRecipientManager
Sends the specified packet to the list of specified recipients using the specified connection.
send(Connection, Packet, List, List, List, String, String, boolean) - Static method in class org.jivesoftware.smackx.MultipleRecipientManager
Sends the specified packet to the list of specified recipients using the specified connection.
send() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes an event to the node.
send(T) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes an event to the node.
send(Collection<T>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes multiple events to the node.
send(Roster, String) - Method in class org.jivesoftware.smackx.RosterExchangeManager
Sends a roster to userID.
send(RosterEntry, String) - Method in class org.jivesoftware.smackx.RosterExchangeManager
Sends a roster entry to userID.
send(RosterGroup, String) - Method in class org.jivesoftware.smackx.RosterExchangeManager
Sends a roster group to userID.
sendCancelledNotification(String, String) - Method in class org.jivesoftware.smackx.MessageEventManager
Sends the notification that the receiver of the message has cancelled composing a reply.
sendComposingNotification(String, String) - Method in class org.jivesoftware.smackx.MessageEventManager
Sends the notification that the receiver of the message is composing a reply
sendConfigurationForm(Form) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Sends the completed configuration form to the server.
sendConfigurationForm(Form) - Method in class org.jivesoftware.smackx.pubsub.Node
Update the configuration with the contents of the new Form
sendDeliveredNotification(String, String) - Method in class org.jivesoftware.smackx.MessageEventManager
Sends the notification that the message was delivered to the sender of the original message
sendDisplayedNotification(String, String) - Method in class org.jivesoftware.smackx.MessageEventManager
Sends the notification that the message was displayed to the sender of the original message
sendFile(String, long, String) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
This method handles the negotiation of the file transfer and the stream, it only returns the created stream after the negotiation has been completed.
sendFile(String, long, String, OutgoingFileTransfer.NegotiationProgress) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
This methods handles the transfer and stream negotiation process.
sendFile(File, String) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
This method handles the stream negotiation process and transmits the file to the remote user.
sendListeners - Variable in class org.jivesoftware.smack.Connection
List of PacketListeners that will be notified when a new packet was sent.
sendMessage(String) - Method in class org.jivesoftware.smack.Chat
Sends the specified text as a message to the other chat participant.
sendMessage(Message) - Method in class org.jivesoftware.smack.Chat
Sends a message to the other chat participant.
sendMessage(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Sends a message to the chat room.
sendMessage(Message) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Sends a Message to the chat room.
sendPacket(Packet) - Method in class org.jivesoftware.smack.Connection
Sends the specified packet to the server.
sendPacket(Packet) - Method in class org.jivesoftware.smack.XMPPConnection
 
sendPubsubPacket(IQ.Type, NodeExtension) - Method in class org.jivesoftware.smackx.pubsub.Node
 
sendPubsubPacket(IQ.Type, NodeExtension, PubSubNamespace) - Method in class org.jivesoftware.smackx.pubsub.Node
 
sendRegistrationForm(Form) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Sends the completed registration form to the server.
sendRoomInvitation(RoomInvitation.Type, String, 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.
sendSearchForm(Connection, Form, String) - Method in class org.jivesoftware.smackx.search.UserSearch
Sends the filled out answer form to be sent and queried by the search service.
sendSimpleSearchForm(Connection, Form, String) - Method in class org.jivesoftware.smackx.search.UserSearch
Sends the filled out answer form to be sent and queried by the search service.
sendStream(InputStream, String, long, String) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
This method handles the stream negotiation process and transmits the file to the remote user.
serializeMetaData(Map) - Static method in class org.jivesoftware.smackx.workgroup.util.MetaDataUtils
Serializes a Map of String name/value pairs into the meta-data XML format.
service_unavailable - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
ServiceDiscoveryManager - Class in org.jivesoftware.smackx
Manages discovery of services in XMPP entities.
ServiceDiscoveryManager(Connection) - Constructor for class org.jivesoftware.smackx.ServiceDiscoveryManager
Creates a new ServiceDiscoveryManager for a given Connection.
Session - Class in org.jivesoftware.smack.packet
IQ packet that will be sent to the server to establish a session.
Session() - Constructor for class org.jivesoftware.smack.packet.Session
 
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
 
SessionID.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.SessionID.Provider
 
SET - Static variable in class org.jivesoftware.smack.packet.IQ.Type
 
setAccessModel(AccessModel) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the value of access model.
setAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
setAction(String) - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Sets the action that specifies the action being taken for this item.
setAction(String) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
Sets if the server should return the specified offline message or delete it.
setActiveListName(String) - Method in class org.jivesoftware.smack.PrivacyListManager
Set or change the active list to listName.
setActiveName(String) - Method in class org.jivesoftware.smack.packet.Privacy
Sets the name associated with the active list set for the session.
setActivePrivacyList() - Method in class org.jivesoftware.smack.packet.Privacy
Set the active list based on the default list.
setActor(String) - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Sets the actor (JID of an occupant in the room) that was kicked or banned.
setActor(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Sets the actor (JID of an occupant in the room) that was kicked or banned.
setActor(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Sets the actor (JID of an occupant in the room) that was kicked or banned.
setAddressFieldHome(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
Set home address field
setAddressFieldWork(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
Set work address field
setAnswer(String, String) - Method in class org.jivesoftware.smackx.Form
Sets a new String value to a given form's field.
setAnswer(String, int) - Method in class org.jivesoftware.smackx.Form
Sets a new int value to a given form's field.
setAnswer(String, long) - Method in class org.jivesoftware.smackx.Form
Sets a new long value to a given form's field.
setAnswer(String, float) - Method in class org.jivesoftware.smackx.Form
Sets a new float value to a given form's field.
setAnswer(String, double) - Method in class org.jivesoftware.smackx.Form
Sets a new double value to a given form's field.
setAnswer(String, boolean) - Method in class org.jivesoftware.smackx.Form
Sets a new boolean value to a given form's field.
setAnswer(String, List<String>) - Method in class org.jivesoftware.smackx.Form
Sets a new values to a given form's field.
setAttributes(Map<String, String>) - Method in class org.jivesoftware.smack.packet.Registration
Sets the account attributes.
setAuthRequired(boolean) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
setAutoJoin(boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
setAvatar(URL) - Method in class org.jivesoftware.smackx.packet.VCard
Set the avatar for the VCard by specifying the url to the image.
setAvatar(byte[]) - Method in class org.jivesoftware.smackx.packet.VCard
Specify the bytes for the avatar to use.
setAvatar(byte[], String) - Method in class org.jivesoftware.smackx.packet.VCard
Specify the bytes for the avatar to use as well as the mime type.
setBody(String) - Method in class org.jivesoftware.smack.packet.Message
Sets the body of the message.
setBodyXSLT(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
setCallbackHandler(CallbackHandler) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets a CallbackHandler to obtain information, such as the password or principal information during the SASL authentication.
setCancelled(boolean) - Method in class org.jivesoftware.smackx.packet.MessageEvent
When the message is a notification sets if the receiver of the message cancelled composing a reply.
setChildren(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the list of child node ids that are associated with a collection node.
setChildrenAssociationPolicy(ChildrenAssociationPolicy) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the policy that determines who may associate children with the node.
setChildrenAssociationWhitelist(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the JID's in the whitelist of users that can associate child nodes with the collection node.
setChildrenMax(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the maximum number of child nodes that can be associated with a collection node.
setCloseBothStreamsEnabled(boolean) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
Sets whether both streams should be closed automatically if one of the streams is closed.
setCollection(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the collection node which the node is affiliated with.
setComposing(boolean) - Method in class org.jivesoftware.smackx.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.
setCompressionEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if the connection is going to use stream compression.
setConnectFailureThreshold(int) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Sets the number of connection failures it takes for a particular SOCKS5 proxy to be blacklisted.
setCurrentState(ChatState, Chat) - Method in class org.jivesoftware.smackx.ChatStateManager
Sets the current state of the provided chat.
setDataformXSLT(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine.
setDataType(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the type of node data, usually specified by the namespace of the payload (if any).
setDate(Date) - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Sets the date that the file was last modified.
setDebuggerEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if the new connection about to be establish is going to be debugged.
setDecline(MUCUser.Decline) - Method in class org.jivesoftware.smackx.packet.MUCUser
Sets the rejection to an invitation from another user to a room.
setDeclineActiveList(boolean) - Method in class org.jivesoftware.smack.packet.Privacy
Sets whether the receiver allows or declines the use of an active list.
setDeclineDefaultList(boolean) - Method in class org.jivesoftware.smack.packet.Privacy
Sets whether the receiver allows or declines the use of a default list.
setDefaultAnswer(String) - Method in class org.jivesoftware.smackx.Form
Sets the default value as the value of a given form's field.
setDefaultBlockSize(int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Sets the default block size that is used for all outgoing in-band bytestreams for this connection.
setDefaultListName(String) - Method in class org.jivesoftware.smack.PrivacyListManager
Set or change the default list to listName.
setDefaultName(String) - Method in class org.jivesoftware.smack.packet.Privacy
Sets the name of the default list that applies to the user as a whole.
setDefaultSubscriptionMode(Roster.SubscriptionMode) - Static method in class org.jivesoftware.smack.Roster
Sets the default subscription processing mode to use when a new Roster is created.
setDefaultXmlns(String) - Static method in class org.jivesoftware.smack.packet.Packet
 
setDelivered(boolean) - Method in class org.jivesoftware.smackx.packet.MessageEvent
When the message is a request sets if the sender of the message requests to be notified when the message is delivered.
setDeliverOn(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets whether an entity wants to receive notifications.
setDeliverPayloads(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether the node will deliver payloads with event notifications.
setDesc(String) - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Sets the description of the file.
setDescription(String) - Method in class org.jivesoftware.smackx.FormField
Sets a description that provides extra clarification about the question.
setDescription(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
setDestroy(MUCOwner.Destroy) - Method in class org.jivesoftware.smackx.packet.MUCOwner
Sets a request to the server to destroy a room.
setDestroy(MUCUser.Destroy) - Method in class org.jivesoftware.smackx.packet.MUCUser
Sets the notification that the room has been destroyed.
setDigest(String, String) - Method in class org.jivesoftware.smack.packet.Authentication
Sets the digest value using a connection ID and password.
setDigest(String) - Method in class org.jivesoftware.smack.packet.Authentication
Sets the digest value directly.
setDigestFrequency(int) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets the minimum number of milliseconds between sending notification digests
setDigestOn(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets whether notifications should be delivered as aggregations or not.
setDisplay(String) - Method in class org.jivesoftware.smackx.packet.Time
Sets the local time in human-friendly format.
setDisplayed(boolean) - Method in class org.jivesoftware.smackx.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
 
setEmailHome(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setEmailWork(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setEncodedImage(String) - Method in class org.jivesoftware.smackx.packet.VCard
Set the encoded avatar string.
setError(XMPPError) - Method in class org.jivesoftware.smack.packet.Packet
Sets the error for this packet.
setError(FileTransfer.Error) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
setException(Exception) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
setException(Exception) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
setExecuteAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Sets which of the actions available for the current stage is considered the equivalent to "execute".
setExecuteAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
setExpiredCertificatesCheckEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if certificates presented by the server are going to be checked for their validity.
setExpiry(Date) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets the time at which the leased subscription will expire, or has expired.
setExtendedInfo(DataForm) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Registers extended discovery information of this XMPP entity.
setExtension(List<PacketExtension>) - Method in class org.jivesoftware.smack.packet.XMPPError
Set the packet extension to the error.
setFeatureNegotiationForm(DataForm) - Method in class org.jivesoftware.smackx.packet.StreamInitiation
Sets the data form which contains the valid methods of stream neotiation and transfer.
setFetch(boolean) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
Sets if all the offline messages of the user should be retrieved.
setField(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
Set generic VCard field.
setField(String, String, boolean) - Method in class org.jivesoftware.smackx.packet.VCard
Set generic, unescapable VCard field.
setFile(StreamInitiation.File) - Method in class org.jivesoftware.smackx.packet.StreamInitiation
Sets the file which contains the information pertaining to the file to be transfered.
setFileInfo(String, long) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
setFileInfo(String, String, long) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
setFilterIQ(boolean) - Method in class org.jivesoftware.smack.packet.PrivacyItem
Sets whether the receiver allows or denies incoming IQ stanzas or not.
setFilterMessage(boolean) - Method in class org.jivesoftware.smack.packet.PrivacyItem
Sets wheather the receiver allows or denies incoming messages or not.
setFilterPresence_in(boolean) - Method in class org.jivesoftware.smack.packet.PrivacyItem
Sets whether the receiver allows or denies incoming presence or not.
setFilterPresence_out(boolean) - Method in class org.jivesoftware.smack.packet.PrivacyItem
Sets whether the receiver allows or denies outgoing presence or not.
setFirstName(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setForm(Form) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Sets the form of the current stage.
setForm(DataForm) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
setForumsLocation(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
 
setFrom(String) - Method in class org.jivesoftware.smack.packet.Packet
Sets who the packet is being sent "from".
setFrom(String) - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
setFrom(String) - Method in class org.jivesoftware.smackx.packet.DelayInformation
Sets the JID of the entity that originally sent the packet or that delayed the delivery of the packet or null if this information is not available.
setFrom(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
Sets the bare JID of the invitee that rejected the invitation.
setFrom(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
Sets the bare JID of the inviter or, optionally, the room JID.
setFullName(String) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
 
setHash(String) - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
Sets the MD5 sum of the file's contents
setHistory(MUCInitialPresence.History) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
Sets the History that manages the amount of discussion history provided on entering a room.
setId(String) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
setIdentityName(String) - Static method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Sets the name of the client that will be returned when asked for the client identity in a disco request.
setIdentityType(String) - Static method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Sets the type of client that will be returned when asked for the client identity in a disco request.
setIncludeBody(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets whether the entity wants to receive an XMPP message body in addition to the payload format.
setIncomingSound(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
setInstance(ProviderManager) - Static method in class org.jivesoftware.smack.provider.ProviderManager
Sets the only ProviderManager valid instance to be used by all Connections.
setInstructions(String) - Method in class org.jivesoftware.smack.packet.Registration
Sets the registration instructions.
setInstructions(String) - Method in class org.jivesoftware.smackx.Form
Sets instructions that explain how to fill out the form and what the form is about.
setInstructions(List<String>) - Method in class org.jivesoftware.smackx.packet.DataForm
Sets the list of instructions that explain how to fill out the form and what the form is about.
setInvite(MUCUser.Invite) - Method in class org.jivesoftware.smackx.packet.MUCUser
Sets the invitation for another user to a room.
setItem(MUCUser.Item) - Method in class org.jivesoftware.smackx.packet.MUCUser
Sets the item child that holds information about roles, affiliation, jids and nicks.
setItemReply(ItemReply) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets who should get the replies to items
setItemStatus(RosterPacket.ItemStatus) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Sets the roster item status.
setItemType(RosterPacket.ItemType) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Sets the roster item type.
setJabberId(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setJid(String) - Method in class org.jivesoftware.smack.packet.Bind
 
setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Sets the by which an occupant is identified within the context of a room.
setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Destroy
Sets the JID of an alternate location since the current room is being destroyed.
setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Sets the by which an occupant is identified within the context of a room.
setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Destroy
Sets the JID of an alternate location since the current room is being destroyed.
setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Sets the by which an occupant is identified within the context of a room.
setJid(String) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
 
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
 
setKeepAliveInterval(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
Sets the number of milleseconds delay between sending keep-alive requests to the server.
setKey(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
setKey(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
setKeystorePath(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the path to the keystore file.
setKeystoreType(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the keystore type.
setLabel(String) - Method in class org.jivesoftware.smackx.FormField
Sets the label of the question which should give enough information to the user to fill out the form.
setLanguage(String) - Method in class org.jivesoftware.smack.packet.Message
Sets the xml:lang of this Message.
setLanguage(String) - Method in class org.jivesoftware.smack.packet.Presence
Sets the xml:lang of this Presence.
setLastActivity(long) - Method in class org.jivesoftware.smackx.packet.LastActivity
 
setLastName(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setLocalSocks5ProxyEnabled(boolean) - Static method in class org.jivesoftware.smack.SmackConfiguration
Sets if the local Socks5 proxy should be started.
setLocalSocks5ProxyPort(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
Sets the port of the local Socks5 proxy.
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) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
setMaxCacheSize(int) - Method in class org.jivesoftware.smack.util.Cache
 
setMaxChars(int) - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
Sets the total number of characters to receive in the history.
setMaxChars(int) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
Sets the total number of characters to receive in the history.
setMaximumBlockSize(int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Sets the maximum block size that is allowed for In-Band Bytestreams for this connection.
setMaxItems(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the maximum number of items to persisted to this node if ConfigureForm.isPersistItems() is true.
setMaxLifetime(long) - Method in class org.jivesoftware.smack.util.Cache
 
setMaxPayloadSize(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the maximum payload size in bytes
setMaxStanzas(int) - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
Sets the total number of messages to receive in the history.
setMaxStanzas(int) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
Sets the total number of messages to receive in the history.
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) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
setMiddleName(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setMimeType(String) - Method in class org.jivesoftware.smackx.packet.StreamInitiation
The "mime-type" attribute identifies the MIME-type for the data across the stream.
setMinimumConnectTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Sets the timeout to connect to one SOCKS5 proxy while accepting the SOCKS5 Bytestream request.
setMode(Presence.Mode) - Method in class org.jivesoftware.smack.packet.Presence
Sets the mode of the presence update.
setMode(Bytestream.Mode) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Set the transport mode.
setMonitor(boolean) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
 
setName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Sets the user's name.
setName(String) - Method in class org.jivesoftware.smack.RosterEntry
Sets the name associated with this entry.
setName(String) - Method in class org.jivesoftware.smack.RosterGroup
Sets the name of the group.
setName(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
setName(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
Sets the name representing the URL.
setName(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Set the the human readable name of the command, usually used for displaying in a UI.
setName(String) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
setName(String) - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Sets the entity's name.
setName(String) - Method in class org.jivesoftware.smackx.packet.Nick
Sets the value of this nickname
setName(String) - Method in class org.jivesoftware.smackx.packet.Version
Sets the natural-language name of the software.
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.
setNick(String) - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Sets the new nickname of an occupant that is changing his/her nickname.
setNick(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Sets the new nickname of an occupant that is changing his/her nickname.
setNick(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Sets the new nickname of an occupant that is changing his/her nickname.
setNickname(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
setNickName(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setNode(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Sets the unique identifier of the command.
setNode(String) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
setNode(String) - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
Sets the node attribute that supplements the 'jid' attribute.
setNode(String) - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Sets the node attribute that supplements the 'jid' attribute.
setNode(String) - Method in class org.jivesoftware.smackx.packet.DiscoverItems
Sets the node attribute that supplements the 'jid' attribute.
setNode(String) - Method in class org.jivesoftware.smackx.packet.OfflineMessageInfo
Sets the stamp that uniquely identifies the offline message.
setNodeInformationProvider(String, NodeInformationProvider) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Sets the NodeInformationProvider responsible for providing information (ie items) related to a given node.
setNodeType(NodeType) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the node type
setNoReply() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses
Indicate that the packet being sent should not be replied.
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
 
setNotifyConfig(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether subscribers should be notified when the configuration changes.
setNotifyDelete(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether subscribers should be notified when the node is deleted.
setNotifyRetract(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether subscribers should be notified when items are deleted from the node.
setNotMatchingDomainCheckEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if certificates presented by the server are going to be checked for their domain.
setOffline(boolean) - Method in class org.jivesoftware.smackx.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.
setOrder(int) - Method in class org.jivesoftware.smack.packet.PrivacyItem
Sets the order where the receiver is processed.
setOrganization(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setOrganizationUnit(String) - Method in class org.jivesoftware.smackx.packet.VCard
 
setOs(String) - Method in class org.jivesoftware.smackx.packet.Version
Sets the operating system of the queried entity.
setOutgoingSound(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
 
setOutputStream(OutputStream) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
setOwnerJID(String) - Method in class org.jivesoftware.smackx.commands.LocalCommand
Sets the JID of the command host.
setPacketCollectorSize(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
Sets the default max size of a packet collector before it will delete the older packets.
setPacketID(String) - Method in class org.jivesoftware.smack.packet.Packet
Sets the unique ID of the packet.
setPacketID(String) - Method in class org.jivesoftware.smackx.packet.MessageEvent
Sets the unique ID of the message that requested to be notified of the event.
setPacketReplyTimeout(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
Sets the number of milliseconds to wait for a response from the server.
setPacketReplyTimeout(long) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
Returns the number of milliseconds to wait for a respone.
setPassword(String) - Method in class org.jivesoftware.smack.packet.Authentication
Sets the plain text password.
setPassword(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
setPassword(String) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
Sets the password to use when the room requires a password.
setPassword(String) - Method in class org.jivesoftware.smackx.packet.MUCUser
Sets the password to use to enter Password-Protected Room.
setPersistentItems(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether items should be persisted in the node.
setPersonal(boolean) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
setPersonalMacroGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
setPhoneHome(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
Set home phone number
setPhoneWork(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
Set work phone number
setPKCS11Library(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the PKCS11 library file location, needed when the Keystore type is PKCS11
setPort(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
Sets the port of the stream host.
setPresenceBasedDelivery(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether to deliver notifications to available users only.
setPriority(int) - Method in class org.jivesoftware.smack.packet.Presence
Sets the priority of the presence.
setPrivacyList(String, List<PrivacyItem>) - Method in class org.jivesoftware.smack.packet.Privacy
Set or update a privacy list with privacy items.
setPrivacyList(String, List<PrivacyItem>) - Method in interface org.jivesoftware.smack.PrivacyListListener
Set or update a privacy list with PrivacyItem.
setPrivateData(PrivateData) - Method in class org.jivesoftware.smackx.PrivateDataManager
Sets a private data value.
setProperty(String, Object) - Method in class org.jivesoftware.smack.packet.Packet
Sets a property with an Object as the value.
setProxyConnectionTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Sets the timeout for connecting to the SOCKS5 proxy selected by the target.
setProxyPrioritizationEnabled(boolean) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Enable/disable the prioritization of the last working SOCKS5 proxy on successive SOCKS5 Bytestream connections.
setPublishModel(PublishModel) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the publishing model for the node, which determines who may publish to it.
setPubSubNamespace(PubSubNamespace) - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
Set the namespace for the packet if it something other than the default case of PubSubNamespace.BASIC.
setPurge(boolean) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
Sets if all the offline messages of the user should be deleted.
setQuery(String) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
 
setQuestion(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
setRanged(boolean) - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
True if a range can be provided and false if it cannot.
setReadTimeout(int) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
Sets the specified timeout, in milliseconds.
setReadTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
 
setReadTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
 
setReason(String) - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
setReason(String) - Method in class org.jivesoftware.smackx.packet.DelayInformation
Sets a natural-language description of the reason for the delay or null if this information is not available.
setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
Sets the reason for the item child.
setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Destroy
Sets the reason for the room destruction.
setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Sets the reason for the item child.
setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
Sets the message explaining why the invitation was rejected.
setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Destroy
Sets the reason for the room destruction.
setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
Sets the message explaining the invitation.
setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
Sets the reason for the item child.
setReconnectionAllowed(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if the reconnection mechanism is allowed to be used.
setRedirectURL(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
setReplyRoom(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the multi user chat rooms that are specified as reply rooms.
setReplyTo(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the specific JID's for reply to.
setReportedData(DataForm.ReportedData) - Method in class org.jivesoftware.smackx.packet.DataForm
Sets the fields that will be returned from a search.
setRequired(boolean) - Method in class org.jivesoftware.smackx.FormField
Sets if the question must be answered in order to complete the questionnaire.
setResource(String) - Method in class org.jivesoftware.smack.packet.Authentication
Sets the resource.
setResource(String) - Method in class org.jivesoftware.smack.packet.Bind
 
setResponse(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
setResponseTimeout(int) - Static method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
Sets the time in milliseconds after which the file transfer negotiation process will timeout if the other user has not responded.
setRole(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
Sets the temporary position or privilege level of an occupant within a room.
setRootGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
 
setRosterGroupsAllowed(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the roster groups that are allowed to subscribe and retrieve items.
setRosterLoadedAtLogin(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if the roster will be loaded from the server when logging in.
setRss(boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
Set to true if this URL is an RSS or news feed.
setSASLAuthenticationEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets whether the client will use SASL authentication when logging into the server.
setSeconds(int) - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
Sets the number of seconds to use to filter the messages received during that time.
setSeconds(int) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
Sets the number of seconds to use to filter the messages received during that time.
setSecurityMode(ConnectionConfiguration.SecurityMode) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the TLS security mode used when making the connection.
setSelfSignedCertificateEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if self-signed certificates are going to be accepted.
setSendPresence(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if an initial available presence will be sent to the server.
setServiceEnabled(Connection, boolean) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Enable the Jabber services related to file transfer on the particular connection.
setServiceEnabled(Connection, boolean) - Static method in class org.jivesoftware.smackx.XHTMLManager
Enables or disables the XHTML support on a given connection.
setServiceName(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the server name, also known as XMPP domain of the target server.
setSessionID(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Set the session ID related to the bytestream.
setSessionID(String) - Method in class org.jivesoftware.smackx.commands.LocalCommand
The sessionID is an unique identifier of an execution request.
setSessionID(String) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
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
 
setSesssionID(String) - Method in class org.jivesoftware.smackx.packet.StreamInitiation
The "id" attribute is an opaque identifier.
setShared(boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
setShared(boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
 
setShowValues(Collection<PresenceState>) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets the list of PresenceState for which an entity wants to receive notifications.
setSince(Date) - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
Sets the since date to use to filter the messages received during that time.
setSince(Date) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
Sets the since date to use to filter the messages received during that time.
setSocketFactory(SocketFactory) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the socket factory used to create new xmppConnection sockets.
setStanza(InBandBytestreamManager.StanzaType) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Sets the stanza used to send data packets.
setStartDate(Date) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
setStatus(String) - Method in class org.jivesoftware.smack.packet.Presence
Sets the status message of the presence update.
setStatus(FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
setStatus(FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
setStatus(AdHocCommand.Status) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
setStatus(MUCUser.Status) - Method in class org.jivesoftware.smackx.packet.MUCUser
Sets the status which holds a code that assists in presenting notification messages.
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.smack.packet.Message
Sets the subject of the message.
setSubject(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
setSubscribe(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether subscriptions are allowed.
setSubscriptionMode(Roster.SubscriptionMode) - Method in class org.jivesoftware.smack.Roster
Sets the subscription processing mode, which dictates what action Smack will take when subscription requests from other users are made.
setSubscriptions(List<String>) - Method in class org.jivesoftware.smackx.pubsub.SubscriptionEvent
Set the list of subscription id's for this event.
setTargetResponseTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Sets the timeout to wait for the response to the SOCKS5 Bytestream initialization request.
setThread(String) - Method in class org.jivesoftware.smack.packet.Message
Sets the thread id of the message, which is a unique identifier for a sequence of "chat" messages.
setTime(Date) - Method in class org.jivesoftware.smackx.packet.Time
Sets the time using the local time.
setTitle(String) - Method in class org.jivesoftware.smackx.Form
Sets the description of the data.
setTitle(String) - Method in class org.jivesoftware.smackx.packet.DataForm
Sets the description of the data.
setTitle(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets a human readable title for the node.
setTitle(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
setTitle(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
setTo(String) - Method in class org.jivesoftware.smack.packet.Packet
Sets who the packet is being sent "to".
setTo(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
Sets the bare JID of the inviter.
setTo(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
Sets the bare JID of the invitee.
setToActivate(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Upon the response from the target of the used host the activate packet is sent to the SOCKS5 proxy.
setTotalConnectTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Sets the maximum timeout to connect to SOCKS5 proxies.
setTruststorePassword(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the password to use to access the trust store file.
setTruststorePath(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the path to the trust store file.
setTruststoreType(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets the trust store type.
setType(IQ.Type) - Method in class org.jivesoftware.smack.packet.IQ
Sets the type of the IQ packet.
setType(Message.Type) - Method in class org.jivesoftware.smack.packet.Message
Sets the type of the message.
setType(Presence.Type) - Method in class org.jivesoftware.smack.packet.Presence
Sets the type of the presence packet.
setType(String) - Method in class org.jivesoftware.smackx.FormField
Sets an indicative of the format for the data to answer.
setType(String) - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Identity
Sets the entity's type.
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
 
setTz(String) - Method in class org.jivesoftware.smackx.packet.Time
Sets the time zone.
setUsedHost(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Upon connecting to the stream host the target of the stream replies to the initiator with the JID of the SOCKS5 host that they used.
setUserJID(String) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
 
setUsername(String) - Method in class org.jivesoftware.smack.packet.Authentication
Sets the username.
setUtc(String) - Method in class org.jivesoftware.smackx.packet.Time
Sets the time using UTC formatted String in the format CCYYMMDDThh:mm:ss.
setValue(String, String) - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
Sets a packet extension value using the given name.
setValue(String) - Method in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
Sets the element identifier to apply the action.
setValue(String) - Method in class org.jivesoftware.smack.packet.PrivacyItem
Sets the element identifier to apply the action.
setValue(String, String) - Method in class org.jivesoftware.smackx.packet.DefaultPrivateData
Sets a value given the name.
setValue(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
setVerifyChainEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if the whole chain of certificates presented by the server are going to be checked.
setVerifyRootCAEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
Sets if root CA checking is going to be done.
setVersion(String) - Method in class org.jivesoftware.smackx.packet.Version
Sets the specific version of the software.
setVisible(boolean) - Method in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
 
setVisitorsEmail(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
setVisitorsName(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
SharedBookmark - Interface in org.jivesoftware.smackx.bookmark
Interface to indicate if a bookmark is shared across the server.
SharedGroupManager - Class in org.jivesoftware.smackx
A SharedGroupManager provides services for discovering the shared groups where a user belongs.
SharedGroupManager() - Constructor for class org.jivesoftware.smackx.SharedGroupManager
 
SharedGroupsInfo - Class in org.jivesoftware.smackx.packet
IQ packet used for discovering the user's shared groups and for getting the answer back from the server.
SharedGroupsInfo() - Constructor for class org.jivesoftware.smackx.packet.SharedGroupsInfo
 
SharedGroupsInfo.Provider - Class in org.jivesoftware.smackx.packet
Internal Search service Provider.
SharedGroupsInfo.Provider() - Constructor for class org.jivesoftware.smackx.packet.SharedGroupsInfo.Provider
Provider Constructor.
shouldNotReply() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
Returns true if the received packet should not be replied.
shutdown(Presence) - Method in class org.jivesoftware.smack.XMPPConnection
Closes the connection by setting presence to unavailable then closing the stream to the XMPP server.
SimpleNodeProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses simple elements that only contain a node attribute.
SimpleNodeProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.SimpleNodeProvider
 
SimplePayload - Class in org.jivesoftware.smackx.pubsub
The default payload representation for Item#getPayload().
SimplePayload(String, String, String) - Constructor for class org.jivesoftware.smackx.pubsub.SimplePayload
Construct a SimplePayload object with the specified element name, namespace and content.
size() - Method in class org.jivesoftware.smack.util.Cache
 
skip(long) - Method in class org.jivesoftware.smack.util.ObservableReader
 
SmackConfiguration - Class in org.jivesoftware.smack
Represents the configuration of Smack.
SmackDebugger - Interface in org.jivesoftware.smack.debugger
Interface that allows for implementing classes to debug XML traffic.
Socks4ProxySocketFactory - Class in org.jivesoftware.smack.proxy
Socket factory for socks4 proxy
Socks4ProxySocketFactory(ProxyInfo) - Constructor for class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
Socks5BytestreamListener - Class in org.jivesoftware.smackx.bytestreams.socks5
Socks5BytestreamListener are informed if a remote user wants to initiate a SOCKS5 Bytestream.
Socks5BytestreamListener() - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamListener
 
Socks5BytestreamManager - Class in org.jivesoftware.smackx.bytestreams.socks5
The Socks5BytestreamManager class handles establishing SOCKS5 Bytestreams as specified in the XEP-0065.
Socks5BytestreamRequest - Class in org.jivesoftware.smackx.bytestreams.socks5
Socks5BytestreamRequest class handles incoming SOCKS5 Bytestream requests.
Socks5BytestreamRequest(Socks5BytestreamManager, Bytestream) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Creates a new Socks5BytestreamRequest.
Socks5BytestreamSession - Class in org.jivesoftware.smackx.bytestreams.socks5
Socks5BytestreamSession class represents a SOCKS5 Bytestream session.
Socks5BytestreamSession(Socket, boolean) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
 
Socks5Proxy - Class in org.jivesoftware.smackx.bytestreams.socks5
The Socks5Proxy class represents a local SOCKS5 proxy server.
Socks5ProxySocketFactory - Class in org.jivesoftware.smack.proxy
Socket factory for Socks5 proxy
Socks5ProxySocketFactory(ProxyInfo) - Constructor for class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
Socks5TransferNegotiator - Class in org.jivesoftware.smackx.filetransfer
Negotiates a SOCKS5 Bytestream to be used for file transfers.
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
Packet extension provider for SoundSetting Packets.
SoundSettings.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SoundSettings.InternalProvider
 
start() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Starts the local SOCKS5 proxy server.
startDate - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
state - Variable in class org.jivesoftware.smackx.pubsub.Subscription
 
stateChanged(Chat, ChatState) - Method in interface org.jivesoftware.smackx.ChatStateListener
Fired when the state of a chat with another user changes.
statusUpdated(FileTransfer.Status, FileTransfer.Status) - Method in interface org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
Called when the status changes
statusUpdated(WorkgroupQueue, WorkgroupQueue.Status) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
The status of the queue was updated.
stop() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Stops the local SOCKS5 proxy server.
STREAM_DATA_FIELD_NAME - Static variable in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
 
StreamError - Class in org.jivesoftware.smack.packet
Represents a stream error packet.
StreamError(String) - Constructor for class org.jivesoftware.smack.packet.StreamError
 
streamID - Variable in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
StreamInitiation - Class in org.jivesoftware.smackx.packet
The process by which two entities initiate a stream.
StreamInitiation() - Constructor for class org.jivesoftware.smackx.packet.StreamInitiation
 
StreamInitiation.Feature - Class in org.jivesoftware.smackx.packet
The feature negotiation portion of the StreamInitiation packet.
StreamInitiation.Feature(DataForm) - Constructor for class org.jivesoftware.smackx.packet.StreamInitiation.Feature
The dataform can be provided as part of the constructor.
StreamInitiation.File - Class in org.jivesoftware.smackx.packet
size: The size, in bytes, of the data to be sent. name: The name of the file that the Sender wishes to send. date: The last modification time of the file.
StreamInitiation.File(String, long) - Constructor for class org.jivesoftware.smackx.packet.StreamInitiation.File
Constructor providing the name of the file and its size.
StreamInitiationProvider - Class in org.jivesoftware.smackx.provider
The StreamInitiationProvider parses StreamInitiation packets.
StreamInitiationProvider() - Constructor for class org.jivesoftware.smackx.provider.StreamInitiationProvider
 
StreamNegotiator - Class in org.jivesoftware.smackx.filetransfer
After the file transfer negotiation process is completed according to JEP-0096, the negotiation process is passed off to a particular stream negotiator.
StreamNegotiator() - Constructor for class org.jivesoftware.smackx.filetransfer.StreamNegotiator
 
StringUtils - Class in org.jivesoftware.smack.util
A collection of utility methods for String objects.
subId - Variable in class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
subjectUpdated(String, String) - Method in interface org.jivesoftware.smackx.muc.SubjectUpdatedListener
Called when a MUC room has changed its subject.
SubjectUpdatedListener - Interface in org.jivesoftware.smackx.muc
A listener that is fired anytime a MUC room changes its subject.
submitSearch(String, Form) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptSearchManager
Submits the completed form and returns the result of the transcript search.
subscribe(String) - Method in class org.jivesoftware.smackx.pubsub.Node
The user subscribes to the node using the supplied jid.
subscribe(String, SubscribeForm) - Method in class org.jivesoftware.smackx.pubsub.Node
The user subscribes to the node using the supplied jid and subscription options.
SubscribeExtension - Class in org.jivesoftware.smackx.pubsub
Represents a request to subscribe to a node.
SubscribeExtension(String) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
SubscribeExtension(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
SubscribeForm - Class in org.jivesoftware.smackx.pubsub
A decorator for a Form to easily enable reading and updating of subscription options.
SubscribeForm(DataForm) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
 
SubscribeForm(Form) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
 
SubscribeForm(FormType) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
 
SubscribeOptionFields - Enum in org.jivesoftware.smackx.pubsub
Defines the possible field options for a subscribe options form as defined by Section 16.4.2.
Subscription - Class in org.jivesoftware.smackx.pubsub
Represents a subscription to node for both requests and replies.
Subscription(String) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
Used to constructs a subscription request to the root node with the specified JID.
Subscription(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
Used to constructs a subscription request to the specified node with the specified JID.
Subscription(String, String, String, Subscription.State) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
Constructs a representation of a subscription reply to the specified node and JID.
Subscription(String, String, String, Subscription.State, boolean) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
Constructs a representation of a subscription reply to the specified node and JID.
Subscription.State - Enum in org.jivesoftware.smackx.pubsub
 
SUBSCRIPTION_BOTH - Static variable in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
If the type is "subscription", then the 'value' attribute MUST be one of "both", "to", "from", or "none"
SUBSCRIPTION_FROM - Static variable in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
 
SUBSCRIPTION_NONE - Static variable in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
 
SUBSCRIPTION_PENDING - Static variable in class org.jivesoftware.smack.packet.RosterPacket.ItemStatus
Request to subcribe.
subscription_required - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
SUBSCRIPTION_TO - Static variable in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
 
SubscriptionEvent - Class in org.jivesoftware.smackx.pubsub
Base class to represents events that are associated to subscriptions.
SubscriptionEvent(String) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionEvent
Construct an event with no subscription id's.
SubscriptionEvent(String, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionEvent
Construct an event with multiple subscriptions.
SubscriptionProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the subscription element out of the pubsub IQ message from the server as specified in the subscription schema.
SubscriptionProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.SubscriptionProvider
 
SubscriptionsExtension - Class in org.jivesoftware.smackx.pubsub
Represents the element holding the list of subscription elements.
SubscriptionsExtension(List<Subscription>) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
Subscriptions to the root node
SubscriptionsExtension(String, List<Subscription>) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
Subscriptions to the specified node.
SubscriptionsProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the subscriptions element out of the pubsub IQ message from the server as specified in the subscriptions schema.
SubscriptionsProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.SubscriptionsProvider
 
supportsAccountCreation() - Method in class org.jivesoftware.smack.AccountManager
Returns true if the server supports creating new accounts.
supportSASLMechanism(String) - Static method in class org.jivesoftware.smack.SASLAuthentication
Registers a new SASL mechanism in the specified preference position.
supportSASLMechanism(String, int) - Static method in class org.jivesoftware.smack.SASLAuthentication
Registers a new SASL mechanism in the specified preference position.
supportsFlexibleRetrieval() - Method in class org.jivesoftware.smackx.OfflineMessageManager
Returns true if the server supports Flexible Offline Message Retrieval.
suspendEncoding() - Method in class org.jivesoftware.smack.util.Base64.OutputStream
Suspends encoding of the stream.
SyncPacketSend - Class in org.jivesoftware.smack.util
Utility class for doing synchronous calls to the server.
SyncPacketSend - Class in org.jivesoftware.smackx.pubsub.packet
Utility class for doing synchronous calls to the server.

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.
ThreadFilter - Class in org.jivesoftware.smack.filter
Filters for message packets with a particular thread value.
ThreadFilter(String) - Constructor for class org.jivesoftware.smack.filter.ThreadFilter
Creates a new thread filter using the specified thread value.
Time - Class in org.jivesoftware.smackx.packet
A Time IQ packet, which is used by XMPP clients to exchange their respective local times.
Time() - Constructor for class org.jivesoftware.smackx.packet.Time
Creates a new Time instance with empty values for all fields.
Time(Calendar) - Constructor for class org.jivesoftware.smackx.packet.Time
Creates a new Time instance using the specified calendar instance as the time value to send.
TO - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
to - Variable in class org.jivesoftware.smackx.pubsub.Node
 
ToContainsFilter - Class in org.jivesoftware.smack.filter
Filters for packets where the "to" field contains a specified value.
ToContainsFilter(String) - Constructor for class org.jivesoftware.smack.filter.ToContainsFilter
Creates a "to" contains filter using the "to" field part.
toString() - Method in class org.jivesoftware.smack.filter.AndFilter
 
toString() - Method in class org.jivesoftware.smack.filter.FromMatchesFilter
 
toString() - Method in class org.jivesoftware.smack.filter.OrFilter
 
toString() - Method in class org.jivesoftware.smack.filter.PacketIDFilter
 
toString() - Method in class org.jivesoftware.smack.filter.PacketTypeFilter
 
toString() - Method in class org.jivesoftware.smack.packet.IQ.Type
 
toString() - Method in class org.jivesoftware.smack.packet.Presence
 
toString() - Method in class org.jivesoftware.smack.packet.RosterPacket.ItemStatus
 
toString() - Method in class org.jivesoftware.smack.packet.StreamError
 
toString() - Method in class org.jivesoftware.smack.packet.XMPPError.Condition
 
toString() - Method in class org.jivesoftware.smack.packet.XMPPError
 
toString() - Method in class org.jivesoftware.smack.PrivacyList
 
toString() - Method in class org.jivesoftware.smack.RosterEntry
 
toString() - Method in class org.jivesoftware.smack.util.DNSUtil.HostAddress
 
toString() - Method in exception org.jivesoftware.smack.XMPPException
 
toString() - Method in enum org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition
 
toString() - Method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Error
 
toString() - Method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Status
 
toString() - Method in class org.jivesoftware.smackx.FormField.Option
 
toString() - Method in class org.jivesoftware.smackx.packet.VCard
 
toString() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
 
toString() - Method in class org.jivesoftware.smackx.pubsub.Item
 
toString() - Method in class org.jivesoftware.smackx.pubsub.ItemDeleteEvent
 
toString() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
 
toString() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
toString() - Method in class org.jivesoftware.smackx.pubsub.Node
 
toString() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
 
toString() - Method in class org.jivesoftware.smackx.pubsub.PayloadItem
 
toString() - Method in class org.jivesoftware.smackx.pubsub.SimplePayload
 
toString() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
 
toString() - Method in class org.jivesoftware.smackx.XHTMLText
Returns the text of the XHTMLText.
toXML() - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
 
toXML() - Method in class org.jivesoftware.smack.packet.IQ
 
toXML() - Method in class org.jivesoftware.smack.packet.Message
 
toXML() - Method in class org.jivesoftware.smack.packet.Packet
Returns the packet as XML.
toXML() - Method in interface org.jivesoftware.smack.packet.PacketExtension
Returns the XML representation of the PacketExtension.
toXML() - Method in class org.jivesoftware.smack.packet.Presence
 
toXML() - Method in class org.jivesoftware.smack.packet.PrivacyItem
Answer an xml representation of the receiver according to the RFC 3921.
toXML() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
 
toXML() - Method in class org.jivesoftware.smack.packet.XMPPError
Returns the error as XML.
toXML() - Method in class org.jivesoftware.smack.sasl.SASLMechanism.AuthMechanism
 
toXML() - Method in class org.jivesoftware.smack.sasl.SASLMechanism.Challenge
 
toXML() - Method in class org.jivesoftware.smack.sasl.SASLMechanism.Failure
 
toXML() - Method in class org.jivesoftware.smack.sasl.SASLMechanism.Response
 
toXML() - Method in class org.jivesoftware.smack.sasl.SASLMechanism.Success
 
toXML() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Returns the XML reppresentation of the PrivateData.
toXML() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
 
toXML() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
 
toXML() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
toXML() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
 
toXML() - Method in class org.jivesoftware.smackx.FormField.Option
 
toXML() - Method in class org.jivesoftware.smackx.FormField
 
toXML() - Method in class org.jivesoftware.smackx.GroupChatInvitation
 
toXML() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData.SpecificError
 
toXML() - Method in class org.jivesoftware.smackx.packet.AttentionExtension
 
toXML() - Method in class org.jivesoftware.smackx.packet.ChatStateExtension
 
toXML() - Method in class org.jivesoftware.smackx.packet.DataForm.Item
 
toXML() - Method in class org.jivesoftware.smackx.packet.DataForm.ReportedData
 
toXML() - Method in class org.jivesoftware.smackx.packet.DataForm
 
toXML() - Method in class org.jivesoftware.smackx.packet.DefaultPrivateData
 
toXML() - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
toXML() - Method in class org.jivesoftware.smackx.packet.DelayInformation
 
toXML() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Feature
 
toXML() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Identity
 
toXML() - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
 
toXML() - Method in class org.jivesoftware.smackx.packet.Header
 
toXML() - Method in class org.jivesoftware.smackx.packet.HeadersExtension
 
toXML() - Method in class org.jivesoftware.smackx.packet.MessageEvent
Returns the XML representation of a Message Event according the specification.
toXML() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Destroy
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCUser.Destroy
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCUser.Status
 
toXML() - Method in class org.jivesoftware.smackx.packet.MUCUser
 
toXML() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses
 
toXML() - Method in class org.jivesoftware.smackx.packet.Nick
 
toXML() - Method in class org.jivesoftware.smackx.packet.OfflineMessageInfo
 
toXML() - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
 
toXML() - Method in class org.jivesoftware.smackx.packet.PEPEvent
Returns the XML representation of a Personal Event Publish according the specification.
toXML() - Method in class org.jivesoftware.smackx.packet.PEPItem
Returns the XML representation of a Personal Event Publish according the specification.
toXML() - Method in interface org.jivesoftware.smackx.packet.PrivateData
Returns the XML reppresentation of the PrivateData.
toXML() - Method in class org.jivesoftware.smackx.packet.RosterExchange
Returns the XML representation of a Roster Item Exchange according the specification.
toXML() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.Feature
 
toXML() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
 
toXML() - Method in class org.jivesoftware.smackx.packet.XHTMLExtension
Returns the XML representation of a XHTML extension according the specification.
toXML() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.AffiliationsExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.FormNode
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.Item
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.PayloadItem
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.PublishItem
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.RetractItem
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.SimplePayload
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.Subscription
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
toXML() - Method in class org.jivesoftware.smackx.RemoteRosterEntry
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.MetaData
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
toXML() - 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() - Method in class org.jivesoftware.smackx.workgroup.packet.UserID
 
toXML() - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
 
Transcript - Class in org.jivesoftware.smackx.workgroup.packet
Represents the conversation transcript that occured 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<Packet>) - 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(String, String) or to retrieve a list with the summary of all the conversations that a user had TranscriptManager.getTranscripts(String, String).
TranscriptManager(Connection) - 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(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcripts
Creates a transcripts request for the given userID.
Transcripts(String, 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.AgentDetail(String, Date, Date) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
 
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.
Transcripts.TranscriptSummary(String, Date, Date, List<Transcripts.AgentDetail>) - Constructor for class org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
 
TranscriptSearch - Class in org.jivesoftware.smackx.workgroup.packet
IQ packet for retrieving the transcript search form, submiting 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.
TranscriptSearch.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch.Provider
 
TranscriptSearchManager - Class in org.jivesoftware.smackx.workgroup.agent
A TranscriptSearchManager helps to retrieve the form to use for searching transcripts TranscriptSearchManager.getSearchForm(String) or to submit a search form and return the results of the search TranscriptSearchManager.submitSearch(String, Form).
TranscriptSearchManager(Connection) - 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
 
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
 
triplets - Variable in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 
type - Variable in class org.jivesoftware.smackx.pubsub.Affiliation
 
type - Variable in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
TYPE_BOOLEAN - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_CANCEL - Static variable in class org.jivesoftware.smackx.Form
 
TYPE_FIXED - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_FORM - Static variable in class org.jivesoftware.smackx.Form
 
TYPE_HIDDEN - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_JID_MULTI - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_JID_SINGLE - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_LIST_MULTI - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_LIST_SINGLE - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_RESULT - Static variable in class org.jivesoftware.smackx.Form
 
TYPE_SUBMIT - Static variable in class org.jivesoftware.smackx.Form
 
TYPE_TEXT_MULTI - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_TEXT_PRIVATE - Static variable in class org.jivesoftware.smackx.FormField
 
TYPE_TEXT_SINGLE - Static variable in class org.jivesoftware.smackx.FormField
 

U

undefined_condition - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
unescapeNode(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Un-escapes the node portion of a JID according to "JID Escaping" (JEP-0106).
unexpected_request - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
uniqueID - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
 
unregisterSASLMechanism(String) - Static method in class org.jivesoftware.smack.SASLAuthentication
Unregisters an existing SASL mechanism.
unsubscribe(String) - Method in class org.jivesoftware.smackx.pubsub.Node
Remove the subscription related to the specified JID.
unsubscribe(String, String) - Method in class org.jivesoftware.smackx.pubsub.Node
Remove the specific subscription related to the specified JID.
UnsubscribeExtension - Class in org.jivesoftware.smackx.pubsub
Represents an unsubscribe element.
UnsubscribeExtension(String) - Constructor for class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
UnsubscribeExtension(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
UnsubscribeExtension(String, String, String) - Constructor for class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
UNSUBSCRIPTION_PENDING - Static variable in class org.jivesoftware.smack.packet.RosterPacket.ItemStatus
Request to unsubscribe.
unsupportSASLMechanism(String) - Static method in class org.jivesoftware.smack.SASLAuthentication
Un-supports an existing SASL mechanism.
UPDATE_ACTION - Static variable in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Request to create or update the item.
updatedPrivacyList(String) - Method in interface org.jivesoftware.smack.PrivacyListListener
A privacy list has been modified by another.
updatePrivacyList(String, List<PrivacyItem>) - Method in class org.jivesoftware.smack.PrivacyListManager
The client has edited an existing list.
updateStatus(FileTransfer.Status, FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
updateStatus(FileTransfer.Status, FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
URL - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
 
URL_SAFE - Static variable in class org.jivesoftware.smack.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
userHasLogged(String) - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
 
userHasLogged(String) - Method in class org.jivesoftware.smack.debugger.LiteDebugger
 
userHasLogged(String) - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
Called when a user has logged in to the server.
userHasLogged(String) - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
UserID - Class in org.jivesoftware.smackx.workgroup.packet
 
UserID(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.UserID
 
UserID.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
UserID.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.UserID.Provider
 
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
 
UserSearch - Class in org.jivesoftware.smackx.search
Implements the protocol currently used to search information repositories on the Jabber network.
UserSearch() - Constructor for class org.jivesoftware.smackx.search.UserSearch
Creates a new instance of UserSearch.
UserSearch.Provider - Class in org.jivesoftware.smackx.search
Internal Search service Provider.
UserSearch.Provider() - Constructor for class org.jivesoftware.smackx.search.UserSearch.Provider
Provider Constructor.
UserSearchManager - Class in org.jivesoftware.smackx.search
The UserSearchManager is a facade built upon Jabber Search Services (JEP-055) to allow for searching repositories on a Jabber Server.
UserSearchManager(Connection) - Constructor for class org.jivesoftware.smackx.search.UserSearchManager
Creates a new UserSearchManager.
UserStatusListener - Interface in org.jivesoftware.smackx.muc
A listener that is fired anytime your participant's status in a room is changed, such as the user being kicked, banned, or granted admin permissions.
usersUpdated(WorkgroupQueue, Set) - 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.smack.ConnectionConfiguration.SecurityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smack.packet.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smack.packet.Presence.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smack.packet.Presence.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smack.packet.PrivacyItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smack.packet.RosterPacket.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smack.packet.XMPPError.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smack.proxy.ProxyInfo.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smack.Roster.SubscriptionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager.StanzaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.ChatState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.commands.AdHocCommandNote.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.AccessModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.Affiliation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.ChildrenAssociationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.ConfigureNodeFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.EventElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.FormNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.FormType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.ItemReply
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.PresenceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.PublishModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.SubscribeOptionFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.Subscription.State
Returns the enum constant of this type with the specified name.
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.
valueOfFromElement(String) - Static method in enum org.jivesoftware.smackx.pubsub.SubscribeOptionFields
 
valueOfFromElementName(String, String) - Static method in enum org.jivesoftware.smackx.pubsub.FormNodeType
 
valueOfFromElemName(String, String) - Static method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
 
valueOfFromXmlns(String) - Static method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
 
values() - Static method in enum org.jivesoftware.smack.ConnectionConfiguration.SecurityMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smack.packet.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smack.packet.Presence.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smack.packet.Presence.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smack.packet.PrivacyItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smack.packet.RosterPacket.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smack.packet.XMPPError.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smack.proxy.ProxyInfo.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smack.Roster.SubscriptionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jivesoftware.smack.util.Cache
 
values() - Static method in enum org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager.StanzaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.ChatState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.commands.AdHocCommandNote.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.filetransfer.FileTransfer.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.AccessModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.Affiliation.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.pubsub.ChildrenAssociationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.ConfigureNodeFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.EventElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.FormNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.FormType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.ItemReply
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.PresenceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.PublishModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.SubscribeOptionFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.Subscription.State
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.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.
VCard - Class in org.jivesoftware.smackx.packet
A VCard class for use with the SMACK jabber library.
VCard() - Constructor for class org.jivesoftware.smackx.packet.VCard
 
VCardProvider - Class in org.jivesoftware.smackx.provider
vCard provider.
VCardProvider() - Constructor for class org.jivesoftware.smackx.provider.VCardProvider
 
Version - Class in org.jivesoftware.smackx.packet
A Version IQ packet, which is used by XMPP clients to discover version information about the software running at another entity's JID.
Version() - Constructor for class org.jivesoftware.smackx.packet.Version
 
visitorsEmail - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
visitorsName - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
 
voiceGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
voiceGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
voiceGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a moderator grants voice to a visitor.
voiceGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when a moderator grants voice to your user.
voiceRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
voiceRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
voiceRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a moderator revokes voice from a participant.
voiceRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when a moderator revokes voice from your user.

W

Workgroup - Class in org.jivesoftware.smackx.workgroup.user
Provides workgroup services for users.
Workgroup(String, Connection) - 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.
WorkgroupForm.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm.InternalProvider
 
WorkgroupInformation - Class in org.jivesoftware.smackx.workgroup.packet
A packet extension that contains information about the user and agent in a workgroup chat.
WorkgroupInformation(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
 
WorkgroupInformation.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
WorkgroupInformation.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation.Provider
 
WorkgroupInvitation - Class in org.jivesoftware.smackx.workgroup
An immutable class wrapping up the basic information which comprises a group chat invitation.
WorkgroupInvitation(String, String, String, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
This calls the 5-argument constructor with a null MetaData argument value
WorkgroupInvitation(String, String, String, String, String, String, Map) - Constructor for class org.jivesoftware.smackx.workgroup.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
Packet extension provider for SoundSetting Packets.
WorkgroupProperties.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties.InternalProvider
 
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.
write(int) - Method in class org.jivesoftware.smack.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.jivesoftware.smack.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(char[], int, int) - Method in class org.jivesoftware.smack.util.ObservableWriter
 
write(int) - Method in class org.jivesoftware.smack.util.ObservableWriter
 
write(char[]) - Method in class org.jivesoftware.smack.util.ObservableWriter
 
write(String) - Method in class org.jivesoftware.smack.util.ObservableWriter
 
write(String, int, int) - Method in class org.jivesoftware.smack.util.ObservableWriter
 
write(String) - Method in interface org.jivesoftware.smack.util.WriterListener
Notification that the Writer has written a new string.
writer - Variable in class org.jivesoftware.smack.Connection
The Writer which is used for the debugger.
WriterListener - Interface in org.jivesoftware.smack.util
Interface that allows for implementing classes to listen for string writing events.
writeToStream(InputStream, OutputStream) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 

X

XEP_0082_UTC_FORMAT - Static variable in class org.jivesoftware.smack.util.StringUtils
Date format as defined in XEP-0082 - XMPP Date and Time Profiles.
XEP_0091_UTC_FORMAT - Static variable in class org.jivesoftware.smackx.packet.DelayInformation
Date format according to the obsolete XEP-0091 specification.
XHTMLExtension - Class in org.jivesoftware.smackx.packet
An XHTML sub-packet, which is used by XMPP clients to exchange formatted text.
XHTMLExtension() - Constructor for class org.jivesoftware.smackx.packet.XHTMLExtension
 
XHTMLExtensionProvider - Class in org.jivesoftware.smackx.provider
The XHTMLExtensionProvider parses XHTML packets.
XHTMLExtensionProvider() - Constructor for class org.jivesoftware.smackx.provider.XHTMLExtensionProvider
Creates a new XHTMLExtensionProvider.
XHTMLManager - Class in org.jivesoftware.smackx
Manages XHTML formatted texts within messages.
XHTMLManager() - Constructor for class org.jivesoftware.smackx.XHTMLManager
 
XHTMLText - Class in org.jivesoftware.smackx
An XHTMLText represents formatted text.
XHTMLText(String, String) - Constructor for class org.jivesoftware.smackx.XHTMLText
Creates a new XHTMLText with body tag params.
XmlUtils - Class in org.jivesoftware.smackx.pubsub.util
Simple utility for pretty printing xml.
XmlUtils() - Constructor for class org.jivesoftware.smackx.pubsub.util.XmlUtils
 
XMPPConnection - Class in org.jivesoftware.smack
Creates a socket connection to a XMPP server.
XMPPConnection(String, CallbackHandler) - Constructor for class org.jivesoftware.smack.XMPPConnection
Creates a new connection to the specified XMPP server.
XMPPConnection(String) - Constructor for class org.jivesoftware.smack.XMPPConnection
Creates a new XMPP connection in the same way XMPPConnection.XMPPConnection(String,CallbackHandler) does, but with no callback handler for password prompting of the keystore.
XMPPConnection(ConnectionConfiguration) - Constructor for class org.jivesoftware.smack.XMPPConnection
Creates a new XMPP connection in the same way XMPPConnection.XMPPConnection(ConnectionConfiguration,CallbackHandler) does, but with no callback handler for password prompting of the keystore.
XMPPConnection(ConnectionConfiguration, CallbackHandler) - Constructor for class org.jivesoftware.smack.XMPPConnection
Creates a new XMPP connection using the specified connection configuration.
XMPPError - Class in org.jivesoftware.smack.packet
Represents a XMPP error sub-packet.
XMPPError(XMPPError.Condition) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Creates a new error with the specified condition infering the type and code.
XMPPError(XMPPError.Condition, String) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Creates a new error with the specified condition and message infering the type and code.
XMPPError(int) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Deprecated. new errors should be created using the constructor XMPPError(condition)
XMPPError(int, String) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Deprecated. new errors should be created using the constructor XMPPError(condition, message)
XMPPError(int, XMPPError.Type, String, String, List<PacketExtension>) - Constructor for class org.jivesoftware.smack.packet.XMPPError
Creates a new error with the specified code, type, condition and message.
XMPPError.Condition - Class in org.jivesoftware.smack.packet
A class to represent predefined error conditions.
XMPPError.Condition(String) - Constructor for class org.jivesoftware.smack.packet.XMPPError.Condition
 
XMPPError.Type - Enum in org.jivesoftware.smack.packet
A class to represent the type of the Error.
XMPPException - Exception in org.jivesoftware.smack
A generic exception that is thrown when an error occurs performing an XMPP operation.
XMPPException() - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException.
XMPPException(String) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with a description of the exception.
XMPPException(Throwable) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with the Throwable that was the root cause of the exception.
XMPPException(StreamError) - Constructor for exception org.jivesoftware.smack.XMPPException
Cretaes a new XMPPException with the stream error that was the root case of the exception.
XMPPException(XMPPError) - Constructor for exception org.jivesoftware.smack.XMPPException
Cretaes a new XMPPException with the XMPPError that was the root case of the exception.
XMPPException(String, Throwable) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with a description of the exception and the Throwable that was the root cause of the exception.
XMPPException(String, XMPPError, Throwable) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with a description of the exception, an XMPPError, and the Throwable that was the root cause of the exception.
XMPPException(String, XMPPError) - Constructor for exception org.jivesoftware.smack.XMPPException
Creates a new XMPPException with a description of the exception and the XMPPException that was the root cause of the exception.

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

Copyright © 2003-2007 Jive Software.