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