- 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
-
- addIncomingBytestreamListener(BytestreamListener, String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
-
- 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
-
- addPacketWriterListener(PacketListener, PacketFilter) - Method in class org.jivesoftware.smack.XMPPConnection
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getOccupant(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns the Occupant information for a particular occupant, or null if the
user is not in the room.
- getOccupantPresence(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns the presence info for a particular user, or null if the user
is not in the room.
- getOccupants() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns an Iterator (of Strings) for the list of fully qualified occupants
in the group chat.
- getOccupants() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
-
- getOccupantsCount() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns the number of occupants in the group chat.
- getOccupantsCount() - Method in class org.jivesoftware.smackx.muc.RoomInfo
-
Returns the discovered number of occupants that are currently in the room.
- getOccupantsCount() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
-
- getOccupantsInfo(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Asks the workgroup for information about the occupants of the specified room.
- getOfflineSettings() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Asks the workgroup for it's Offline Settings.
- getOfflineText() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
-
- getOldestEntry() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
-
Returns the date of the oldest request waiting in the queue.
- getOldestEntry() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
-
- getOptions() - Method in class org.jivesoftware.smackx.FormField
-
Returns an Iterator for the available options that the user has in order to answer
the question.
- getOrder() - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Returns the order where the receiver is processed.
- getOrganization() - Method in class org.jivesoftware.smackx.packet.VCard
-
- getOrganizationUnit() - Method in class org.jivesoftware.smackx.packet.VCard
-
- getOs() - Method in class org.jivesoftware.smackx.packet.Version
-
Returns the operating system of the queried entity.
- getOutcasts() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns a collection of Affiliate
with the room outcasts.
- getOutgoingSoundBytes() - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
-
- getOutputStream() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
-
Returns the OutputStream associated with this session to receive data.
- getOutputStream() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
-
- getOutputStream() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
-
- getOutputStream() - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
Returns the output stream connected to the peer to transfer the file.
- getOwnerJID() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Returns the full JID of the owner of this command.
- getOwnerJID() - Method in class org.jivesoftware.smackx.commands.LocalCommand
-
- getOwnerJID() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
-
- getOwners() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns a collection of Affiliate
with the room owners.
- getPacketCollectors() - Method in class org.jivesoftware.smack.Connection
-
Get the collection of all packet collectors for this connection.
- getPacketCollectorSize() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Gets the default max size of a packet collector before it will delete
the older packets.
- getPacketFilter() - Method in class org.jivesoftware.smack.PacketCollector
-
Returns the packet filter associated with this packet collector.
- getPacketID() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns the unique ID of the packet.
- getPacketID() - Method in class org.jivesoftware.smackx.packet.MessageEvent
-
Returns the unique ID of the message that requested to be notified of the event.
- getPacketInterceptors() - Method in class org.jivesoftware.smack.Connection
-
Get a map of all packet interceptors for sending packets of this connection.
- getPacketListeners() - Method in class org.jivesoftware.smack.Connection
-
Get a map of all packet listeners for received packets of this connection.
- getPacketReplyTimeout() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Returns the number of milliseconds to wait for a response from
the server.
- getPacketReplyTimeout() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
-
Returns the number of milliseconds to wait for a respone.
- getPackets() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcript
-
Returns the list of Messages and Presences that were sent to the room.
- getPacketSendingListeners() - Method in class org.jivesoftware.smack.Connection
-
Get a map of all packet listeners for sending packets of this connection.
- getParticipant() - Method in class org.jivesoftware.smack.Chat
-
Returns the name of the user the chat is with.
- getParticipants() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns a collection of Occupant
with the room participants.
- getPassword() - Method in class org.jivesoftware.smack.packet.Authentication
-
Returns the plain text password or null if the password hasn't
been set.
- getPassword() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
-
Returns the password to use when joining this conference room.
- getPassword() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
-
Returns the password to use when the room requires a password.
- getPassword() - Method in class org.jivesoftware.smackx.packet.MUCUser
-
Returns the password to use to enter Password-Protected Room.
- getPayload() - Method in class org.jivesoftware.smackx.pubsub.PayloadItem
-
Get the payload associated with this Item.
- getPeer() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
Returns the JID of the peer for this file transfer.
- getPersonalMacroGroup() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
-
- getPhoneHome(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Get home phone number
- getPhoneWork(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Get work phone number
- getPKCS11Library() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the PKCS11 library file location, needed when the
Keystore type is PKCS11.
- getPort() - Method in class org.jivesoftware.smack.Connection
-
Returns the port number of the XMPP server for this connection.
- getPort() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the port to use when establishing the connection.
- getPort() - Method in class org.jivesoftware.smack.util.DNSUtil.HostAddress
-
Returns the port.
- getPort() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
-
Returns the port on which the potential stream host would accept the connection.
- getPort() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Returns the port of the local SOCKS5 proxy server.
- getPosition() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
-
Returns the user's position in the workgroup queue, or -1 if the
value isn't set on this packet.
- getPresence(String) - Method in class org.jivesoftware.smack.Roster
-
Returns the presence info for a particular user.
- getPresence(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
-
Returns the presence info for a particular agent, or null if the agent
is unavailable (offline) or if no presence information is available.
- getPresenceMode() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Returns the agent's current presence mode.
- getPresenceResource(String) - Method in class org.jivesoftware.smack.Roster
-
Returns the presence info for a particular user's resource, or unavailable presence
if the user is offline or if no presence information is available, such as
when you are not subscribed to the user's presence updates.
- getPresences(String) - Method in class org.jivesoftware.smack.Roster
-
Returns an iterator (of Presence objects) for all of a user's current presences
or an unavailable presence if the user is unavailable (offline) or if no presence
information is available, such as when you are not subscribed to the user's presence
updates.
- getPriority() - Method in class org.jivesoftware.smack.packet.Presence
-
Returns the priority of the presence, or Integer.MIN_VALUE if no priority has been set.
- getPrivacyList(String) - Method in class org.jivesoftware.smack.packet.Privacy
-
Returns a specific privacy list.
- getPrivacyList(String) - Method in class org.jivesoftware.smack.PrivacyListManager
-
Answer the privacy list items under listName with the allowed and blocked permissions.
- getPrivacyListNames() - Method in class org.jivesoftware.smack.packet.Privacy
-
Returns all the list names the user has defined to group restrictions.
- getPrivacyLists() - Method in class org.jivesoftware.smack.PrivacyListManager
-
Answer every privacy list with the allowed and blocked permissions.
- getPrivateData(String, String) - Method in class org.jivesoftware.smackx.PrivateDataManager
-
Returns the private data specified by the given element name and namespace.
- getPrivateDataProvider(String, String) - Static method in class org.jivesoftware.smackx.PrivateDataManager
-
Returns the private data provider registered to the specified XML element name and namespace.
- getProgress() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
Returns the progress of the file transfer as a number between 0 and 1.
- getProperty(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Returns the packet property with the specified name or null if the
property doesn't exist.
- getPropertyNames() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns an unmodifiable collection of all the property names that are set.
- getProxyAddress() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getProxyConnectionTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Returns the timeout for connecting to the SOCKS5 proxy selected by the target.
- getProxyPassword() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getProxyPort() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getProxyType() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getProxyUsername() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getPublishedDate() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
-
Gets the original date the items were published.
- getPublishModel() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Gets the publishing model for the node, which determines who may publish to it.
- getPubSubNamespace() - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
-
Returns the current value of the namespace.
- getQuery() - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
-
- getQuestion() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- getQuestion() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
-
Returns the question the user asked.
- getQueue(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
- getQueueJoinTimestamp() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
-
- getQueuePosition() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
-
- getQueuePosition() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Returns the users current position in the workgroup queue.
- getQueueRemainingTime() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Returns the estimated time (in seconds) that the user has to left wait in
the workgroup queue before being routed.
- getQueues() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
- getRaw() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
- getReader() - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
-
- getReader() - Method in class org.jivesoftware.smack.debugger.LiteDebugger
-
- getReader() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
-
Returns the special Reader that wraps the main Reader and logs data to the GUI.
- getReader() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
-
- getReaderListener() - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
-
- getReaderListener() - Method in class org.jivesoftware.smack.debugger.LiteDebugger
-
- getReaderListener() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
-
Returns the thread that will listen for all incoming packets and write them to the GUI.
- getReaderListener() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
-
- getReadTimeout() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
-
Returns the timeout for read operations of the input stream associated with this session.
- getReadTimeout() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
-
- getReadTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
-
- getReason() - Method in class org.jivesoftware.smackx.packet.DelayInfo
-
- getReason() - Method in class org.jivesoftware.smackx.packet.DelayInformation
-
Returns a natural-language description of the reason for the delay or null if
this information is not available.
- getReason() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
-
Returns the reason for the item child.
- getReason() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Destroy
-
Returns the reason for the room destruction.
- getReason() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
-
Returns the reason for the item child.
- getReason() - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
-
Returns the message explaining why the invitation was rejected.
- getReason() - Method in class org.jivesoftware.smackx.packet.MUCUser.Destroy
-
Returns the reason for the room destruction.
- getReason() - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
-
Returns the message explaining the invitation.
- getReason() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
-
Returns the reason for the item child.
- getReason() - Method in class org.jivesoftware.smackx.workgroup.agent.InvitationRequest
-
- getReason() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
-
- getReason() - Method in class org.jivesoftware.smackx.workgroup.agent.TransferRequest
-
- getReason() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
-
- getReason() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
-
- getReason() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
-
- getRedirectURL() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
-
- getRegisterSASLMechanisms() - Static method in class org.jivesoftware.smack.SASLAuthentication
-
Returns the registerd SASLMechanism classes sorted by the level of preference.
- getRegistrationForm() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns the room's registration form that an unaffiliated user, can use to become a member
of the room or null if no registration is possible.
- getRemaingTime() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
-
Returns the user's estimated time left in the workgroup queue, or
-1 if the value isn't set on this packet.
- getRemoteCommand(String, String) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
-
Returns a command that represents an instance of a command in a remote
host.
- getReply(Connection, Packet, long) - Static method in class org.jivesoftware.smack.util.SyncPacketSend
-
- getReply(Connection, Packet) - Static method in class org.jivesoftware.smack.util.SyncPacketSend
-
- getReply(Connection, Packet, long) - Static method in class org.jivesoftware.smackx.pubsub.packet.SyncPacketSend
-
- getReply(Connection, Packet) - Static method in class org.jivesoftware.smackx.pubsub.packet.SyncPacketSend
-
- getReplyAddress() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
-
Returns the address to which all replies are requested to be sent or null if
no specific address was provided.
- getReplyRoom() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
-
Returns the JID of a MUC room to which responses should be sent or null if
no specific address was provided.
- getReplyRoom() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Iterator over the multi user chat rooms that are specified as reply rooms.
- getReplyTo() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Gets the specific JID's for reply to.
- getReportedData() - Method in class org.jivesoftware.smackx.packet.DataForm
-
Returns the fields that will be returned from a search.
- getReportedDataFrom(Packet) - Static method in class org.jivesoftware.smackx.ReportedData
-
Returns a new ReportedData if the packet is used for reporting data and includes an
extension that matches the elementName and namespace "x","jabber:x:data".
- getRequestor() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
-
Returns the fully-qualified jabber ID of the user that requested this
file transfer.
- getReservedNickname() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns the reserved room nickname for the user in the room.
- getResource() - Method in class org.jivesoftware.smack.packet.Authentication
-
Returns the resource or null if the resource hasn't been set.
- getResource() - Method in class org.jivesoftware.smack.packet.Bind
-
- getResponse() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
- getResponseTimeout() - Static method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
Returns the time in milliseconds after which the file transfer
negotiation process will timeout if the other user has not responded.
- getRole() - Method in class org.jivesoftware.smackx.muc.Affiliate
-
Returns the current role of the affiliated user if the user is currently in the room.
- getRole() - Method in class org.jivesoftware.smackx.muc.Occupant
-
Returns the current role of the occupant in the room.
- getRole() - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
-
Returns the temporary position or privilege level of an occupant within a room.
- getRole() - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
-
Returns the temporary position or privilege level of an occupant within a room.
- getRole() - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
-
Returns the temporary position or privilege level of an occupant within a room.
- getRoom() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns the name of the room this MultiUserChat object represents.
- getRoom() - Method in class org.jivesoftware.smackx.muc.RoomInfo
-
Returns the JID of the room whose information was discovered.
- getRoom() - Method in class org.jivesoftware.smackx.workgroup.agent.InvitationRequest
-
- getRoom() - Method in class org.jivesoftware.smackx.workgroup.agent.TransferRequest
-
- getRoom() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
-
- getRoom() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
-
- getRoomAddress() - Method in class org.jivesoftware.smackx.GroupChatInvitation
-
Returns the address of the group chat room.
- getRoomID() - Method in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
-
- getRoomInfo(Connection, String) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns the discovered information of a given room without actually having to join the room.
- getRootGroup() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
-
- getRoster() - Method in class org.jivesoftware.smack.Connection
-
Returns the roster for the user.
- getRoster() - Method in class org.jivesoftware.smack.XMPPConnection
-
- getRosterEntries() - Method in class org.jivesoftware.smackx.packet.RosterExchange
-
Returns an Iterator for the roster entries in the packet.
- getRosterGroupsAllowed() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Gets the roster groups that are allowed to subscribe and retrieve items.
- getRosterItemCount() - Method in class org.jivesoftware.smack.packet.RosterPacket
-
Returns the number of roster items in this roster packet.
- getRosterItems() - Method in class org.jivesoftware.smack.packet.RosterPacket
-
Returns an unmodifiable collection for the roster items in the packet.
- getRows() - Method in class org.jivesoftware.smackx.ReportedData
-
Returns an Iterator for the rows returned from a search.
- getSASLAuthentication() - Method in class org.jivesoftware.smack.Connection
-
Returns the SASLAuthentication manager that is responsible for authenticating with
the server.
- getSASLAuthentication() - Method in class org.jivesoftware.smack.sasl.SASLMechanism
-
- getSaslMechs() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Returns the list of SASL mechanisms to be used.
- getSearchForm(Connection, String) - Method in class org.jivesoftware.smackx.search.UserSearch
-
Returns the form for all search fields supported by the search service.
- getSearchForm(String) - Method in class org.jivesoftware.smackx.search.UserSearchManager
-
Returns the form to fill out to perform a search.
- getSearchForm(String) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptSearchManager
-
Returns the Form to use for searching transcripts.
- getSearchResults(Form, String) - Method in class org.jivesoftware.smackx.search.UserSearchManager
-
Submits a search form to the server and returns the resulting information
in the form of ReportedData
- getSearchServices() - Method in class org.jivesoftware.smackx.search.UserSearchManager
-
Returns a collection of search services found on the server.
- getSearchSettings() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Asks the workgroup for it's Search Settings.
- getSeconds() - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
-
Returns the number of seconds to use to filter the messages received during that time.
- getSeconds() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
-
Returns the number of seconds to use to filter the messages received during that time.
- getSecurityMode() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the TLS security mode used when making the connection.
- getSeq() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
-
Returns the sequence of this packet in regard to the other data packets.
- getServiceName() - Method in class org.jivesoftware.smack.Connection
-
Returns the name of the service provided by the XMPP server for this connection.
- getServiceName() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the server name of the target server.
- getServiceNames(Connection) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns a collection with the XMPP addresses of the Multi-User Chat services.
- getSessionID() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamRequest
-
Returns the session ID of the bytestream open request.
- getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
-
Returns the session ID of the In-Band Bytestream open request.
- getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
-
Returns the unique session ID identifying this In-Band Bytestream.
- getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
-
Returns the unique session ID identifying this In-Band Bytestream.
- getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
-
Returns the unique session ID identifying this In-Band Bytestream.
- getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Returns the session ID related to the bytestream negotiation.
- getSessionID() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Returns the session ID of the SOCKS5 Bytestream initialization request.
- getSessionID() - Method in class org.jivesoftware.smackx.commands.LocalCommand
-
Returns the session ID of this execution.
- getSessionID() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- getSessionID() - Method in class org.jivesoftware.smackx.packet.StreamInitiation
-
Uniquely identifies a stream initiation to the recipient.
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
-
The session ID associated with the offer.
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
-
Returns the sessionID associated to this chat.
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
-
Returns the session ID associated with the request and ensuing chat.
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.SessionID
-
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcript
-
Returns id of the session that generated this conversation transcript.
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
-
Returns the ID of the session that is related to this conversation transcript.
- getSessionID() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
-
- getSessions() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Returns the sessions map.
- getSettings() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
-
- getSharedGroups(Connection) - Static method in class org.jivesoftware.smackx.SharedGroupManager
-
Returns the collection that will contain the name of the shared groups where the user
logged in with the specified session belongs.
- getShowValues() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Gets the
PresenceState
for which an entity wants to receive
notifications.
- getSince() - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
-
Returns the since date to use to filter the messages received during that time.
- getSince() - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
-
Returns the since date to use to filter the messages received during that time.
- getSize() - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
-
Returns the file's size.
- getSocket(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Returns the socket for the given digest.
- getSocketFactory() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the socket factory used to create new xmppConnection sockets.
- getSocketFactory() - Method in class org.jivesoftware.smack.proxy.ProxyInfo
-
- getSocks5Proxy() - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Returns the local SOCKS5 proxy server.
- getSoundSettings() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Asks the workgroup for it's Sound Settings.
- getSpecificErrorCondition(XMPPError) - Static method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Returns the specific condition of the error
or null if the
error doesn't have any.
- getStamp() - Method in class org.jivesoftware.smackx.OfflineMessageHeader
-
Returns the stamp that uniquely identifies the offline message.
- getStamp() - Method in class org.jivesoftware.smackx.packet.DelayInfo
-
- getStamp() - Method in class org.jivesoftware.smackx.packet.DelayInformation
-
Returns the timestamp when the packet was originally sent.
- getStanza() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Returns the stanza used to send data packets.
- getStanza() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
-
Returns the stanza type used to encapsulate the data.
- getStartDate() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- getState() - Method in class org.jivesoftware.smackx.pubsub.Subscription
-
Gets the current subscription state.
- getStatus() - Method in class org.jivesoftware.smack.packet.Presence
-
Returns the status message of the presence update, or null if there
is not a status.
- getStatus() - Method in class org.jivesoftware.smack.RosterEntry
-
Returns the roster subscription status of the entry.
- getStatus() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Returns the status of the current stage.
- getStatus() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
Returns the current status of the file transfer.
- getStatus() - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
Returns the status of the execution.
- getStatus() - Method in class org.jivesoftware.smackx.packet.MUCUser
-
Returns the status which holds a code that assists in presenting notification messages.
- getStatus() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
-
Returns the status of the queue.
- getStatus() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
-
- getStatusMessage() - Method in class org.jivesoftware.smackx.packet.LastActivity
-
Returns the status message of the last unavailable presence received from the user.
- getStreamError() - Method in exception org.jivesoftware.smack.XMPPException
-
Returns the StreamError asscociated with this exception, or null if there
isn't one.
- getStreamHost(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Returns the stream host related to the given JID, or null if there is none.
- getStreamHosts() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Returns the list of stream hosts contained in the packet.
- getStreamID() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- getStreamID() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
-
Returns the stream ID that uniquely identifies this file transfer.
- getStreamInitiation() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
-
Returns the stream initiation packet that was sent by the requestor which
contains the parameters of the file transfer being transfer and also the
methods available to transfer the file.
- getSubject() - Method in class org.jivesoftware.smack.packet.Message
-
Returns the default subject of the message, or null if the subject has not been set.
- getSubject(String) - Method in class org.jivesoftware.smack.packet.Message
-
Returns the subject corresponding to the language.
- getSubject() - Method in class org.jivesoftware.smack.packet.Message.Subject
-
Returns the subject content.
- getSubject() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns the last known room's subject or null if the user hasn't joined the room
or the room does not have a subject yet.
- getSubject() - Method in class org.jivesoftware.smackx.muc.RoomInfo
-
Returns the discovered subject of the room.
- getSubject() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
-
- getSubjectLanguages() - Method in class org.jivesoftware.smack.packet.Message
-
Returns all the languages being used for the subjects, not including the default subject.
- getSubjects() - Method in class org.jivesoftware.smack.packet.Message
-
Returns a set of all subjects in this Message, including the default message subject accessible
from
Message.getSubject()
.
- getSubscriptionId() - Method in class org.jivesoftware.smackx.pubsub.GetItemsRequest
-
- getSubscriptionMode() - Method in class org.jivesoftware.smack.Roster
-
Returns the subscription processing mode, which dictates what action
Smack will take when subscription requests from other users are made.
- getSubscriptionOptions(String) - Method in class org.jivesoftware.smackx.pubsub.Node
-
- getSubscriptionOptions(String, String) - Method in class org.jivesoftware.smackx.pubsub.Node
-
Get the options for configuring the specified subscription.
- getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.Node
-
Get the subscriptions currently associated with this node.
- getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
-
Gets the subscriptions on the root node.
- getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.SubscriptionEvent
-
Get the subscriptions this event is associated with.
- getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
-
Gets the list of subscriptions.
- getSummaries() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts
-
Returns a list of TranscriptSummary.
- getSupportedFeatures() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
-
Gets the supported features of the servers pubsub implementation
as a standard
DiscoverInfo
instance.
- getSupportedProtocols() - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
Returns a collection of the supported transfer protocols.
- getTarget() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
-
Returns the target of the activation.
- getTargetResponseTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Returns the timeout to wait for the response to the SOCKS5 Bytestream initialization request.
- getThread() - Method in class org.jivesoftware.smack.packet.Message
-
Returns the thread id of the message, which is a unique identifier for a sequence
of "chat" messages.
- getThreadChat(String) - Method in class org.jivesoftware.smack.ChatManager
-
- getThreadID() - Method in class org.jivesoftware.smack.Chat
-
Returns the thread id associated with this chat, which corresponds to the
thread field of XMPP messages.
- getTime() - Method in class org.jivesoftware.smackx.packet.Time
-
Returns the local time or null if the time hasn't been set.
- getTimeFromLong(long) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
-
- getTimeout() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
-
Returns the number of seconds the agent has to accept the offer before
it times out.
- getTimestamp() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
-
- getTitle() - Method in class org.jivesoftware.smackx.Form
-
Returns the description of the data.
- getTitle() - Method in class org.jivesoftware.smackx.packet.DataForm
-
Returns the description of the data.
- getTitle() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Gets the human readable node title.
- getTitle() - Method in class org.jivesoftware.smackx.ReportedData
-
Returns the report's title.
- getTitle() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
- getTitle() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
-
- getTo() - Method in class org.jivesoftware.smack.packet.Packet
-
Returns who the packet is being sent "to", or null if
the value is not set.
- getTo() - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
-
Returns the bare JID of the inviter.
- getTo() - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
-
Returns the bare JID of the invitee.
- getToActivate() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Returns the activate element of the packet sent to the proxy host to verify the identity of
the initiator and match them to the appropriate stream.
- getTOAddresses() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
-
- getTotalConnectTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Returns the maximum timeout to connect to SOCKS5 proxies.
- getTranscript(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Returns the full conversation transcript of a given session.
- getTranscript(String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptManager
-
Returns the full conversation transcript of a given session.
- getTranscripts(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Returns the transcripts of a given user.
- getTranscripts(String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptManager
-
Returns the transcripts of a given user.
- getTranscriptSearchForm() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Returns the Form to use for searching transcripts.
- getTruststorePassword() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the password to use to access the trust store file.
- getTruststorePath() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Retuns the path to the trust store file.
- getTruststoreType() - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Returns the trust store type, or null if it's not set.
- getType() - Method in class org.jivesoftware.smack.packet.IQ
-
Returns the type of the IQ packet.
- getType() - Method in class org.jivesoftware.smack.packet.Message
-
Returns the type of the message.
- getType() - Method in class org.jivesoftware.smack.packet.Presence
-
Returns the type of this presence packet.
- getType() - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Returns the type hold the kind of communication it will allow or block.
- getType() - Method in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
-
Returns the type hold the kind of communication it will allow or block.
- getType() - Method in class org.jivesoftware.smack.packet.XMPPError
-
Returns the error type.
- getType() - Method in class org.jivesoftware.smack.RosterEntry
-
Returns the roster subscription type of the entry.
- getType() - Method in class org.jivesoftware.smackx.commands.AdHocCommandNote
-
Return the type of the note.
- getType() - Method in class org.jivesoftware.smackx.Form
-
Returns the meaning of the data within the context.
- getType() - Method in class org.jivesoftware.smackx.FormField
-
Returns an indicative of the format for the data to answer.
- getType() - Method in class org.jivesoftware.smackx.packet.DataForm
-
Returns the meaning of the data within the context.
- getType() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Identity
-
Returns the entity's type.
- getType() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses.Address
-
- getType() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
-
- getType() - Method in class org.jivesoftware.smackx.ReportedData.Column
-
Returns the column's data format.
- getType() - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
- getType() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest.Item
-
- getType() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
-
- getTz() - Method in class org.jivesoftware.smackx.packet.Time
-
Returns the time zone.
- getUnfiledEntries() - Method in class org.jivesoftware.smack.Roster
-
Returns an unmodifiable collection for the unfiled roster entries.
- getUnfiledEntryCount() - Method in class org.jivesoftware.smack.Roster
-
Returns a count of the unfiled entries in the roster.
- getUniqueID() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
-
- getUri() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses.Address
-
- getURL() - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
-
Returns the URL.
- getUsedHost() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Returns the SOCKS5 host connected to by the remote user.
- getUser() - Method in class org.jivesoftware.smack.Connection
-
Returns the full XMPP address of the user that is logged in to the connection or
null if not logged in yet.
- getUser() - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Returns the user.
- getUser() - Method in class org.jivesoftware.smack.RosterEntry
-
Returns the JID of the user associated with this entry.
- getUser() - Method in class org.jivesoftware.smack.XMPPConnection
-
- getUser() - Method in class org.jivesoftware.smackx.OfflineMessageHeader
-
Returns the bare JID of the user that was offline when the message was sent.
- getUser() - Method in class org.jivesoftware.smackx.RemoteRosterEntry
-
Returns the user.
- getUser() - Method in class org.jivesoftware.smackx.workgroup.agent.Agent
-
Return the agents JID
- getUserCount() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
-
Returns the number of users waiting in the queue waiting to be routed to
an agent.
- getUserCount() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
-
Returns the number of users currently in the queue that are waiting to
be routed to an agent.
- getUserCount() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
-
- getUserID() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
-
Returns the userID that the offer originates from.
- getUserID() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
-
- getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
-
Returns the user unique identification of the user that made the initial request and
for which this chat was generated.
- getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
-
Returns the userID, which is either the same as the userJID or a special
value that the user provided as part of their "join queue" request.
- getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
-
- getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.Transcripts
-
Returns the id of the user that was involved in the conversations.
- getUserID() - Method in class org.jivesoftware.smackx.workgroup.packet.UserID
-
- getUserID() - Method in class org.jivesoftware.smackx.workgroup.QueueUser
-
- getUserJID() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
-
Returns the JID of the user that made the offer request.
- getUserJID() - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
-
- getUserJID() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
-
- getUserJID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRequestProvider.OfferRequestPacket
-
The JID of the user that made the "join queue" request.
- getUserJID() - Method in class org.jivesoftware.smackx.workgroup.packet.OfferRevokeProvider.OfferRevokePacket
-
- getUserListener(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Returns the
InBandBytestreamListener
that should be informed if a In-Band Bytestream
request from the given initiator JID is received.
- getUserListener(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Returns the
BytestreamListener
that should be informed if a SOCKS5 Bytestream request
from the given initiator JID is received.
- getUsername() - Method in class org.jivesoftware.smack.packet.Authentication
-
Returns the username, or null if the username hasn't been sent.
- getUsername() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus.ChatInfo
-
Returns the username(nickname) associated with the user.
- getUsers() - Method in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue
-
Returns an Iterator for the users in the queue waiting to be routed to
an agent (QueueUser instances).
- getUsers() - Method in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
-
Returns the set of users in the queue that are waiting to
be routed to an agent (as QueueUser objects).
- getUtc() - Method in class org.jivesoftware.smackx.packet.Time
-
Returns the time as a UTC formatted String using the format CCYYMMDDThh:mm:ss.
- getValue(String) - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
-
Returns a packet extension value given a name.
- getValue() - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Returns the element identifier to apply the action.
- getValue() - Method in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
-
Returns the element identifier to apply the action.
- getValue() - Method in class org.jivesoftware.smackx.commands.AdHocCommandNote
-
Returns the value or message of the note.
- getValue() - Method in class org.jivesoftware.smackx.FormField.Option
-
Returns the value of the option.
- getValue(String) - Method in class org.jivesoftware.smackx.packet.DefaultPrivateData
-
Returns a value given a name.
- getValue() - Method in class org.jivesoftware.smackx.packet.Header
-
- getValue() - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
-
- getValues() - Method in class org.jivesoftware.smackx.FormField
-
Returns an Iterator for the default values of the question if the question is part
of a form to fill out.
- getValues() - Method in class org.jivesoftware.smackx.ReportedData.Field
-
Returns an iterator on the values reported as part of the search.
- getValues(String) - Method in class org.jivesoftware.smackx.ReportedData.Row
-
Returns the values of the field whose variable matches the requested variable.
- getVar() - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Feature
-
Returns the feature's variable.
- getVariable() - Method in class org.jivesoftware.smackx.FormField
-
Returns the variable name that the question is filling out.
- getVariable() - Method in class org.jivesoftware.smackx.ReportedData.Column
-
Returns the variable name that the column is showing.
- getVariable() - Method in class org.jivesoftware.smackx.ReportedData.Field
-
Returns the variable name that the field represents.
- getVersion() - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Returns the Smack version information, eg "1.3.0".
- getVersion() - Method in class org.jivesoftware.smackx.packet.Version
-
Returns the specific version of the software.
- getVisitorsEmail() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- getVisitorsName() - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- getWorkgroupForm() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Returns the Form to use for all clients of a workgroup.
- getWorkgroupJID() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
- getWorkgroupJID() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
-
- getWorkgroupJID() - Method in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
-
- getWorkgroupJID() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Returns the name of this workgroup (eg support@example.com).
- getWorkgroupName() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
-
The fully qualified name of the workgroup (eg support@example.com).
- getWorkgroupName() - Method in class org.jivesoftware.smackx.workgroup.agent.RevokedOffer
-
- getWorkgroupName() - Method in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
-
- getWorkgroupProperties() - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Asks the workgroup for it's Properties
- getWorkgroupProperties(String) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Asks the workgroup for it's Properties
- getWorkgroups(String, String, Connection) - Static method in class org.jivesoftware.smackx.workgroup.agent.Agent
-
- getWorkgroups() - Method in class org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups
-
Returns a list of workgroup JIDs where the agent can work.
- getWrappedThrowable() - Method in exception org.jivesoftware.smack.XMPPException
-
Returns the Throwable asscociated with this exception, or null if there
isn't one.
- getWriter() - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
-
- getWriter() - Method in class org.jivesoftware.smack.debugger.LiteDebugger
-
- getWriter() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
-
Returns the special Writer that wraps the main Writer and logs data to the GUI.
- getWriter() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
-
- getWriterListener() - Method in class org.jivesoftware.smack.debugger.ConsoleDebugger
-
- getWriterListener() - Method in class org.jivesoftware.smack.debugger.LiteDebugger
-
- getWriterListener() - Method in interface org.jivesoftware.smack.debugger.SmackDebugger
-
Returns the thread that will listen for all outgoing packets and write them to the GUI.
- getWriterListener() - Method in class org.jivesoftware.smackx.debugger.EnhancedDebugger
-
- getXmlns() - Method in class org.jivesoftware.smack.packet.Packet
-
- getXmlns() - Method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
-
- getXMPPError() - Method in exception org.jivesoftware.smack.XMPPException
-
Returns the XMPPError asscociated with this exception, or null if there
isn't one.
- gone - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- grantAdmin(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants administrator privileges to other users.
- grantAdmin(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants administrator privileges to another user.
- grantMembership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants membership to other users.
- grantMembership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants membership to a user.
- grantModerator(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants moderator privileges to participants or visitors.
- grantModerator(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants moderator privileges to a participant or visitor.
- grantOwnership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants ownership privileges to other users.
- grantOwnership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants ownership privileges to another user.
- grantVoice(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants voice to visitors in the room.
- grantVoice(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Grants voice to a visitor in the room.
- GroupChatInvitation - Class in org.jivesoftware.smackx
-
A group chat invitation packet extension, which is used to invite other
users to a group chat room.
- GroupChatInvitation(String) - Constructor for class org.jivesoftware.smackx.GroupChatInvitation
-
Creates a new group chat invitation to the specified room address.
- GroupChatInvitation.Provider - Class in org.jivesoftware.smackx
-
- GroupChatInvitation.Provider() - Constructor for class org.jivesoftware.smackx.GroupChatInvitation.Provider
-
- groupChatName - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
-
- GZIP - Static variable in class org.jivesoftware.smack.util.Base64
-
Specify that data should be gzip-compressed.
- randomString(int) - Static method in class org.jivesoftware.smack.util.StringUtils
-
Returns a random String of numbers and letters (lower and upper case)
of the specified length.
- read() - Method in class org.jivesoftware.smack.util.Base64.InputStream
-
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class org.jivesoftware.smack.util.Base64.InputStream
-
- read(char[], int, int) - Method in class org.jivesoftware.smack.util.ObservableReader
-
- read() - Method in class org.jivesoftware.smack.util.ObservableReader
-
- read(char[]) - Method in class org.jivesoftware.smack.util.ObservableReader
-
- read(String) - Method in interface org.jivesoftware.smack.util.ReaderListener
-
Notification that the Reader has read a new string.
- reader - Variable in class org.jivesoftware.smack.Connection
-
The Reader which is used for the debugger
.
- ReaderListener - Interface in org.jivesoftware.smack.util
-
Interface that allows for implementing classes to listen for string reading
events.
- ready() - Method in class org.jivesoftware.smack.util.ObservableReader
-
- recieveFile() - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
-
Negotiates the stream method to transfer the file over and then returns
the negotiated stream.
- recieveFile(File) - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
-
This method negotitates the stream and then transfer's the file over the
negotiated stream.
- recipient_unavailable - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- reconnect() - Method in class org.jivesoftware.smack.ReconnectionManager
-
Starts a reconnection mechanism if it was configured to do that.
- reconnectingIn(int) - Method in class org.jivesoftware.smack.AbstractConnectionListener
-
- reconnectingIn(int) - Method in interface org.jivesoftware.smack.ConnectionListener
-
The connection will retry to reconnect in the specified number of seconds.
- reconnectingIn(int) - Method in class org.jivesoftware.smack.ReconnectionManager
-
- reconnectionFailed(Exception) - Method in class org.jivesoftware.smack.AbstractConnectionListener
-
- reconnectionFailed(Exception) - Method in interface org.jivesoftware.smack.ConnectionListener
-
An attempt to connect to the server has failed.
- reconnectionFailed(Exception) - Method in class org.jivesoftware.smack.ReconnectionManager
-
- ReconnectionManager - Class in org.jivesoftware.smack
-
Handles the automatic reconnection process.
- reconnectionSuccessful() - Method in class org.jivesoftware.smack.AbstractConnectionListener
-
- reconnectionSuccessful() - Method in interface org.jivesoftware.smack.ConnectionListener
-
The connection has reconnected successfully to the server.
- reconnectionSuccessful() - Method in class org.jivesoftware.smack.ReconnectionManager
-
The connection has successfull gotten connected.
- recvListeners - Variable in class org.jivesoftware.smack.Connection
-
List of PacketListeners that will be notified when a new packet was received.
- redirect - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- redirects() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
-
- registerCommand(String, String, Class) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
-
Registers a new command with this command manager, which is related to a
connection.
- registerCommand(String, String, LocalCommandFactory) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
-
Registers a new command with this command manager, which is related to a
connection.
- registerPEPParserExtension(String, PacketExtensionProvider) - Method in class org.jivesoftware.smackx.provider.PEPProvider
-
- registerSASLMechanism(String, Class) - Static method in class org.jivesoftware.smack.SASLAuthentication
-
Registers a new SASL mechanism
- Registration - Class in org.jivesoftware.smack.packet
-
Represents registration packets.
- Registration() - Constructor for class org.jivesoftware.smack.packet.Registration
-
- registration_required - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- reject() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamRequest
-
Rejects the bytestream request by sending a reject error to the initiator.
- reject() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
-
Rejects the In-Band Bytestream request by sending a reject error to the
initiator.
- reject() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Rejects the SOCKS5 Bytestream request by sending a reject error to the initiator.
- reject() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
-
Rejects the file transfer request.
- reject() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
-
Rejects the offer.
- rejectIncomingFileTransfer(FileTransferRequest) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
-
- rejectStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
Reject a stream initiation request from a remote user.
- reload() - Method in class org.jivesoftware.smack.Roster
-
Reloads the entire roster from the server.
- reload() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
-
Reloads the entire roster from the server.
- remote_server_error - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- remote_server_not_found - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- remote_server_timeout - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- RemoteCommand - Class in org.jivesoftware.smackx.commands
-
Represents a command that is in a remote location.
- RemoteCommand(Connection, String, String) - Constructor for class org.jivesoftware.smackx.commands.RemoteCommand
-
Creates a new RemoteCommand that uses an specific connection to execute a
command identified by node
in the host identified by
jid
- RemoteRosterEntry - Class in org.jivesoftware.smackx
-
Represents a roster item, which consists of a JID and , their name and
the groups the roster item belongs to.
- RemoteRosterEntry(String, String, String[]) - Constructor for class org.jivesoftware.smackx.RemoteRosterEntry
-
Creates a new remote roster entry.
- remove(Object) - Method in class org.jivesoftware.smack.util.Cache
-
- remove(Object, boolean) - Method in class org.jivesoftware.smack.util.Cache
-
- REMOVE_ACTION - Static variable in class org.jivesoftware.smackx.packet.DiscoverItems.Item
-
Request to remove the item.
- removeBody(String) - Method in class org.jivesoftware.smack.packet.Message
-
Removes the body with the given language from the message.
- removeBody(Message.Body) - Method in class org.jivesoftware.smack.packet.Message
-
Removes the body from the message and returns true if the body was removed.
- removeBookmarkedConference(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
-
Removes a conference from the bookmarks.
- removeBookmarkedConference(BookmarkedConference) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
-
Removes a BookmarkedConference.
- removeBookmarkedURL(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
-
Removes a url from the bookmarks.
- removeBookmarkedURL(BookmarkedURL) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
-
Removes a bookmarked bookmarkedURL.
- removeChatListener(ChatManagerListener) - Method in class org.jivesoftware.smack.ChatManager
-
Removes a listener, it will no longer be notified of new events related to chats.
- removeConfigurationListener(NodeConfigListener) - Method in class org.jivesoftware.smackx.pubsub.Node
-
Unregister a listener for configuration events.
- removeConnectionCreationListener(ConnectionCreationListener) - Static method in class org.jivesoftware.smack.Connection
-
Removes a listener that was interested in connection creation events.
- removeConnectionListener(ConnectionListener) - Method in class org.jivesoftware.smack.Connection
-
Removes a connection listener from this connection.
- removeEntry(RosterEntry) - Method in class org.jivesoftware.smack.Roster
-
Removes a roster entry from the roster.
- removeEntry(RosterEntry) - Method in class org.jivesoftware.smack.RosterGroup
-
Removes a roster entry from this group.
- removeExtendedInfo() - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
-
Removes the dataform containing extended service discovery information
from the information returned by this XMPP entity.
- removeExtension(PacketExtension) - Method in class org.jivesoftware.smack.packet.Packet
-
Removes a packet extension from the packet.
- removeExtensionProvider(String, String) - Method in class org.jivesoftware.smack.provider.ProviderManager
-
Removes an extension provider with the specified element name and namespace.
- removeFeature(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
-
Removes the specified feature from the supported features by this XMPP entity.
- removeFileTransferListener(FileTransferListener) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
-
Removes a file transfer listener.
- removeGroupName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Removes a group name.
- removeIncomingBytestreamListener(BytestreamListener) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
-
Removes the given listener from the list of listeners for all incoming bytestream requests.
- removeIncomingBytestreamListener(String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
-
Removes the listener for the given user.
- removeIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Removes the given listener from the list of listeners for all incoming In-Band Bytestream
requests.
- removeIncomingBytestreamListener(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Removes the listener for the given user.
- removeIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Removes the given listener from the list of listeners for all incoming SOCKS5 Bytestream
requests.
- removeIncomingBytestreamListener(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Removes the listener for the given user.
- removeInvitationListener(Connection, InvitationListener) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Removes a listener to invitation notifications.
- removeInvitationListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Removes an invitation listener.
- removeInvitationRejectionListener(InvitationRejectionListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Removes a listener from invitation rejections notifications.
- removeIQProvider(String, String) - Method in class org.jivesoftware.smack.provider.ProviderManager
-
Removes an IQ provider with the specified element name and namespace.
- removeItemDeleteListener(ItemDeleteListener) - Method in class org.jivesoftware.smackx.pubsub.Node
-
Unregister a listener for item delete events.
- removeItemEventListener(ItemEventListener) - Method in class org.jivesoftware.smackx.pubsub.Node
-
Unregister a listener for publication events.
- removeListener(AgentRosterListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
-
Removes a listener from this roster.
- removeLocalAddress(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Removes the given address from the list of local network addresses.
- removeMacro(Macro) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
-
- removeMacroGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
-
- removeMessageEventNotificationListener(MessageEventNotificationListener) - Method in class org.jivesoftware.smackx.MessageEventManager
-
Removes a message event notification listener.
- removeMessageEventRequestListener(MessageEventRequestListener) - Method in class org.jivesoftware.smackx.MessageEventManager
-
Removes a message event request listener.
- removeMessageListener(MessageListener) - Method in class org.jivesoftware.smack.Chat
-
- removeMessageListener(PacketListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Removes a packet listener that was being notified of any new messages in the
multi user chat.
- removeMetaData(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Allows the removal of data from the agent's meta data, if the key represents existing data,
the revised meta data will be rebroadcast in an agent's presence broadcast.
- removeNodeInformationProvider(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
-
Removes the NodeInformationProvider responsible for providing information
(ie items) related to a given node.
- removeOfferListener(OfferListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Removes an offer listener.
- removePacketCollector(PacketCollector) - Method in class org.jivesoftware.smack.Connection
-
Remove a packet collector of this connection.
- removePacketInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smack.Connection
-
Removes a packet interceptor.
- removePacketListener(PacketListener) - Method in class org.jivesoftware.smack.Connection
-
Removes a packet listener for received packets from this connection.
- removePacketSendingListener(PacketListener) - Method in class org.jivesoftware.smack.Connection
-
Removes a packet listener for sending packets from this connection.
- removePacketWriterInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smack.XMPPConnection
-
- removePacketWriterListener(PacketListener) - Method in class org.jivesoftware.smack.XMPPConnection
-
- removeParticipantListener(PacketListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Remoces a packet listener that was being notified of any new Presence packets
sent to the group chat.
- removeParticipantStatusListener(ParticipantStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Removes a listener that was being notified of changes in occupants status in the room
such as the user being kicked, banned, or granted admin permissions.
- removePEPListener(PEPListener) - Method in class org.jivesoftware.smackx.PEPManager
-
Removes a listener from PEP events.
- removePresenceInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Removes a
PacketInterceptor
that was being invoked every time a new presence
was being sent by this MultiUserChat to the server.
- removePrivateDataProvider(String, String) - Static method in class org.jivesoftware.smackx.PrivateDataManager
-
Removes a private data provider with the specified element name and namespace.
- removeQueueListener(QueueListener) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Removes a queue listener.
- removeQueueListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
-
Removes an invitation listener.
- removeQueueUsersListener(QueueUsersListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
- removeReaderListener(ReaderListener) - Method in class org.jivesoftware.smack.util.ObservableReader
-
Removes a reader listener from this reader.
- removeRosterListener(RosterListener) - Method in class org.jivesoftware.smack.Roster
-
Removes a listener from this roster.
- removeRosterListener(RosterExchangeListener) - Method in class org.jivesoftware.smackx.RosterExchangeManager
-
Removes a listener from roster exchanges.
- removeSaslMech(String) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Remove a SASL mechanism from the list to be used.
- removeSaslMechs(Collection<String>) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Remove a Collection of SASL mechanisms to the list to be used.
- removeSubject(String) - Method in class org.jivesoftware.smack.packet.Message
-
Removes the subject with the given language from the message.
- removeSubject(Message.Subject) - Method in class org.jivesoftware.smack.packet.Message
-
Removes the subject from the message and returns true if the subject was removed.
- removeSubjectUpdatedListener(SubjectUpdatedListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Removes a listener from subject change notifications.
- removeTransfer(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Removes the given digest from the list of allowed transfers.
- removeUserStatusListener(UserStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Removes a listener that was being notified of changes in your status in the room
such as the user being kicked, banned, or granted admin permissions.
- removeWriterListener(WriterListener) - Method in class org.jivesoftware.smack.util.ObservableWriter
-
Removes a writer listener from this writer.
- remveNote(AdHocCommandNote) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- replace(String, String, String) - Static method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
-
Replaces all instances of oldString with newString in string.
- replaceLocalAddresses(List<String>) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Replaces the list of local network addresses.
- reply(Connection, Message, Message) - Static method in class org.jivesoftware.smackx.MultipleRecipientManager
-
Sends a reply to a previously received packet that was sent to multiple recipients.
- REPLY_ROOM - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
-
- REPLY_TO - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
-
- replyItemNotFoundPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream
session could not be found.
- replyRejectPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream is
not accepted.
- replyRejectPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Responses to the given packet's sender with a XMPP error that a SOCKS5 Bytestream is not
accepted.
- replyResourceConstraintPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream open
request is rejected because its block size is greater than the maximum allowed block size.
- ReportedData - Class in org.jivesoftware.smackx
-
Represents a set of data results returned as part of a search.
- ReportedData() - Constructor for class org.jivesoftware.smackx.ReportedData
-
- ReportedData.Column - Class in org.jivesoftware.smackx
-
Represents the columns definition of the reported data.
- ReportedData.Column(String, String, String) - Constructor for class org.jivesoftware.smackx.ReportedData.Column
-
Creates a new column with the specified definition.
- ReportedData.Field - Class in org.jivesoftware.smackx
-
- ReportedData.Field(String, List<String>) - Constructor for class org.jivesoftware.smackx.ReportedData.Field
-
- ReportedData.Row - Class in org.jivesoftware.smackx
-
- ReportedData.Row(List<ReportedData.Field>) - Constructor for class org.jivesoftware.smackx.ReportedData.Row
-
- request_timeout - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- reset() - Method in class org.jivesoftware.smack.util.ObservableReader
-
- resetValues() - Method in class org.jivesoftware.smackx.FormField
-
Removes all the values of the field.
- resolveXMPPDomain(String) - Static method in class org.jivesoftware.smack.util.DNSUtil
-
Returns the host name and port that the specified XMPP server can be
reached at for client-to-server communication.
- resolveXMPPServerDomain(String) - Static method in class org.jivesoftware.smack.util.DNSUtil
-
Returns the host name and port that the specified XMPP server can be
reached at for server-to-server communication.
- resource_constraint - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- RESULT - Static variable in class org.jivesoftware.smack.packet.IQ.Type
-
- resumeEncoding() - Method in class org.jivesoftware.smack.util.Base64.OutputStream
-
Resumes encoding of the stream.
- RetractEventProvider - Class in org.jivesoftware.smackx.pubsub.provider
-
Parses the
retract element out of the message event stanza from
the server as specified in the
retract schema.
- RetractEventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.RetractEventProvider
-
- RetractItem - Class in org.jivesoftware.smackx.pubsub
-
Represents and item that has been deleted from a node.
- RetractItem(String) - Constructor for class org.jivesoftware.smackx.pubsub.RetractItem
-
Construct a RetractItem with the specified id.
- reverseListIterator(ListIterator) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
-
Creates an Iterator that is the reverse of a ListIterator.
- revokeAdmin(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes administrator privileges from users.
- revokeAdmin(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes administrator privileges from a user.
- RevokedOffer - Class in org.jivesoftware.smackx.workgroup.agent
-
An immutable simple class to embody the information concerning a revoked offer, this is namely
the reason, the workgroup, the userJID, and the timestamp which the message was received.
- revokeMembership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes users' membership.
- revokeMembership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes a user's membership.
- revokeModerator(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes moderator privileges from other users.
- revokeModerator(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes moderator privileges from another user.
- revokeOwnership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes ownership privileges from other users.
- revokeOwnership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes ownership privileges from another user.
- revokeVoice(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes voice from participants in the room.
- revokeVoice(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Revokes voice from a participant in the room.
- RoomInfo - Class in org.jivesoftware.smackx.muc
-
Represents the room information that was discovered using Service Discovery.
- RoomInvitation - Class in org.jivesoftware.smackx.workgroup.packet
-
- RoomInvitation(RoomInvitation.Type, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
-
- RoomInvitation.Provider - Class in org.jivesoftware.smackx.workgroup.packet
-
- RoomInvitation.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Provider
-
- RoomInvitation.Type - Enum in org.jivesoftware.smackx.workgroup.packet
-
Type of entity being invited to a groupchat support session.
- RoomTransfer - Class in org.jivesoftware.smackx.workgroup.packet
-
- RoomTransfer(RoomTransfer.Type, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
-
- RoomTransfer.Provider - Class in org.jivesoftware.smackx.workgroup.packet
-
- RoomTransfer.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Provider
-
- RoomTransfer.Type - Enum in org.jivesoftware.smackx.workgroup.packet
-
Type of entity being invited to a groupchat support session.
- rootWindowClosing(WindowEvent) - Method in class org.jivesoftware.smack.debugger.LiteDebugger
-
Notification that the root window is closing.
- rootWindowClosing(WindowEvent) - Method in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
-
Notification that the root window is closing.
- Roster - Class in org.jivesoftware.smack
-
Represents a user's roster, which is the collection of users a person receives
presence updates for.
- Roster.SubscriptionMode - Enum in org.jivesoftware.smack
-
An enumeration for the subscription mode options.
- RosterEntry - Class in org.jivesoftware.smack
-
Each user in your roster is represented by a roster entry, which contains the user's
JID and a name or nickname you assign.
- RosterExchange - Class in org.jivesoftware.smackx.packet
-
Represents XMPP Roster Item Exchange packets.
- RosterExchange() - Constructor for class org.jivesoftware.smackx.packet.RosterExchange
-
Creates a new empty roster exchange package.
- RosterExchange(Roster) - Constructor for class org.jivesoftware.smackx.packet.RosterExchange
-
Creates a new roster exchange package with the entries specified in roster.
- RosterExchangeListener - Interface in org.jivesoftware.smackx
-
A listener that is fired anytime a roster exchange is received.
- RosterExchangeManager - Class in org.jivesoftware.smackx
-
Manages Roster exchanges.
- RosterExchangeManager(Connection) - Constructor for class org.jivesoftware.smackx.RosterExchangeManager
-
Creates a new roster exchange manager.
- RosterExchangeProvider - Class in org.jivesoftware.smackx.provider
-
The RosterExchangeProvider parses RosterExchange packets.
- RosterExchangeProvider() - Constructor for class org.jivesoftware.smackx.provider.RosterExchangeProvider
-
Creates a new RosterExchangeProvider.
- RosterGroup - Class in org.jivesoftware.smack
-
A group of roster entries.
- RosterListener - Interface in org.jivesoftware.smack
-
A listener that is fired any time a roster is changed or the presence of
a user in the roster is changed.
- RosterPacket - Class in org.jivesoftware.smack.packet
-
Represents XMPP roster packets.
- RosterPacket() - Constructor for class org.jivesoftware.smack.packet.RosterPacket
-
- RosterPacket.Item - Class in org.jivesoftware.smack.packet
-
A roster item, which consists of a JID, their name, the type of subscription, and
the groups the roster item belongs to.
- RosterPacket.Item(String, String) - Constructor for class org.jivesoftware.smack.packet.RosterPacket.Item
-
Creates a new roster item.
- RosterPacket.ItemStatus - Class in org.jivesoftware.smack.packet
-
The subscription status of a roster item.
- RosterPacket.ItemType - Enum in org.jivesoftware.smack.packet
-
- run() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
-
- SASLAnonymous - Class in org.jivesoftware.smack.sasl
-
Implementation of the SASL ANONYMOUS mechanism
- SASLAnonymous(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLAnonymous
-
- saslAuthentication - Variable in class org.jivesoftware.smack.Connection
-
The SASLAuthentication manager that is responsible for authenticating with the server.
- SASLAuthentication - Class in org.jivesoftware.smack
-
This class is responsible authenticating the user using SASL, binding the resource
to the connection and establishing a session with the server.
- SASLCramMD5Mechanism - Class in org.jivesoftware.smack.sasl
-
Implementation of the SASL CRAM-MD5 mechanism
- SASLCramMD5Mechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLCramMD5Mechanism
-
- SASLDigestMD5Mechanism - Class in org.jivesoftware.smack.sasl
-
Implementation of the SASL DIGEST-MD5 mechanism
- SASLDigestMD5Mechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLDigestMD5Mechanism
-
- SASLExternalMechanism - Class in org.jivesoftware.smack.sasl
-
Implementation of the SASL EXTERNAL mechanism.
- SASLExternalMechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLExternalMechanism
-
- SASLGSSAPIMechanism - Class in org.jivesoftware.smack.sasl
-
Implementation of the SASL GSSAPI mechanism
- SASLGSSAPIMechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLGSSAPIMechanism
-
- SASLMechanism - Class in org.jivesoftware.smack.sasl
-
Base class for SASL mechanisms.
- SASLMechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism
-
- SASLMechanism.AuthMechanism - Class in org.jivesoftware.smack.sasl
-
Initiating SASL authentication by select a mechanism.
- SASLMechanism.AuthMechanism(String, String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.AuthMechanism
-
- SASLMechanism.Challenge - Class in org.jivesoftware.smack.sasl
-
A SASL challenge stanza.
- SASLMechanism.Challenge(String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Challenge
-
- SASLMechanism.Failure - Class in org.jivesoftware.smack.sasl
-
A SASL failure stanza.
- SASLMechanism.Failure(String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Failure
-
- SASLMechanism.Response - Class in org.jivesoftware.smack.sasl
-
A SASL response stanza.
- SASLMechanism.Response() - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Response
-
- SASLMechanism.Response(String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Response
-
- SASLMechanism.Success - Class in org.jivesoftware.smack.sasl
-
A SASL success stanza.
- SASLMechanism.Success(String) - Constructor for class org.jivesoftware.smack.sasl.SASLMechanism.Success
-
- SASLPlainMechanism - Class in org.jivesoftware.smack.sasl
-
Implementation of the SASL PLAIN mechanism
- SASLPlainMechanism(SASLAuthentication) - Constructor for class org.jivesoftware.smack.sasl.SASLPlainMechanism
-
- save(Connection) - Method in class org.jivesoftware.smackx.packet.VCard
-
Save this vCard for the user connected by 'connection'.
- saveMacros(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Persists the Personal Macro for an agent.
- sc - Variable in class org.jivesoftware.smack.sasl.SASLMechanism
-
- SearchSettings - Class in org.jivesoftware.smackx.workgroup.settings
-
- SearchSettings() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SearchSettings
-
- SearchSettings.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
-
Packet extension provider for AgentStatusRequest packets.
- SearchSettings.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SearchSettings.InternalProvider
-
- searchTranscripts(Form) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Submits the completed form and returns the result of the transcript search.
- selectStreamNegotiator(FileTransferRequest) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
Selects an appropriate stream negotiator after examining the incoming file transfer request.
- send(Packet) - Method in class org.jivesoftware.smack.SASLAuthentication
-
- send(Connection, Packet, List, List, List) - Static method in class org.jivesoftware.smackx.MultipleRecipientManager
-
Sends the specified packet to the list of specified recipients using the
specified connection.
- send(Connection, Packet, List, List, List, String, String, boolean) - Static method in class org.jivesoftware.smackx.MultipleRecipientManager
-
Sends the specified packet to the list of specified recipients using the
specified connection.
- send() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
-
Publishes an event to the node.
- send(T) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
-
Publishes an event to the node.
- send(Collection<T>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
-
Publishes multiple events to the node.
- send(Roster, String) - Method in class org.jivesoftware.smackx.RosterExchangeManager
-
Sends a roster to userID.
- send(RosterEntry, String) - Method in class org.jivesoftware.smackx.RosterExchangeManager
-
Sends a roster entry to userID.
- send(RosterGroup, String) - Method in class org.jivesoftware.smackx.RosterExchangeManager
-
Sends a roster group to userID.
- sendCancelledNotification(String, String) - Method in class org.jivesoftware.smackx.MessageEventManager
-
Sends the notification that the receiver of the message has cancelled composing a reply.
- sendComposingNotification(String, String) - Method in class org.jivesoftware.smackx.MessageEventManager
-
Sends the notification that the receiver of the message is composing a reply
- sendConfigurationForm(Form) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Sends the completed configuration form to the server.
- sendConfigurationForm(Form) - Method in class org.jivesoftware.smackx.pubsub.Node
-
Update the configuration with the contents of the new
Form
- sendDeliveredNotification(String, String) - Method in class org.jivesoftware.smackx.MessageEventManager
-
Sends the notification that the message was delivered to the sender of the original message
- sendDisplayedNotification(String, String) - Method in class org.jivesoftware.smackx.MessageEventManager
-
Sends the notification that the message was displayed to the sender of the original message
- sendFile(String, long, String) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
This method handles the negotiation of the file transfer and the stream,
it only returns the created stream after the negotiation has been completed.
- sendFile(String, long, String, OutgoingFileTransfer.NegotiationProgress) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
This methods handles the transfer and stream negotiation process.
- sendFile(File, String) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
This method handles the stream negotiation process and transmits the file
to the remote user.
- sendListeners - Variable in class org.jivesoftware.smack.Connection
-
List of PacketListeners that will be notified when a new packet was sent.
- sendMessage(String) - Method in class org.jivesoftware.smack.Chat
-
Sends the specified text as a message to the other chat participant.
- sendMessage(Message) - Method in class org.jivesoftware.smack.Chat
-
Sends a message to the other chat participant.
- sendMessage(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Sends a message to the chat room.
- sendMessage(Message) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Sends a Message to the chat room.
- sendPacket(Packet) - Method in class org.jivesoftware.smack.Connection
-
Sends the specified packet to the server.
- sendPacket(Packet) - Method in class org.jivesoftware.smack.XMPPConnection
-
- sendPubsubPacket(IQ.Type, NodeExtension) - Method in class org.jivesoftware.smackx.pubsub.Node
-
- sendPubsubPacket(IQ.Type, NodeExtension, PubSubNamespace) - Method in class org.jivesoftware.smackx.pubsub.Node
-
- sendRegistrationForm(Form) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Sends the completed registration form to the server.
- sendRoomInvitation(RoomInvitation.Type, String, String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Invites a user or agent to an existing session support.
- sendRoomTransfer(RoomTransfer.Type, String, String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Transfer an existing session support to another user or agent.
- sendSearchForm(Connection, Form, String) - Method in class org.jivesoftware.smackx.search.UserSearch
-
Sends the filled out answer form to be sent and queried by the search service.
- sendSimpleSearchForm(Connection, Form, String) - Method in class org.jivesoftware.smackx.search.UserSearch
-
Sends the filled out answer form to be sent and queried by the search service.
- sendStream(InputStream, String, long, String) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
This method handles the stream negotiation process and transmits the file
to the remote user.
- serializeMetaData(Map) - Static method in class org.jivesoftware.smackx.workgroup.util.MetaDataUtils
-
Serializes a Map of String name/value pairs into the meta-data XML format.
- service_unavailable - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- ServiceDiscoveryManager - Class in org.jivesoftware.smackx
-
Manages discovery of services in XMPP entities.
- ServiceDiscoveryManager(Connection) - Constructor for class org.jivesoftware.smackx.ServiceDiscoveryManager
-
Creates a new ServiceDiscoveryManager for a given Connection.
- Session - Class in org.jivesoftware.smack.packet
-
IQ packet that will be sent to the server to establish a session.
- Session() - Constructor for class org.jivesoftware.smack.packet.Session
-
- sessionID - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- SessionID - Class in org.jivesoftware.smackx.workgroup.packet
-
- SessionID(String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.SessionID
-
- sessionID - Variable in class org.jivesoftware.smackx.workgroup.WorkgroupInvitation
-
- SessionID.Provider - Class in org.jivesoftware.smackx.workgroup.packet
-
- SessionID.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.SessionID.Provider
-
- SET - Static variable in class org.jivesoftware.smack.packet.IQ.Type
-
- setAccessModel(AccessModel) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the value of access model.
- setAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- setAction(String) - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
-
Sets the action that specifies the action being taken for this item.
- setAction(String) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
-
Sets if the server should return the specified offline message or delete it.
- setActiveListName(String) - Method in class org.jivesoftware.smack.PrivacyListManager
-
Set or change the active list to listName.
- setActiveName(String) - Method in class org.jivesoftware.smack.packet.Privacy
-
Sets the name associated with the active list set for the session.
- setActivePrivacyList() - Method in class org.jivesoftware.smack.packet.Privacy
-
Set the active list based on the default list.
- setActor(String) - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
-
Sets the actor (JID of an occupant in the room) that was kicked or banned.
- setActor(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
-
Sets the actor (JID of an occupant in the room) that was kicked or banned.
- setActor(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
-
Sets the actor (JID of an occupant in the room) that was kicked or banned.
- setAddressFieldHome(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Set home address field
- setAddressFieldWork(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Set work address field
- setAnswer(String, String) - Method in class org.jivesoftware.smackx.Form
-
Sets a new String value to a given form's field.
- setAnswer(String, int) - Method in class org.jivesoftware.smackx.Form
-
Sets a new int value to a given form's field.
- setAnswer(String, long) - Method in class org.jivesoftware.smackx.Form
-
Sets a new long value to a given form's field.
- setAnswer(String, float) - Method in class org.jivesoftware.smackx.Form
-
Sets a new float value to a given form's field.
- setAnswer(String, double) - Method in class org.jivesoftware.smackx.Form
-
Sets a new double value to a given form's field.
- setAnswer(String, boolean) - Method in class org.jivesoftware.smackx.Form
-
Sets a new boolean value to a given form's field.
- setAnswer(String, List<String>) - Method in class org.jivesoftware.smackx.Form
-
Sets a new values to a given form's field.
- setAttributes(Map<String, String>) - Method in class org.jivesoftware.smack.packet.Registration
-
Sets the account attributes.
- setAuthRequired(boolean) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
-
- setAutoJoin(boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
-
- setAvatar(URL) - Method in class org.jivesoftware.smackx.packet.VCard
-
Set the avatar for the VCard by specifying the url to the image.
- setAvatar(byte[]) - Method in class org.jivesoftware.smackx.packet.VCard
-
Specify the bytes for the avatar to use.
- setAvatar(byte[], String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Specify the bytes for the avatar to use as well as the mime type.
- setBody(String) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the body of the message.
- setBodyXSLT(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Set the URL of an XSL transformation which can be applied to payloads in order to
generate an appropriate message body element.
- setCallbackHandler(CallbackHandler) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets a CallbackHandler to obtain information, such as the password or
principal information during the SASL authentication.
- setCancelled(boolean) - Method in class org.jivesoftware.smackx.packet.MessageEvent
-
When the message is a notification sets if the receiver of the message cancelled
composing a reply.
- setChildren(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Set the list of child node ids that are associated with a collection node.
- setChildrenAssociationPolicy(ChildrenAssociationPolicy) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the policy that determines who may associate children with the node.
- setChildrenAssociationWhitelist(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Set the JID's in the whitelist of users that can associate child nodes with the collection
node.
- setChildrenMax(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Set the maximum number of child nodes that can be associated with a collection node.
- setCloseBothStreamsEnabled(boolean) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
-
Sets whether both streams should be closed automatically if one of the streams is closed.
- setCollection(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the collection node which the node is affiliated with.
- setComposing(boolean) - Method in class org.jivesoftware.smackx.packet.MessageEvent
-
When the message is a request sets if the sender of the message requests to be notified
when the receiver is composing a reply.
- setCompressionEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if the connection is going to use stream compression.
- setConnectFailureThreshold(int) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Sets the number of connection failures it takes for a particular SOCKS5 proxy to be
blacklisted.
- setCurrentState(ChatState, Chat) - Method in class org.jivesoftware.smackx.ChatStateManager
-
Sets the current state of the provided chat.
- setDataformXSLT(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the URL of an XSL transformation which can be applied to the payload
format in order to generate a valid Data Forms result that the client could
display using a generic Data Forms rendering engine.
- setDataType(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the type of node data, usually specified by the namespace of the payload (if any).
- setDate(Date) - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
-
Sets the date that the file was last modified.
- setDebuggerEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if the new connection about to be establish is going to be debugged.
- setDecline(MUCUser.Decline) - Method in class org.jivesoftware.smackx.packet.MUCUser
-
Sets the rejection to an invitation from another user to a room.
- setDeclineActiveList(boolean) - Method in class org.jivesoftware.smack.packet.Privacy
-
Sets whether the receiver allows or declines the use of an active list.
- setDeclineDefaultList(boolean) - Method in class org.jivesoftware.smack.packet.Privacy
-
Sets whether the receiver allows or declines the use of a default list.
- setDefaultAnswer(String) - Method in class org.jivesoftware.smackx.Form
-
Sets the default value as the value of a given form's field.
- setDefaultBlockSize(int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Sets the default block size that is used for all outgoing in-band bytestreams for this
connection.
- setDefaultListName(String) - Method in class org.jivesoftware.smack.PrivacyListManager
-
Set or change the default list to listName.
- setDefaultName(String) - Method in class org.jivesoftware.smack.packet.Privacy
-
Sets the name of the default list that applies to the user as a whole.
- setDefaultSubscriptionMode(Roster.SubscriptionMode) - Static method in class org.jivesoftware.smack.Roster
-
Sets the default subscription processing mode to use when a new Roster is created.
- setDefaultXmlns(String) - Static method in class org.jivesoftware.smack.packet.Packet
-
- setDelivered(boolean) - Method in class org.jivesoftware.smackx.packet.MessageEvent
-
When the message is a request sets if the sender of the message requests to be notified
when the message is delivered.
- setDeliverOn(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Sets whether an entity wants to receive notifications.
- setDeliverPayloads(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether the node will deliver payloads with event notifications.
- setDesc(String) - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
-
Sets the description of the file.
- setDescription(String) - Method in class org.jivesoftware.smackx.FormField
-
Sets a description that provides extra clarification about the question.
- setDescription(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
- setDestroy(MUCOwner.Destroy) - Method in class org.jivesoftware.smackx.packet.MUCOwner
-
Sets a request to the server to destroy a room.
- setDestroy(MUCUser.Destroy) - Method in class org.jivesoftware.smackx.packet.MUCUser
-
Sets the notification that the room has been destroyed.
- setDigest(String, String) - Method in class org.jivesoftware.smack.packet.Authentication
-
Sets the digest value using a connection ID and password.
- setDigest(String) - Method in class org.jivesoftware.smack.packet.Authentication
-
Sets the digest value directly.
- setDigestFrequency(int) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Sets the minimum number of milliseconds between sending notification digests
- setDigestOn(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Sets whether notifications should be delivered as aggregations or not.
- setDisplay(String) - Method in class org.jivesoftware.smackx.packet.Time
-
Sets the local time in human-friendly format.
- setDisplayed(boolean) - Method in class org.jivesoftware.smackx.packet.MessageEvent
-
When the message is a request sets if the sender of the message requests to be notified
when the message is displayed.
- setDuration(long) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- setEmail(String) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
-
- setEmailAddress(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
-
- setEmailHome(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setEmailWork(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setEncodedImage(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Set the encoded avatar string.
- setError(XMPPError) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets the error for this packet.
- setError(FileTransfer.Error) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- setException(Exception) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- setException(Exception) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
- setExecuteAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Sets which of the actions available for the current stage is
considered the equivalent to "execute".
- setExecuteAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- setExpiredCertificatesCheckEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if certificates presented by the server are going to be checked for their
validity.
- setExpiry(Date) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Sets the time at which the leased subscription will expire, or has expired.
- setExtendedInfo(DataForm) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
-
Registers extended discovery information of this XMPP entity.
- setExtension(List<PacketExtension>) - Method in class org.jivesoftware.smack.packet.XMPPError
-
Set the packet extension to the error.
- setFeatureNegotiationForm(DataForm) - Method in class org.jivesoftware.smackx.packet.StreamInitiation
-
Sets the data form which contains the valid methods of stream neotiation
and transfer.
- setFetch(boolean) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
-
Sets if all the offline messages of the user should be retrieved.
- setField(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Set generic VCard field.
- setField(String, String, boolean) - Method in class org.jivesoftware.smackx.packet.VCard
-
Set generic, unescapable VCard field.
- setFile(StreamInitiation.File) - Method in class org.jivesoftware.smackx.packet.StreamInitiation
-
Sets the file which contains the information pertaining to the file to be
transfered.
- setFileInfo(String, long) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- setFileInfo(String, String, long) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- setFilterIQ(boolean) - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Sets whether the receiver allows or denies incoming IQ stanzas or not.
- setFilterMessage(boolean) - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Sets wheather the receiver allows or denies incoming messages or not.
- setFilterPresence_in(boolean) - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Sets whether the receiver allows or denies incoming presence or not.
- setFilterPresence_out(boolean) - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Sets whether the receiver allows or denies outgoing presence or not.
- setFirstName(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setForm(Form) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Sets the form of the current stage.
- setForm(DataForm) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- setForumsLocation(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
-
- setFrom(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets who the packet is being sent "from".
- setFrom(String) - Method in class org.jivesoftware.smackx.packet.DelayInfo
-
- setFrom(String) - Method in class org.jivesoftware.smackx.packet.DelayInformation
-
Sets the JID of the entity that originally sent the packet or that delayed the
delivery of the packet or null if this information is not available.
- setFrom(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
-
Sets the bare JID of the invitee that rejected the invitation.
- setFrom(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
-
Sets the bare JID of the inviter or, optionally, the room JID.
- setFullName(String) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
-
- setHash(String) - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
-
Sets the MD5 sum of the file's contents
- setHistory(MUCInitialPresence.History) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
-
Sets the History that manages the amount of discussion history provided on
entering a room.
- setId(String) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- setIdentityName(String) - Static method in class org.jivesoftware.smackx.ServiceDiscoveryManager
-
Sets the name of the client that will be returned when asked for the client identity
in a disco request.
- setIdentityType(String) - Static method in class org.jivesoftware.smackx.ServiceDiscoveryManager
-
Sets the type of client that will be returned when asked for the client identity in a
disco request.
- setIncludeBody(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Sets whether the entity wants to receive an XMPP message body in
addition to the payload format.
- setIncomingSound(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
-
- setInstance(ProviderManager) - Static method in class org.jivesoftware.smack.provider.ProviderManager
-
Sets the only ProviderManager valid instance to be used by all Connections.
- setInstructions(String) - Method in class org.jivesoftware.smack.packet.Registration
-
Sets the registration instructions.
- setInstructions(String) - Method in class org.jivesoftware.smackx.Form
-
Sets instructions that explain how to fill out the form and what the form is about.
- setInstructions(List<String>) - Method in class org.jivesoftware.smackx.packet.DataForm
-
Sets the list of instructions that explain how to fill out the form and what the form is
about.
- setInvite(MUCUser.Invite) - Method in class org.jivesoftware.smackx.packet.MUCUser
-
Sets the invitation for another user to a room.
- setItem(MUCUser.Item) - Method in class org.jivesoftware.smackx.packet.MUCUser
-
Sets the item child that holds information about roles, affiliation, jids and nicks.
- setItemReply(ItemReply) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets who should get the replies to items
- setItemStatus(RosterPacket.ItemStatus) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Sets the roster item status.
- setItemType(RosterPacket.ItemType) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Sets the roster item type.
- setJabberId(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setJid(String) - Method in class org.jivesoftware.smack.packet.Bind
-
- setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
-
Sets the by which an occupant is identified within the context
of a room.
- setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Destroy
-
Sets the JID of an alternate location since the current room is being destroyed.
- setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
-
Sets the by which an occupant is identified within the context
of a room.
- setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Destroy
-
Sets the JID of an alternate location since the current room is being destroyed.
- setJid(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
-
Sets the by which an occupant is identified within the context
of a room.
- setJid(String) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest.Item
-
- setJid(String) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
-
Sets the Agent's jid.
- setJid(String) - Method in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
-
- setKbLocation(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
-
- setKeepAliveInterval(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Sets the number of milleseconds delay between sending keep-alive
requests to the server.
- setKey(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
-
- setKey(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
-
- setKeystorePath(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the path to the keystore file.
- setKeystoreType(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the keystore type.
- setLabel(String) - Method in class org.jivesoftware.smackx.FormField
-
Sets the label of the question which should give enough information to the user to
fill out the form.
- setLanguage(String) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the xml:lang of this Message.
- setLanguage(String) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the xml:lang of this Presence.
- setLastActivity(long) - Method in class org.jivesoftware.smackx.packet.LastActivity
-
- setLastName(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setLocalSocks5ProxyEnabled(boolean) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Sets if the local Socks5 proxy should be started.
- setLocalSocks5ProxyPort(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Sets the port of the local Socks5 proxy.
- setMacroGroups(List<MacroGroup>) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
-
- setMacros(List<Macro>) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
-
- setMap(Map) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
-
- setMaxCacheSize(int) - Method in class org.jivesoftware.smack.util.Cache
-
- setMaxChars(int) - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
-
Sets the total number of characters to receive in the history.
- setMaxChars(int) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
-
Sets the total number of characters to receive in the history.
- setMaximumBlockSize(int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Sets the maximum block size that is allowed for In-Band Bytestreams for this connection.
- setMaxItems(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
- setMaxLifetime(long) - Method in class org.jivesoftware.smack.util.Cache
-
- setMaxPayloadSize(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the maximum payload size in bytes
- setMaxStanzas(int) - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
-
Sets the total number of messages to receive in the history.
- setMaxStanzas(int) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
-
Sets the total number of messages to receive in the history.
- setMetaData(String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Allows the addition of a new key-value pair to the agent's meta data, if the value is
new data, the revised meta data will be rebroadcast in an agent's presence broadcast.
- setMetadata(Map) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
-
- setMiddleName(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setMimeType(String) - Method in class org.jivesoftware.smackx.packet.StreamInitiation
-
The "mime-type" attribute identifies the MIME-type for the data across
the stream.
- setMinimumConnectTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Sets the timeout to connect to one SOCKS5 proxy while accepting the SOCKS5 Bytestream
request.
- setMode(Presence.Mode) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the mode of the presence update.
- setMode(Bytestream.Mode) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Set the transport mode.
- setMonitor(boolean) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
-
- setName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
-
Sets the user's name.
- setName(String) - Method in class org.jivesoftware.smack.RosterEntry
-
Sets the name associated with this entry.
- setName(String) - Method in class org.jivesoftware.smack.RosterGroup
-
Sets the name of the group.
- setName(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
-
- setName(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
-
Sets the name representing the URL.
- setName(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Set the the human readable name of the command, usually used for
displaying in a UI.
- setName(String) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- setName(String) - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
-
Sets the entity's name.
- setName(String) - Method in class org.jivesoftware.smackx.packet.Nick
-
Sets the value of this nickname
- setName(String) - Method in class org.jivesoftware.smackx.packet.Version
-
Sets the natural-language name of the software.
- setName(String) - Method in class org.jivesoftware.smackx.workgroup.agent.Agent
-
Changes the name of the agent in the server.
- setName(String) - Method in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
-
Sets the Agent's name.
- setNick(String) - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
-
Sets the new nickname of an occupant that is changing his/her nickname.
- setNick(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
-
Sets the new nickname of an occupant that is changing his/her nickname.
- setNick(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
-
Sets the new nickname of an occupant that is changing his/her nickname.
- setNickname(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
-
- setNickName(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setNode(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Sets the unique identifier of the command.
- setNode(String) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- setNode(String) - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
-
Sets the node attribute that supplements the 'jid' attribute.
- setNode(String) - Method in class org.jivesoftware.smackx.packet.DiscoverItems.Item
-
Sets the node attribute that supplements the 'jid' attribute.
- setNode(String) - Method in class org.jivesoftware.smackx.packet.DiscoverItems
-
Sets the node attribute that supplements the 'jid' attribute.
- setNode(String) - Method in class org.jivesoftware.smackx.packet.OfflineMessageInfo
-
Sets the stamp that uniquely identifies the offline message.
- setNodeInformationProvider(String, NodeInformationProvider) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
-
Sets the NodeInformationProvider responsible for providing information
(ie items) related to a given node.
- setNodeType(NodeType) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the node type
- setNoReply() - Method in class org.jivesoftware.smackx.packet.MultipleAddresses
-
Indicate that the packet being sent should not be replied.
- setNote(String, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Creates a ChatNote that will be mapped to the given chat session.
- setNotes(String) - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
-
- setNotifyConfig(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether subscribers should be notified when the configuration changes.
- setNotifyDelete(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether subscribers should be notified when the node is deleted.
- setNotifyRetract(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether subscribers should be notified when items are deleted
from the node.
- setNotMatchingDomainCheckEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if certificates presented by the server are going to be checked for their
domain.
- setOffline(boolean) - Method in class org.jivesoftware.smackx.packet.MessageEvent
-
When the message is a request sets if the sender of the message requests to be notified
when the receiver of the message is offline.
- setOfflineText(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
-
- setOnline(boolean) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Sets whether the agent is online with the workgroup.
- setOrder(int) - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Sets the order where the receiver is processed.
- setOrganization(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setOrganizationUnit(String) - Method in class org.jivesoftware.smackx.packet.VCard
-
- setOs(String) - Method in class org.jivesoftware.smackx.packet.Version
-
Sets the operating system of the queried entity.
- setOutgoingSound(String) - Method in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
-
- setOutputStream(OutputStream) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
- setOwnerJID(String) - Method in class org.jivesoftware.smackx.commands.LocalCommand
-
Sets the JID of the command host.
- setPacketCollectorSize(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Sets the default max size of a packet collector before it will delete
the older packets.
- setPacketID(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets the unique ID of the packet.
- setPacketID(String) - Method in class org.jivesoftware.smackx.packet.MessageEvent
-
Sets the unique ID of the message that requested to be notified of the event.
- setPacketReplyTimeout(int) - Static method in class org.jivesoftware.smack.SmackConfiguration
-
Sets the number of milliseconds to wait for a response from
the server.
- setPacketReplyTimeout(long) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
-
Returns the number of milliseconds to wait for a respone.
- setPassword(String) - Method in class org.jivesoftware.smack.packet.Authentication
-
Sets the plain text password.
- setPassword(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
-
- setPassword(String) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence
-
Sets the password to use when the room requires a password.
- setPassword(String) - Method in class org.jivesoftware.smackx.packet.MUCUser
-
Sets the password to use to enter Password-Protected Room.
- setPersistentItems(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether items should be persisted in the node.
- setPersonal(boolean) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
-
- setPersonalMacroGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
-
- setPhoneHome(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Set home phone number
- setPhoneWork(String, String) - Method in class org.jivesoftware.smackx.packet.VCard
-
Set work phone number
- setPKCS11Library(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the PKCS11 library file location, needed when the
Keystore type is PKCS11
- setPort(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
-
Sets the port of the stream host.
- setPresenceBasedDelivery(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether to deliver notifications to available users only.
- setPriority(int) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the priority of the presence.
- setPrivacyList(String, List<PrivacyItem>) - Method in class org.jivesoftware.smack.packet.Privacy
-
Set or update a privacy list with privacy items.
- setPrivacyList(String, List<PrivacyItem>) - Method in interface org.jivesoftware.smack.PrivacyListListener
-
Set or update a privacy list with PrivacyItem.
- setPrivateData(PrivateData) - Method in class org.jivesoftware.smackx.PrivateDataManager
-
Sets a private data value.
- setProperty(String, Object) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets a property with an Object as the value.
- setProxyConnectionTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Sets the timeout for connecting to the SOCKS5 proxy selected by the target.
- setProxyPrioritizationEnabled(boolean) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Enable/disable the prioritization of the last working SOCKS5 proxy on successive SOCKS5
Bytestream connections.
- setPublishModel(PublishModel) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the publishing model for the node, which determines who may publish to it.
- setPubSubNamespace(PubSubNamespace) - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
-
- setPurge(boolean) - Method in class org.jivesoftware.smackx.packet.OfflineMessageRequest
-
Sets if all the offline messages of the user should be deleted.
- setQuery(String) - Method in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
-
- setQuestion(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- setRanged(boolean) - Method in class org.jivesoftware.smackx.packet.StreamInitiation.File
-
True if a range can be provided and false if it cannot.
- setReadTimeout(int) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
-
Sets the specified timeout, in milliseconds.
- setReadTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
-
- setReadTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
-
- setReason(String) - Method in class org.jivesoftware.smackx.packet.DelayInfo
-
- setReason(String) - Method in class org.jivesoftware.smackx.packet.DelayInformation
-
Sets a natural-language description of the reason for the delay or null if
this information is not available.
- setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCAdmin.Item
-
Sets the reason for the item child.
- setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Destroy
-
Sets the reason for the room destruction.
- setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
-
Sets the reason for the item child.
- setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
-
Sets the message explaining why the invitation was rejected.
- setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Destroy
-
Sets the reason for the room destruction.
- setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
-
Sets the message explaining the invitation.
- setReason(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Item
-
Sets the reason for the item child.
- setReconnectionAllowed(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if the reconnection mechanism is allowed to be used.
- setRedirectURL(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
-
- setReplyRoom(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the multi user chat rooms that are specified as reply rooms.
- setReplyTo(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the specific JID's for reply to.
- setReportedData(DataForm.ReportedData) - Method in class org.jivesoftware.smackx.packet.DataForm
-
Sets the fields that will be returned from a search.
- setRequired(boolean) - Method in class org.jivesoftware.smackx.FormField
-
Sets if the question must be answered in order to complete the questionnaire.
- setResource(String) - Method in class org.jivesoftware.smack.packet.Authentication
-
Sets the resource.
- setResource(String) - Method in class org.jivesoftware.smack.packet.Bind
-
- setResponse(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
- setResponseTimeout(int) - Static method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
Sets the time in milliseconds after which the file transfer negotiation
process will timeout if the other user has not responded.
- setRole(String) - Method in class org.jivesoftware.smackx.packet.MUCOwner.Item
-
Sets the temporary position or privilege level of an occupant within a room.
- setRootGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
-
- setRosterGroupsAllowed(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the roster groups that are allowed to subscribe and retrieve items.
- setRosterLoadedAtLogin(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if the roster will be loaded from the server when logging in.
- setRss(boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
-
Set to true if this URL is an RSS or news feed.
- setSASLAuthenticationEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets whether the client will use SASL authentication when logging into the
server.
- setSeconds(int) - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
-
Sets the number of seconds to use to filter the messages received during that time.
- setSeconds(int) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
-
Sets the number of seconds to use to filter the messages received during that time.
- setSecurityMode(ConnectionConfiguration.SecurityMode) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the TLS security mode used when making the connection.
- setSelfSignedCertificateEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if self-signed certificates are going to be accepted.
- setSendPresence(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if an initial available presence will be sent to the server.
- setServiceEnabled(Connection, boolean) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
Enable the Jabber services related to file transfer on the particular
connection.
- setServiceEnabled(Connection, boolean) - Static method in class org.jivesoftware.smackx.XHTMLManager
-
Enables or disables the XHTML support on a given connection.
- setServiceName(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the server name, also known as XMPP domain of the target server.
- setSessionID(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Set the session ID related to the bytestream.
- setSessionID(String) - Method in class org.jivesoftware.smackx.commands.LocalCommand
-
The sessionID is an unique identifier of an execution request.
- setSessionID(String) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- setSessionID(long) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
-
- setSessionID(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- setSessionID(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
-
- setSessionID(String) - Method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
-
- setSessionID(String) - Method in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
-
- setSesssionID(String) - Method in class org.jivesoftware.smackx.packet.StreamInitiation
-
The "id" attribute is an opaque identifier.
- setShared(boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
-
- setShared(boolean) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
-
- setShowValues(Collection<PresenceState>) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Sets the list of
PresenceState
for which an entity wants
to receive notifications.
- setSince(Date) - Method in class org.jivesoftware.smackx.muc.DiscussionHistory
-
Sets the since date to use to filter the messages received during that time.
- setSince(Date) - Method in class org.jivesoftware.smackx.packet.MUCInitialPresence.History
-
Sets the since date to use to filter the messages received during that time.
- setSocketFactory(SocketFactory) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the socket factory used to create new xmppConnection sockets.
- setStanza(InBandBytestreamManager.StanzaType) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Sets the stanza used to send data packets.
- setStartDate(Date) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- setStatus(String) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the status message of the presence update.
- setStatus(FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- setStatus(FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
- setStatus(AdHocCommand.Status) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
-
- setStatus(MUCUser.Status) - Method in class org.jivesoftware.smackx.packet.MUCUser
-
Sets the status which holds a code that assists in presenting notification messages.
- setStatus(Presence.Mode, int) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Sets the agent's current status with the workgroup.
- setStatus(Presence.Mode, int, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Sets the agent's current status with the workgroup.
- setStatus(Presence.Mode, String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
-
Sets the agent's current status with the workgroup.
- setSubject(String) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the subject of the message.
- setSubject(String) - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
-
- setSubscribe(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether subscriptions are allowed.
- setSubscriptionMode(Roster.SubscriptionMode) - Method in class org.jivesoftware.smack.Roster
-
Sets the subscription processing mode, which dictates what action
Smack will take when subscription requests from other users are made.
- setSubscriptions(List<String>) - Method in class org.jivesoftware.smackx.pubsub.SubscriptionEvent
-
Set the list of subscription id's for this event.
- setTargetResponseTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Sets the timeout to wait for the response to the SOCKS5 Bytestream initialization request.
- setThread(String) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the thread id of the message, which is a unique identifier for a sequence
of "chat" messages.
- setTime(Date) - Method in class org.jivesoftware.smackx.packet.Time
-
Sets the time using the local time.
- setTitle(String) - Method in class org.jivesoftware.smackx.Form
-
Sets the description of the data.
- setTitle(String) - Method in class org.jivesoftware.smackx.packet.DataForm
-
Sets the description of the data.
- setTitle(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets a human readable title for the node.
- setTitle(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
- setTitle(String) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
-
- setTo(String) - Method in class org.jivesoftware.smack.packet.Packet
-
Sets who the packet is being sent "to".
- setTo(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Decline
-
Sets the bare JID of the inviter.
- setTo(String) - Method in class org.jivesoftware.smackx.packet.MUCUser.Invite
-
Sets the bare JID of the invitee.
- setToActivate(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Upon the response from the target of the used host the activate packet is sent to the SOCKS5
proxy.
- setTotalConnectTimeout(int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Sets the maximum timeout to connect to SOCKS5 proxies.
- setTruststorePassword(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the password to use to access the trust store file.
- setTruststorePath(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the path to the trust store file.
- setTruststoreType(String) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets the trust store type.
- setType(IQ.Type) - Method in class org.jivesoftware.smack.packet.IQ
-
Sets the type of the IQ packet.
- setType(Message.Type) - Method in class org.jivesoftware.smack.packet.Message
-
Sets the type of the message.
- setType(Presence.Type) - Method in class org.jivesoftware.smack.packet.Presence
-
Sets the type of the presence packet.
- setType(String) - Method in class org.jivesoftware.smackx.FormField
-
Sets an indicative of the format for the data to answer.
- setType(String) - Method in class org.jivesoftware.smackx.packet.DiscoverInfo.Identity
-
Sets the entity's type.
- setType(int) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
- setType(int) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
-
- setType(int) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
-
- setTz(String) - Method in class org.jivesoftware.smackx.packet.Time
-
Sets the time zone.
- setUsedHost(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Upon connecting to the stream host the target of the stream replies to the initiator with the
JID of the SOCKS5 host that they used.
- setUserJID(String) - Method in class org.jivesoftware.smackx.workgroup.agent.OfferConfirmation
-
- setUsername(String) - Method in class org.jivesoftware.smack.packet.Authentication
-
Sets the username.
- setUtc(String) - Method in class org.jivesoftware.smackx.packet.Time
-
Sets the time using UTC formatted String in the format CCYYMMDDThh:mm:ss.
- setValue(String, String) - Method in class org.jivesoftware.smack.packet.DefaultPacketExtension
-
Sets a packet extension value using the given name.
- setValue(String) - Method in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
-
Sets the element identifier to apply the action.
- setValue(String) - Method in class org.jivesoftware.smack.packet.PrivacyItem
-
Sets the element identifier to apply the action.
- setValue(String, String) - Method in class org.jivesoftware.smackx.packet.DefaultPrivateData
-
Sets a value given the name.
- setValue(String) - Method in class org.jivesoftware.smackx.workgroup.settings.ChatSetting
-
- setVerifyChainEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if the whole chain of certificates presented by the server are going to
be checked.
- setVerifyRootCAEnabled(boolean) - Method in class org.jivesoftware.smack.ConnectionConfiguration
-
Sets if root CA checking is going to be done.
- setVersion(String) - Method in class org.jivesoftware.smackx.packet.Version
-
Sets the specific version of the software.
- setVisible(boolean) - Method in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
-
- setVisitorsEmail(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- setVisitorsName(String) - Method in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- SharedBookmark - Interface in org.jivesoftware.smackx.bookmark
-
Interface to indicate if a bookmark is shared across the server.
- SharedGroupManager - Class in org.jivesoftware.smackx
-
A SharedGroupManager provides services for discovering the shared groups where a user belongs.
- SharedGroupManager() - Constructor for class org.jivesoftware.smackx.SharedGroupManager
-
- SharedGroupsInfo - Class in org.jivesoftware.smackx.packet
-
IQ packet used for discovering the user's shared groups and for getting the answer back
from the server.
- SharedGroupsInfo() - Constructor for class org.jivesoftware.smackx.packet.SharedGroupsInfo
-
- SharedGroupsInfo.Provider - Class in org.jivesoftware.smackx.packet
-
Internal Search service Provider.
- SharedGroupsInfo.Provider() - Constructor for class org.jivesoftware.smackx.packet.SharedGroupsInfo.Provider
-
Provider Constructor.
- shouldNotReply() - Method in class org.jivesoftware.smackx.MultipleRecipientInfo
-
Returns true if the received packet should not be replied.
- shutdown(Presence) - Method in class org.jivesoftware.smack.XMPPConnection
-
Closes the connection by setting presence to unavailable then closing the stream to
the XMPP server.
- SimpleNodeProvider - Class in org.jivesoftware.smackx.pubsub.provider
-
Parses simple elements that only contain a node attribute.
- SimpleNodeProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.SimpleNodeProvider
-
- SimplePayload - Class in org.jivesoftware.smackx.pubsub
-
The default payload representation for Item#getPayload()
.
- SimplePayload(String, String, String) - Constructor for class org.jivesoftware.smackx.pubsub.SimplePayload
-
Construct a SimplePayload object with the specified element name,
namespace and content.
- size() - Method in class org.jivesoftware.smack.util.Cache
-
- skip(long) - Method in class org.jivesoftware.smack.util.ObservableReader
-
- SmackConfiguration - Class in org.jivesoftware.smack
-
Represents the configuration of Smack.
- SmackDebugger - Interface in org.jivesoftware.smack.debugger
-
Interface that allows for implementing classes to debug XML traffic.
- Socks4ProxySocketFactory - Class in org.jivesoftware.smack.proxy
-
Socket factory for socks4 proxy
- Socks4ProxySocketFactory(ProxyInfo) - Constructor for class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
-
- Socks5BytestreamListener - Class in org.jivesoftware.smackx.bytestreams.socks5
-
Socks5BytestreamListener are informed if a remote user wants to initiate a SOCKS5 Bytestream.
- Socks5BytestreamListener() - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamListener
-
- Socks5BytestreamManager - Class in org.jivesoftware.smackx.bytestreams.socks5
-
The Socks5BytestreamManager class handles establishing SOCKS5 Bytestreams as specified in the
XEP-0065.
- Socks5BytestreamRequest - Class in org.jivesoftware.smackx.bytestreams.socks5
-
Socks5BytestreamRequest class handles incoming SOCKS5 Bytestream requests.
- Socks5BytestreamRequest(Socks5BytestreamManager, Bytestream) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Creates a new Socks5BytestreamRequest.
- Socks5BytestreamSession - Class in org.jivesoftware.smackx.bytestreams.socks5
-
Socks5BytestreamSession class represents a SOCKS5 Bytestream session.
- Socks5BytestreamSession(Socket, boolean) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
-
- Socks5Proxy - Class in org.jivesoftware.smackx.bytestreams.socks5
-
The Socks5Proxy class represents a local SOCKS5 proxy server.
- Socks5ProxySocketFactory - Class in org.jivesoftware.smack.proxy
-
Socket factory for Socks5 proxy
- Socks5ProxySocketFactory(ProxyInfo) - Constructor for class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
-
- Socks5TransferNegotiator - Class in org.jivesoftware.smackx.filetransfer
-
Negotiates a SOCKS5 Bytestream to be used for file transfers.
- SoundSettings - Class in org.jivesoftware.smackx.workgroup.settings
-
- SoundSettings() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SoundSettings
-
- SoundSettings.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
-
Packet extension provider for SoundSetting Packets.
- SoundSettings.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.SoundSettings.InternalProvider
-
- start() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Starts the local SOCKS5 proxy server.
- startDate - Variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatSession
-
- state - Variable in class org.jivesoftware.smackx.pubsub.Subscription
-
- stateChanged(Chat, ChatState) - Method in interface org.jivesoftware.smackx.ChatStateListener
-
Fired when the state of a chat with another user changes.
- statusUpdated(FileTransfer.Status, FileTransfer.Status) - Method in interface org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
-
Called when the status changes
- statusUpdated(WorkgroupQueue, WorkgroupQueue.Status) - Method in interface org.jivesoftware.smackx.workgroup.agent.QueueUsersListener
-
The status of the queue was updated.
- stop() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Stops the local SOCKS5 proxy server.
- STREAM_DATA_FIELD_NAME - Static variable in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
- StreamError - Class in org.jivesoftware.smack.packet
-
Represents a stream error packet.
- StreamError(String) - Constructor for class org.jivesoftware.smack.packet.StreamError
-
- streamID - Variable in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- StreamInitiation - Class in org.jivesoftware.smackx.packet
-
The process by which two entities initiate a stream.
- StreamInitiation() - Constructor for class org.jivesoftware.smackx.packet.StreamInitiation
-
- StreamInitiation.Feature - Class in org.jivesoftware.smackx.packet
-
The feature negotiation portion of the StreamInitiation packet.
- StreamInitiation.Feature(DataForm) - Constructor for class org.jivesoftware.smackx.packet.StreamInitiation.Feature
-
The dataform can be provided as part of the constructor.
- StreamInitiation.File - Class in org.jivesoftware.smackx.packet
-
size: The size, in bytes, of the data to be sent.
name: The name of the file that the Sender wishes to send.
date: The last modification time of the file.
- StreamInitiation.File(String, long) - Constructor for class org.jivesoftware.smackx.packet.StreamInitiation.File
-
Constructor providing the name of the file and its size.
- StreamInitiationProvider - Class in org.jivesoftware.smackx.provider
-
The StreamInitiationProvider parses StreamInitiation packets.
- StreamInitiationProvider() - Constructor for class org.jivesoftware.smackx.provider.StreamInitiationProvider
-
- StreamNegotiator - Class in org.jivesoftware.smackx.filetransfer
-
After the file transfer negotiation process is completed according to
JEP-0096, the negotiation process is passed off to a particular stream
negotiator.
- StreamNegotiator() - Constructor for class org.jivesoftware.smackx.filetransfer.StreamNegotiator
-
- StringUtils - Class in org.jivesoftware.smack.util
-
A collection of utility methods for String objects.
- subId - Variable in class org.jivesoftware.smackx.pubsub.GetItemsRequest
-
- subjectUpdated(String, String) - Method in interface org.jivesoftware.smackx.muc.SubjectUpdatedListener
-
Called when a MUC room has changed its subject.
- SubjectUpdatedListener - Interface in org.jivesoftware.smackx.muc
-
A listener that is fired anytime a MUC room changes its subject.
- submitSearch(String, Form) - Method in class org.jivesoftware.smackx.workgroup.agent.TranscriptSearchManager
-
Submits the completed form and returns the result of the transcript search.
- subscribe(String) - Method in class org.jivesoftware.smackx.pubsub.Node
-
The user subscribes to the node using the supplied jid.
- subscribe(String, SubscribeForm) - Method in class org.jivesoftware.smackx.pubsub.Node
-
The user subscribes to the node using the supplied jid and subscription
options.
- SubscribeExtension - Class in org.jivesoftware.smackx.pubsub
-
Represents a request to subscribe to a node.
- SubscribeExtension(String) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeExtension
-
- SubscribeExtension(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeExtension
-
- SubscribeForm - Class in org.jivesoftware.smackx.pubsub
-
A decorator for a
Form
to easily enable reading and updating
of subscription options.
- SubscribeForm(DataForm) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
-
- SubscribeForm(Form) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
-
- SubscribeForm(FormType) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
-
- SubscribeOptionFields - Enum in org.jivesoftware.smackx.pubsub
-
Defines the possible field options for a subscribe options form as defined
by
Section 16.4.2.
- Subscription - Class in org.jivesoftware.smackx.pubsub
-
Represents a subscription to node for both requests and replies.
- Subscription(String) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
-
Used to constructs a subscription request to the root node with the specified
JID.
- Subscription(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
-
Used to constructs a subscription request to the specified node with the specified
JID.
- Subscription(String, String, String, Subscription.State) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
-
Constructs a representation of a subscription reply to the specified node
and JID.
- Subscription(String, String, String, Subscription.State, boolean) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
-
Constructs a representation of a subscription reply to the specified node
and JID.
- Subscription.State - Enum in org.jivesoftware.smackx.pubsub
-
- SUBSCRIPTION_BOTH - Static variable in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
-
If the type is "subscription", then the 'value' attribute MUST be one of "both",
"to", "from", or "none"
- SUBSCRIPTION_FROM - Static variable in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
-
- SUBSCRIPTION_NONE - Static variable in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
-
- SUBSCRIPTION_PENDING - Static variable in class org.jivesoftware.smack.packet.RosterPacket.ItemStatus
-
Request to subcribe.
- subscription_required - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
-
- SUBSCRIPTION_TO - Static variable in class org.jivesoftware.smack.packet.PrivacyItem.PrivacyRule
-
- SubscriptionEvent - Class in org.jivesoftware.smackx.pubsub
-
Base class to represents events that are associated to subscriptions.
- SubscriptionEvent(String) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionEvent
-
Construct an event with no subscription id's.
- SubscriptionEvent(String, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionEvent
-
Construct an event with multiple subscriptions.
- SubscriptionProvider - Class in org.jivesoftware.smackx.pubsub.provider
-
Parses the
subscription element out of the pubsub IQ message from
the server as specified in the
subscription schema.
- SubscriptionProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.SubscriptionProvider
-
- SubscriptionsExtension - Class in org.jivesoftware.smackx.pubsub
-
Represents the element holding the list of subscription elements.
- SubscriptionsExtension(List<Subscription>) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
-
Subscriptions to the root node
- SubscriptionsExtension(String, List<Subscription>) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
-
Subscriptions to the specified node.
- SubscriptionsProvider - Class in org.jivesoftware.smackx.pubsub.provider
-
Parses the
subscriptions element out of the pubsub IQ message from
the server as specified in the
subscriptions schema.
- SubscriptionsProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.SubscriptionsProvider
-
- supportsAccountCreation() - Method in class org.jivesoftware.smack.AccountManager
-
Returns true if the server supports creating new accounts.
- supportSASLMechanism(String) - Static method in class org.jivesoftware.smack.SASLAuthentication
-
Registers a new SASL mechanism in the specified preference position.
- supportSASLMechanism(String, int) - Static method in class org.jivesoftware.smack.SASLAuthentication
-
Registers a new SASL mechanism in the specified preference position.
- supportsFlexibleRetrieval() - Method in class org.jivesoftware.smackx.OfflineMessageManager
-
Returns true if the server supports Flexible Offline Message Retrieval.
- suspendEncoding() - Method in class org.jivesoftware.smack.util.Base64.OutputStream
-
Suspends encoding of the stream.
- SyncPacketSend - Class in org.jivesoftware.smack.util
-
Utility class for doing synchronous calls to the server.
- SyncPacketSend - Class in org.jivesoftware.smackx.pubsub.packet
-
Utility class for doing synchronous calls to the server.