- 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.
- 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
- addAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.commands.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.address.packet.MultipleAddresses
-
Adds a new address to which the packet is going to be sent or was sent.
- addBody(String) - Method in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
-
Adds a body to the packet.
- addBody(Message, String) - Static method in class org.jivesoftware.smackx.xhtmlim.XHTMLManager
-
Adds an XHTML body to the message.
- addBookmarkedConference(String, String, boolean, String, String) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkManager
-
Adds or updates a conference in the bookmarks.
- addBookmarkedConference(BookmarkedConference) - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
-
Add a BookmarkedConference to bookmarks.
- addBookmarkedURL(String, String, boolean) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkManager
-
Adds a new url or updates an already existing url in the bookmarks.
- addBookmarkedURL(BookmarkedURL) - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
-
Adds a BookmarkedURL.
- addColumn(ReportedData.Column) - Method in class org.jivesoftware.smackx.search.ReportedData
-
Adds a new Column
- addConfigurationListener(NodeConfigListener) - Method in class org.jivesoftware.smackx.pubsub.Node
-
Register a listener for configuration events.
- addDeliveryReceiptRequest(Message) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
-
Add a delivery receipt request to an outgoing packet.
- addDiscoverInfoByNode(String, DiscoverInfo) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Add DiscoverInfo to the database.
- addDiscoverInfoByNodePersistent(String, DiscoverInfo) - Method in interface org.jivesoftware.smackx.caps.cache.EntityCapsPersistentCache
-
Add an DiscoverInfo to the persistent Cache
- addDiscoverInfoByNodePersistent(String, DiscoverInfo) - Method in class org.jivesoftware.smackx.caps.cache.SimpleDirectoryPersistentCache
-
- addDiscoverInfoTo(DiscoverInfo) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Add discover info response data.
- addFeature(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Adds a new feature to the discovered information.
- addFeature(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Registers that a new feature is supported by this XMPP entity.
- addFeatures(Collection<String>) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Adds a collection of features to the packet.
- addField(FormField) - Method in class org.jivesoftware.smackx.xdata.Form
-
Adds a new field to complete as part of the form.
- addField(FormField) - Method in class org.jivesoftware.smackx.xdata.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.
- addIdentities(Collection<DiscoverInfo.Identity>) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Adds identities to the DiscoverInfo stanza
- addIdentity(DiscoverInfo.Identity) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Adds a new identity of the requested entity to the discovered information.
- addIdentity(DiscoverInfo.Identity) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Add an further identity to the client.
- 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.xdata.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(XMPPConnection, InvitationListener) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Adds a listener to invitation notifications.
- addInvitationRejectionListener(InvitationRejectionListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Adds a listener to invitation rejections notifications.
- addItem(DiscoverItems.Item) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems
-
Adds a new item to the discovered information.
- addItem(MUCAdmin.Item) - Method in class org.jivesoftware.smackx.muc.packet.MUCAdmin
-
Adds an item child that holds information about roles, affiliation, jids and nicks.
- addItem(MUCOwner.Item) - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner
-
Adds an item child that holds information about affiliation, jids and nicks.
- addItem(OfflineMessageRequest.Item) - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
-
Adds an item child that holds information about offline messages to view or delete.
- addItem(DataForm.Item) - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
-
Adds a new item returned from a search.
- 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.
- addItems(Collection<DiscoverItems.Item>) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems
-
Adds a collection of items to the discovered information.
- addListener(PrivacyListListener) - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Adds a packet listener that will be notified of any new update in the user
privacy communication.
- addLocalAddress(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Adds the given address to the list of local network addresses.
- addMessageEventNotificationListener(MessageEventNotificationListener) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
-
Adds a message event notification listener.
- addMessageEventRequestListener(MessageEventRequestListener) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
-
Adds a message event request listener.
- 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.commands.packet.AdHocCommandData
-
- addNotificationsRequests(Message, boolean, boolean, boolean, boolean) - Static method in class org.jivesoftware.smackx.xevent.MessageEventManager
-
Adds event notification requests to a message.
- addOption(FormField.Option) - Method in class org.jivesoftware.smackx.xdata.FormField
-
Adss an available options to the question that the user has in order to answer
the question.
- 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.pep.packet.PEPEvent
-
- addPEPListener(PEPListener) - Method in class org.jivesoftware.smackx.pep.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.iqprivate.PrivateDataManager
-
Adds a private data provider with the specified element name and name space.
- addProperty(Packet, String, Object) - Static method in class org.jivesoftware.smackx.jiveproperties.JivePropertiesManager
-
Convenience method to add a property to a packet.
- addReceiptReceivedListener(ReceiptReceivedListener) - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
-
- addRow(ReportedData.Row) - Method in class org.jivesoftware.smackx.search.ReportedData
-
Adds a new Row
.
- addRule(AMPExtension.Rule) - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Adds a rule to the amp element.
- 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.
- 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.xdata.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.xdata.FormField
-
Adds a default values to the question if the question is part of a form to fill out.
- 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.commands.packet
-
Represents the state and the request of the execution of an adhoc command.
- AdHocCommandData() - Constructor for class org.jivesoftware.smackx.commands.packet.AdHocCommandData
-
- AdHocCommandData.SpecificError - Class in org.jivesoftware.smackx.commands.packet
-
- AdHocCommandData.SpecificError(AdHocCommand.SpecificErrorCondition) - Constructor for class org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
-
- AdHocCommandDataProvider - Class in org.jivesoftware.smackx.commands.provider
-
The AdHocCommandDataProvider parses AdHocCommandData packets.
- AdHocCommandDataProvider() - Constructor for class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider
-
- AdHocCommandDataProvider.BadActionError - Class in org.jivesoftware.smackx.commands.provider
-
- AdHocCommandDataProvider.BadActionError() - Constructor for class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadActionError
-
- AdHocCommandDataProvider.BadLocaleError - Class in org.jivesoftware.smackx.commands.provider
-
- AdHocCommandDataProvider.BadLocaleError() - Constructor for class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadLocaleError
-
- AdHocCommandDataProvider.BadPayloadError - Class in org.jivesoftware.smackx.commands.provider
-
- AdHocCommandDataProvider.BadPayloadError() - Constructor for class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadPayloadError
-
- AdHocCommandDataProvider.BadSessionIDError - Class in org.jivesoftware.smackx.commands.provider
-
- AdHocCommandDataProvider.BadSessionIDError() - Constructor for class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadSessionIDError
-
- AdHocCommandDataProvider.MalformedActionError - Class in org.jivesoftware.smackx.commands.provider
-
- AdHocCommandDataProvider.MalformedActionError() - Constructor for class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.MalformedActionError
-
- AdHocCommandDataProvider.SessionExpiredError - Class in org.jivesoftware.smackx.commands.provider
-
- AdHocCommandDataProvider.SessionExpiredError() - Constructor for class org.jivesoftware.smackx.commands.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
-
- amountWritten - Variable in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- AMPDeliverCondition - Class in org.jivesoftware.smackx.amp
-
- AMPDeliverCondition(AMPDeliverCondition.Value) - Constructor for class org.jivesoftware.smackx.amp.AMPDeliverCondition
-
Create new amp deliver condition with value setted to one of defined by XEP-0079.
- AMPDeliverCondition.Value - Enum in org.jivesoftware.smackx.amp
-
Value for amp deliver condition as defined by XEP-0079.
- AMPExpireAtCondition - Class in org.jivesoftware.smackx.amp
-
- AMPExpireAtCondition(Date) - Constructor for class org.jivesoftware.smackx.amp.AMPExpireAtCondition
-
Create new expire-at amp condition with value setted as XEP-0082 formatted date.
- AMPExpireAtCondition(String) - Constructor for class org.jivesoftware.smackx.amp.AMPExpireAtCondition
-
Create new expire-at amp condition with defined value.
- AMPExtension - Class in org.jivesoftware.smackx.amp.packet
-
- AMPExtension(String, String, AMPExtension.Status) - Constructor for class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Create a new AMPExtension instance with defined from, to and status attributes.
- AMPExtension() - Constructor for class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Create a new amp request extension to be used with outgoing message.
- AMPExtension.Action - Enum in org.jivesoftware.smackx.amp.packet
-
amp action attribute
See http://xmpp.org/extensions/xep-0079.html#actions-def
- AMPExtension.Condition - Interface in org.jivesoftware.smackx.amp.packet
-
Interface for defining XEP-0079 Conditions and their values
- AMPExtension.Rule - Class in org.jivesoftware.smackx.amp.packet
-
XEP-0079 Rule element.
- AMPExtension.Rule(AMPExtension.Action, AMPExtension.Condition) - Constructor for class org.jivesoftware.smackx.amp.packet.AMPExtension.Rule
-
Create a new amp rule with specified action and condition.
- AMPExtension.Status - Enum in org.jivesoftware.smackx.amp.packet
-
amp notification status as defined by XEP-0079
- AMPExtensionProvider - Class in org.jivesoftware.smackx.amp.provider
-
- AMPExtensionProvider() - Constructor for class org.jivesoftware.smackx.amp.provider.AMPExtensionProvider
-
Creates a new AMPExtensionProvider.
- AMPManager - Class in org.jivesoftware.smackx.amp
-
Manages AMP stanzas within messages.
- AMPManager() - Constructor for class org.jivesoftware.smackx.amp.AMPManager
-
- AMPMatchResourceCondition - Class in org.jivesoftware.smackx.amp
-
- AMPMatchResourceCondition(AMPMatchResourceCondition.Value) - Constructor for class org.jivesoftware.smackx.amp.AMPMatchResourceCondition
-
Create new amp match-resource condition with value setted to one of defined by XEP-0079.
- AMPMatchResourceCondition.Value - Enum in org.jivesoftware.smackx.amp
-
match-resource amp condition value as defined by XEP-0079
See http://xmpp.org/extensions/xep-0079.html#conditions-def-match
- append(String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a given text to the XHTMLText.
- appendBrTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that inserts a single carriage return.
- appendCloseAnchorTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that an anchor section ends.
- appendCloseBlockQuoteTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that a blockquote section ends.
- appendCloseCodeTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates end of text that is the code for a program.
- appendCloseEmTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates end of emphasis.
- appendCloseHeaderTag(int) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that a header section ends.
- appendCloseInlinedQuoteTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that an inlined quote section ends.
- appendCloseOrderedListTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that an ordered list section ends.
- appendCloseParagraphTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates the end of a new paragraph.
- appendCloseSpanTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that a span section ends.
- appendCloseStrongTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that a strong section ends.
- appendCloseUnorderedListTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that an unordered list section ends.
- appendImageTag(String, String, String, String, String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates an image.
- appendLineItemTag(String) - Method in class org.jivesoftware.smackx.xhtmlim.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.xhtmlim.XHTMLText
-
Appends a tag that indicates that an anchor section begins.
- appendOpenBlockQuoteTag(String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that a blockquote section begins.
- appendOpenCiteTag() - Method in class org.jivesoftware.smackx.xhtmlim.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.xhtmlim.XHTMLText
-
Appends a tag that indicates text that is the code for a program.
- appendOpenEmTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates emphasis.
- appendOpenHeaderTag(int, String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates a header, a title of a section of the message.
- appendOpenInlinedQuoteTag(String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates that an inlined quote section begins.
- appendOpenOrderedListTag(String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that creates an ordered list.
- appendOpenParagraphTag(String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates the start of a new paragraph.
- appendOpenSpanTag(String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that allows to set the fonts for a span of text.
- appendOpenStrongTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that indicates text which should be more forceful than surrounding text.
- appendOpenUnorderedListTag(String) - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
-
Appends a tag that creates an unordered list.
- areEntityCapsSupported(String) - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Returns true if Entity Caps are supported by a given JID
- areEntityCapsSupportedByServer() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Returns true if Entity Caps are supported by the local service/server
- AttentionExtension - Class in org.jivesoftware.smackx.attention.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.attention.packet.AttentionExtension
-
- AttentionExtension.Provider - Class in org.jivesoftware.smackx.attention.packet
-
- AttentionExtension.Provider() - Constructor for class org.jivesoftware.smackx.attention.packet.AttentionExtension.Provider
-
- ATTRIBUTE_NAME - Static variable in enum org.jivesoftware.smackx.amp.packet.AMPExtension.Action
-
- ATTRIBUTE_NAME - Static variable in interface org.jivesoftware.smackx.amp.packet.AMPExtension.Condition
-
- generateVerificationString(DiscoverInfo, String) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Generates a XEP-115 Verification String
- getAccessModel() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Get the currently configured
AccessModel
, null if it is not set.
- getAction() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension.Rule
-
- getAction() - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData
-
Returns the action to execute.
- getAction() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
-
Returns the action that specifies the action being taken for this item.
- getAction() - Method in class org.jivesoftware.smackx.offline.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.commands.packet.AdHocCommandData
-
- getActiveList() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Answer the active privacy list.
- getActiveName() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns the name associated with the active list set for the session.
- getActivePrivacyList() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns the active privacy list or null if none was found.
- getActor() - Method in class org.jivesoftware.smackx.muc.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.muc.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.muc.packet.MUCUser.Item
-
Returns the actor (JID of an occupant in the room) that was kicked or banned.
- getAddHocCommandsManager(XMPPConnection) - 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.address.packet.MultipleAddresses
-
Returns the list of addresses that matches the specified type.
- getAddressFieldHome(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Get home address field
- getAddressFieldWork(String) - Method in class org.jivesoftware.smackx.vcardtemp.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.muc.packet.MUCAdmin.Item
-
Returns the occupant's affiliation to the room.
- getAffiliation() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Item
-
Returns the occupant's affiliation to the room.
- getAffiliation() - Method in class org.jivesoftware.smackx.muc.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.Node
-
Get the affiliations of this node.
- getAffiliations(List<PacketExtension>, Collection<PacketExtension>) - Method in class org.jivesoftware.smackx.pubsub.Node
-
Get the affiliations of this node.
- getAffiliations() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
-
Gets the affiliations on the root node.
- 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.
- getAutoReceiptsEnabled() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
-
Check if AutoReceipts are enabled on this connection.
- getAvatar() - Method in class org.jivesoftware.smackx.vcardtemp.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.vcardtemp.packet.VCard
-
Returns the SHA-1 Hash of the Avatar image.
- getAvatarMimeType() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Returns the MIME Type of the avatar or null if none is set
- 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.smackx.xhtmlim.packet.XHTMLExtension
-
Returns a List of the bodies in the packet.
- getBodies(Message) - Static method in class org.jivesoftware.smackx.xhtmlim.XHTMLManager
-
Returns an Iterator for the XHTML bodies in the message.
- getBodiesCount() - Method in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
-
Returns a count of the bodies in the XHTML packet.
- 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.bookmarks.BookmarkManager
-
Returns all currently bookmarked conferences.
- getBookmarkedConferences() - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
-
Returns a Collection of all Bookmarked Conference for this user.
- getBookmarkedURLs() - Method in class org.jivesoftware.smackx.bookmarks.BookmarkManager
-
Returns an unmodifiable collection of all bookmarked urls.
- getBookmarkedURLS() - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
-
Returns a Collection of all Bookmarked URLs for this user.
- getBookmarkManager(XMPPConnection) - Static method in class org.jivesoftware.smackx.bookmarks.BookmarkManager
-
Returns the BookmarkManager for a connection, if it doesn't exist it is created.
- getBytes(URL) - Static method in class org.jivesoftware.smackx.vcardtemp.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(XMPPConnection) - Static method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Returns the InBandBytestreamManager to handle In-Band Bytestreams for a given
XMPPConnection
.
- getBytestreamManager(XMPPConnection) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Returns the Socks5BytestreamManager to handle SOCKS5 Bytestreams for a given
XMPPConnection
.
- getCapsVersion() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Get our own caps version.
- getCategory() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
-
Returns the entity's category.
- getCCAddresses() - Method in class org.jivesoftware.smackx.address.MultipleRecipientInfo
-
- 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.commands.packet.AdHocCommandData
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.iqlast.packet.LastActivity
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.iqversion.packet.Version
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCAdmin
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.pep.packet.PEPPubSub
-
Returns the XML representation of a Personal Event Publish according the specification.
- getChildElementXML() - Method in class org.jivesoftware.smackx.ping.packet.Ping
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.ping.packet.Pong
-
Returns the child element of the Pong reply, which is non-existent.
- getChildElementXML() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
- 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.sharedgroups.packet.SharedGroupsInfo
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.time.packet.Time
-
- getChildElementXML() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- 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
-
List 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.smackx.muc.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.search.ReportedData
-
Returns a List of the columns returned from a search.
- getCondition() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension.Rule
-
- getCondition() - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
-
- 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.
- getConfigUrl() - Method in class org.jivesoftware.smack.initializer.extensions.ExtensionsInitializer
-
- 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.
- getCreationDate() - Method in class org.jivesoftware.smackx.commands.LocalCommand
-
Returns the date the command was created.
- 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.si.packet.StreamInitiation.Feature
-
Returns the dataform associated with the feature negotiation.
- getDataFormToSend() - Method in class org.jivesoftware.smackx.xdata.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.si.packet.StreamInitiation.File
-
Returns the date that the file was last modified.
- getDecline() - Method in class org.jivesoftware.smackx.muc.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.
- getDefaultList() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Answer the default privacy list.
- getDefaultName() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns the name of the default list that applies to the user as a whole.
- getDefaultPrivacyList() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns the default privacy list or null if none was found.
- getDelayInfo() - Method in class org.jivesoftware.smackx.forward.Forwarded
-
get the timestamp of the forwarded packet.
- getDesc() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.File
-
Returns the description of the file.
- getDescription() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
-
- 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.muc.RoomInfo
-
Returns the discovered description of the room.
- getDescription() - Method in class org.jivesoftware.smackx.xdata.FormField
-
Returns a description that provides extra clarification about the question.
- getDestroy() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner
-
Returns a request to the server to destroy a room.
- getDestroy() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
Returns the notification that the room has been destroyed.
- getDigestFrequency() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Gets the minimum number of milliseconds between sending notification digests
- getDiscoverInfoByUser(String) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Get the discover info given a user name.
- getDiscoveryInfoByNodeVer(String) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Retrieve DiscoverInfo for a specific node.
- getElementAttribute() - Method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
-
- getElementName() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses
-
- getElementName() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Returns the XML element name of the extension sub-packet root element.
- getElementName() - Method in class org.jivesoftware.smackx.attention.packet.AttentionExtension
-
- getElementName() - Method in class org.jivesoftware.smackx.bookmarks.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.caps.packet.CapsExtension
-
- getElementName() - Method in class org.jivesoftware.smackx.chatstates.packet.ChatStateExtension
-
- getElementName() - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
-
- getElementName() - Method in class org.jivesoftware.smackx.delay.packet.DelayInfo
-
- getElementName() - Method in class org.jivesoftware.smackx.delay.packet.DelayInformation
-
- getElementName() - Method in class org.jivesoftware.smackx.forward.Forwarded
-
- getElementName() - Method in class org.jivesoftware.smackx.iqprivate.packet.DefaultPrivateData
-
Returns the XML element name of the private data sub-packet root element.
- getElementName() - Method in interface org.jivesoftware.smackx.iqprivate.packet.PrivateData
-
Returns the root element name.
- getElementName() - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
-
- getElementName() - Method in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation
-
- getElementName() - Method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
-
- getElementName() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
- getElementName() - Method in class org.jivesoftware.smackx.nick.packet.Nick
-
- getElementName() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageInfo
-
Returns the XML element name of the extension sub-packet root element.
- getElementName() - Method in class org.jivesoftware.smackx.pep.packet.PEPEvent
-
Returns the XML element name of the extension sub-packet root element.
- getElementName() - Method in class org.jivesoftware.smackx.pep.packet.PEPItem
-
Returns the XML element name of the extension sub-packet root element.
- getElementName() - Method in class org.jivesoftware.smackx.pep.packet.PEPPubSub
-
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.receipts.DeliveryReceipt
-
- getElementName() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
-
- getElementName() - Method in class org.jivesoftware.smackx.shim.packet.Header
-
- getElementName() - Method in class org.jivesoftware.smackx.shim.packet.HeadersExtension
-
- getElementName() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.Feature
-
- getElementName() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.File
-
- getElementName() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
-
- getElementName() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
Returns the XML element name of the extension sub-packet root element.
- getElementName() - Method in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
-
Returns the XML element name of the extension sub-packet root element.
- getEmailHome() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- getEmailWork() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- getEntityID() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
-
Returns the entity's ID.
- getError() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- 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.xevent.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.commands.packet.AdHocCommandData
-
- getExpiry() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Get the time at which the leased subscription will expire, or has expired.
- getExtendedInfo() - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Returns the data form that is set as extended information for this Service Discovery instance (XEP-0128)
- getExtendedInfoAsList() - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Returns the data form as List of PacketExtensions, or null if no data form is set.
- getExtension(PubSubElementType) - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
-
- getExtensions() - Method in class org.jivesoftware.smackx.pubsub.ConfigurationEvent
-
- getExtensions() - Method in interface org.jivesoftware.smackx.pubsub.EmbeddedPacketExtension
-
Get the list of embedded PacketExtension
objects.
- getExtensions() - Method in class org.jivesoftware.smackx.pubsub.EventElement
-
- getExtensions() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
-
- getFeatureNegotiationForm() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation
-
Returns the data form which contains the valid methods of stream
neotiation and transfer.
- getFeatures() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Returns the discovered features of an XMPP entity.
- getFeatures() - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Returns the supported features by this XMPP entity.
- getFeaturesList() - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Returns the supported features by this XMPP entity.
- getField(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Set generic VCard field.
- getField(String) - Method in class org.jivesoftware.smackx.xdata.Form
-
Returns the field of the form whose variable matches the specified variable.
- 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.xdata.Form
-
Returns a List of the fields that are part of the form.
- getFields() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
-
Returns a List of the fields that are part of the form.
- getFields() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm.Item
-
Returns the fields that define the data that goes with the item.
- getFields() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm.ReportedData
-
Returns the fields returned from a search.
- getFile() - Method in class org.jivesoftware.smackx.si.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.
- getFirstName() - Method in class org.jivesoftware.smackx.vcardtemp.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.commands.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.xdata.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
-
- getForwardedPacket() - Method in class org.jivesoftware.smackx.forward.Forwarded
-
get the packet forwarded by this stanza.
- getFragment() - Method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
-
- getFrom() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
- 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.delay.packet.DelayInfo
-
- getFrom() - Method in class org.jivesoftware.smackx.delay.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.muc.packet.MUCUser.Decline
-
Returns the bare JID of the invitee that rejected the invitation.
- getFrom() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
-
Returns the bare JID of the inviter or, optionally, the room JID.
- getFrom(Packet) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceipt
-
- getFrom(Packet) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
-
- getGroups() - Method in class org.jivesoftware.smackx.sharedgroups.packet.SharedGroupsInfo
-
Returns a collection with the shared group names returned from the server.
- getHash() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager.NodeVerHash
-
- getHash() - Method in class org.jivesoftware.smackx.caps.packet.CapsExtension
-
- getHash() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.File
-
Returns the MD5 sum of the file's contents
- getHeaders() - Method in class org.jivesoftware.smackx.offline.OfflineMessageManager
-
Returns a List of OfflineMessageHeader that keep information about the
offline message.
- getHeaders() - Method in class org.jivesoftware.smackx.shim.packet.HeadersExtension
-
- getHistory() - Method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
-
Returns the history that manages the amount of discussion history provided on
entering a room.
- getHostedRooms(XMPPConnection, 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.commands.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
-
- getId() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceipt
-
- getIdentities() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Returns the discovered identities of an XMPP entity.
- getIdentities() - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Returns all identities of this client as unmodifiable Collection
- getIdentity() - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Return the default identity of the client.
- getIdentityName() - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Returns the name of the client that will be returned when asked for the client identity
in a disco request.
- getIdentityType() - Method in class org.jivesoftware.smackx.disco.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.iqlast.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
- 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(XMPPConnection) - Static method in class org.jivesoftware.smackx.chatstates.ChatStateManager
-
Returns the ChatStateManager related to the XMPPConnection 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.
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Returns the ServiceDiscoveryManager instance associated with a given XMPPConnection.
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
Returns the file transfer negotiator related to a particular connection.
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.iqlast.LastActivityManager
-
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.iqprivate.PrivateDataManager
-
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.iqversion.VersionManager
-
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.ping.PingManager
-
Retrieves a
PingManager
for the specified
XMPPConnection
, creating one if it doesn't already
exist.
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Returns the PrivacyListManager instance associated with a given XMPPConnection.
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
-
Obtain the DeliveryReceiptManager responsible for a connection.
- getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.time.EntityTimeManager
-
- getInstructions() - Method in class org.jivesoftware.smackx.xdata.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.xdata.packet.DataForm
-
Returns a List of the list of instructions that explain how to fill out the form and
what the form is about.
- getInvite() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
Returns the invitation for another user to a room.
- getItem() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
Returns the item child that holds information about roles, affiliation, jids and nicks.
- getItem(String, int) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns the privacy item in the specified order.
- 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.smackx.privacy.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.smackx.disco.packet.DiscoverItems
-
Returns the discovered items of the queried XMPP entity.
- getItems() - Method in class org.jivesoftware.smackx.muc.packet.MUCAdmin
-
Returns a List of item childs that holds information about roles, affiliation,
jids and nicks.
- getItems() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner
-
Returns a List of item childs that holds information about affiliation,
jids and nicks.
- getItems() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
-
Returns a List of item childs that holds information about offline messages to
view or delete.
- getItems() - Method in class org.jivesoftware.smackx.privacy.PrivacyList
-
- 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.
- getItems() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
-
Returns a List of the items returned from a search.
- 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
-
- getJabberId() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- getJid() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
-
- getJid() - Method in class org.jivesoftware.smackx.bookmarks.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.muc.packet.MUCAdmin.Item
-
Returns the by which an occupant is identified within the context
of a room.
- getJid() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Destroy
-
Returns the JID of an alternate location since the current room is being destroyed.
- getJid() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Item
-
Returns the by which an occupant is identified within the context
of a room.
- getJid() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Destroy
-
Returns the JID of an alternate location since the current room is being destroyed.
- getJid() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Item
-
Returns the by which an occupant is identified within the context
of a room.
- getJid() - Method in class org.jivesoftware.smackx.offline.OfflineMessageHeader
-
Returns the full JID of the user that sent the message.
- getJid() - Method in class org.jivesoftware.smackx.offline.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
-
- getJoinedRooms(XMPPConnection, String) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns a List of the rooms where the requested user has joined.
- getLabel() - Method in class org.jivesoftware.smackx.search.ReportedData.Column
-
Returns the column's label.
- getLabel() - Method in class org.jivesoftware.smackx.xdata.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.xdata.FormField.Option
-
Returns the label that represents the option.
- getLanguage() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
-
Returns the identities natural language if one is set
- getLastActivity(String) - Method in class org.jivesoftware.smackx.iqlast.LastActivityManager
-
Returns the last activity of a particular jid.
- getLastName() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- getLastReceivedPong() - Method in class org.jivesoftware.smackx.ping.PingManager
-
Returns the timestamp when the last XMPP Pong was received.
- 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.
- getLocalNodeVer() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Returns the local entity's NodeVer (e.g.
- getLocalSocks5ProxyPort() - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Return the port of the local Socks5 proxy.
- 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.muc.packet.MUCInitialPresence.History
-
Returns the total number of characters to receive in the history.
- 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
-
- 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.muc.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 enum org.jivesoftware.smackx.filetransfer.FileTransfer.Error
-
Returns a String representation of this error.
- getMessageCount() - Method in class org.jivesoftware.smackx.offline.OfflineMessageManager
-
Returns the number of offline messages for the user of the connection.
- getMessages(List<String>) - Method in class org.jivesoftware.smackx.offline.OfflineMessageManager
-
Returns a List of the offline Messages whose stamp matches the specified
request.
- getMessages() - Method in class org.jivesoftware.smackx.offline.OfflineMessageManager
-
Returns an Iterator with all the offline Messages of the user.
- getMiddleName() - Method in class org.jivesoftware.smackx.vcardtemp.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.si.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.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.address.MultipleRecipientManager
-
- getName() - Method in class org.jivesoftware.smackx.amp.AMPDeliverCondition
-
- getName() - Method in class org.jivesoftware.smackx.amp.AMPExpireAtCondition
-
- getName() - Method in class org.jivesoftware.smackx.amp.AMPMatchResourceCondition
-
- getName() - Method in interface org.jivesoftware.smackx.amp.packet.AMPExtension.Condition
-
- getName() - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
Returns the display label representing the Conference room.
- getName() - Method in class org.jivesoftware.smackx.bookmarks.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.commands.packet.AdHocCommandData
-
Returns the human name of the command
- getName() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
-
Returns the identity's name.
- getName() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
-
Returns the entity's name.
- getName() - Method in class org.jivesoftware.smackx.iqversion.packet.Version
-
Returns the natural-language name of the software.
- getName() - Method in class org.jivesoftware.smackx.muc.HostedRoom
-
Returns the name of the room.
- getName() - Method in class org.jivesoftware.smackx.nick.packet.Nick
-
The value of this nickname
- getName() - Method in class org.jivesoftware.smackx.privacy.PrivacyList
-
- getName() - Method in class org.jivesoftware.smackx.shim.packet.Header
-
- getName() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.File
-
Returns the file's name.
- getNames() - Method in class org.jivesoftware.smackx.iqprivate.packet.DefaultPrivateData
-
Returns a Set of the names that can be used to get
values of the private data.
- getNamespace() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses
-
- getNamespace() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Returns the XML namespace of the extension sub-packet root element.
- getNamespace() - Method in class org.jivesoftware.smackx.attention.packet.AttentionExtension
-
- getNamespace() - Method in class org.jivesoftware.smackx.bookmarks.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.caps.packet.CapsExtension
-
- getNamespace() - Method in class org.jivesoftware.smackx.chatstates.packet.ChatStateExtension
-
- getNamespace() - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
-
- getNamespace() - Method in class org.jivesoftware.smackx.delay.packet.DelayInfo
-
- getNamespace() - Method in class org.jivesoftware.smackx.delay.packet.DelayInformation
-
- getNamespace() - Method in class org.jivesoftware.smackx.forward.Forwarded
-
- getNamespace() - Method in class org.jivesoftware.smackx.iqprivate.packet.DefaultPrivateData
-
Returns the XML namespace of the private data sub-packet root element.
- getNamespace() - Method in interface org.jivesoftware.smackx.iqprivate.packet.PrivateData
-
Returns the root element XML namespace.
- getNamespace() - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
-
- getNamespace() - Method in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation
-
- getNamespace() - Method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
-
- getNamespace() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
- getNamespace() - Method in class org.jivesoftware.smackx.nick.packet.Nick
-
- getNamespace() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageInfo
-
Returns the XML namespace of the extension sub-packet root element.
- getNamespace() - Method in class org.jivesoftware.smackx.pep.packet.PEPEvent
-
Returns the XML namespace of the extension sub-packet root element.
- getNamespace() - Method in class org.jivesoftware.smackx.pep.packet.PEPItem
-
Returns the XML namespace of the extension sub-packet root element.
- getNamespace() - Method in class org.jivesoftware.smackx.pep.packet.PEPPubSub
-
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.receipts.DeliveryReceipt
-
- getNamespace() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
-
- getNamespace() - Method in class org.jivesoftware.smackx.shim.packet.Header
-
- getNamespace() - Method in class org.jivesoftware.smackx.shim.packet.HeadersExtension
-
- getNamespace() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.Feature
-
- getNamespace() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.File
-
- getNamespace() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
-
- getNamespace() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
Returns the XML namespace of the extension sub-packet root element.
- getNamespace() - Method in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
-
Returns the XML namespace of the extension sub-packet root element.
- 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.muc.packet.MUCAdmin.Item
-
Returns the new nickname of an occupant that is changing his/her nickname.
- getNick() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Item
-
Returns the new nickname of an occupant that is changing his/her nickname.
- getNick() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Item
-
Returns the new nickname of an occupant that is changing his/her nickname.
- getNickname() - Method in class org.jivesoftware.smackx.bookmarks.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.vcardtemp.packet.VCard
-
- getNode() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
-
- getNode() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager.NodeVerHash
-
- getNode() - Method in class org.jivesoftware.smackx.caps.packet.CapsExtension
-
- getNode() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Returns the unique identifier of the command.
- getNode() - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData
-
Returns the identifier of the command
- getNode() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Returns the node attribute that supplements the 'jid' attribute.
- getNode() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems
-
Returns the node attribute that supplements the 'jid' attribute.
- getNode() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
-
Returns the node attribute that supplements the 'jid' attribute.
- getNode() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageInfo
-
Returns the stamp that uniquely identifies the offline message.
- getNode() - Method in class org.jivesoftware.smackx.offline.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.disco.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.disco.NodeInformationProvider
-
Returns a list of the indentites defined in the node.
- getNodeItems() - Method in interface org.jivesoftware.smackx.disco.NodeInformationProvider
-
- getNodePacketExtensions() - Method in interface org.jivesoftware.smackx.disco.NodeInformationProvider
-
Returns a list of the packet extensions defined in the node.
- getNodeType() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Gets the node type
- getNodeVer() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager.NodeVerHash
-
- getNodeVerHashByJid(String) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
- getNodeVersionByJid(String) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Get the Node version (node#ver) of a JID.
- 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.commands.packet.AdHocCommandData
-
Returns the list of notes that the command has.
- 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.
- 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.
- getOptions() - Method in class org.jivesoftware.smackx.xdata.FormField
-
Returns a List of the available options that the user has in order to answer
the question.
- getOrder() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns the order where the receiver is processed.
- getOrganization() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- getOrganizationUnit() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- getOs() - Method in class org.jivesoftware.smackx.iqversion.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.
- 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.
- getPacketID() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
Returns the unique ID of the message that requested to be notified of the event.
- getParticipants() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns a collection of Occupant
with the room participants.
- getPassword() - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
Returns the password to use when joining this conference room.
- getPassword() - Method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
-
Returns the password to use when the room requires a password.
- getPassword() - Method in class org.jivesoftware.smackx.muc.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.
- getPhoneHome(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Get home phone number
- getPhoneWork(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Get work phone number
- getPingInterval() - Method in class org.jivesoftware.smackx.ping.PingManager
-
Get the current ping interval.
- 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.
- getPrivacyList(String) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns a specific privacy list.
- getPrivacyList(String) - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Answer the privacy list items under listName with the allowed and blocked permissions.
- getPrivacyListNames() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns all the list names the user has defined to group restrictions.
- getPrivacyLists() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Answer every privacy list with the allowed and blocked permissions.
- getPrivateData(String, String) - Method in class org.jivesoftware.smackx.iqprivate.PrivateDataManager
-
Returns the private data specified by the given element name and namespace.
- getPrivateDataProvider(String, String) - Static method in class org.jivesoftware.smackx.iqprivate.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.
- getProperties(Packet) - Static method in class org.jivesoftware.smackx.jiveproperties.JivePropertiesManager
-
Return a map of all properties of the given packet.
- getProperties() - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
-
Returns an unmodifiable map of all properties.
- getPropertiesNames(Packet) - Static method in class org.jivesoftware.smackx.jiveproperties.JivePropertiesManager
-
Return a collection of the names of all properties of the given packet.
- getProperty(Packet, String) - Static method in class org.jivesoftware.smackx.jiveproperties.JivePropertiesManager
-
Convenience method to get a property from a packet.
- getProperty(String) - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
-
Returns the packet property with the specified name or null if the
property doesn't exist.
- getPropertyNames() - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
-
Returns an unmodifiable collection of all the property names that are set.
- getProvidersUrl() - Method in class org.jivesoftware.smack.initializer.extensions.ExtensionsInitializer
-
- getProxyConnectionTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Returns the timeout for connecting to the SOCKS5 proxy selected by the target.
- 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.
- getRaw() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
- 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.delay.packet.DelayInfo
-
- getReason() - Method in class org.jivesoftware.smackx.delay.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.muc.packet.MUCAdmin.Item
-
Returns the reason for the item child.
- getReason() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Destroy
-
Returns the reason for the room destruction.
- getReason() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Item
-
Returns the reason for the item child.
- getReason() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
-
Returns the message explaining why the invitation was rejected.
- getReason() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Destroy
-
Returns the reason for the room destruction.
- getReason() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
-
Returns the message explaining the invitation.
- getReason() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Item
-
Returns the reason for the item child.
- 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.
- 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.
- getReplyAddress() - Method in class org.jivesoftware.smackx.address.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.address.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
-
List of 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.xdata.packet.DataForm
-
Returns the fields that will be returned from a search.
- getReportedDataFrom(Packet) - Static method in class org.jivesoftware.smackx.search.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.
- 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.muc.packet.MUCAdmin.Item
-
Returns the temporary position or privilege level of an occupant within a room.
- getRole() - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Item
-
Returns the temporary position or privilege level of an occupant within a room.
- getRole() - Method in class org.jivesoftware.smackx.muc.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.
- getRoomAddress() - Method in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation
-
Returns the address of the group chat room.
- getRoomInfo(XMPPConnection, 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.
- getRosterGroupsAllowed() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Gets the roster groups that are allowed to subscribe and retrieve items.
- getRows() - Method in class org.jivesoftware.smackx.search.ReportedData
-
Returns a List of the rows returned from a search.
- getRules() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Returns a Collection of the rules in the packet.
- getRulesCount() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Returns a count of the rules in the AMP packet.
- getSearchForm(XMPPConnection, 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.
- 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.
- 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.muc.packet.MUCInitialPresence.History
-
Returns the number of seconds to use to filter the messages received during that time.
- getSeq() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
-
Returns the sequence of this packet in regard to the other data packets.
- getServiceNames(XMPPConnection) - 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.commands.packet.AdHocCommandData
-
- getSessionID() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation
-
Uniquely identifies a stream initiation to the recipient.
- getSessions() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Returns the sessions map.
- getSharedGroups(XMPPConnection) - Static method in class org.jivesoftware.smackx.sharedgroups.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.muc.packet.MUCInitialPresence.History
-
Returns the since date to use to filter the messages received during that time.
- getSize() - Method in class org.jivesoftware.smackx.si.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.
- getSocks5Proxy() - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Returns the local SOCKS5 proxy server.
- 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.delay.packet.DelayInfo
-
- getStamp() - Method in class org.jivesoftware.smackx.delay.packet.DelayInformation
-
Returns the timestamp when the packet was originally sent.
- getStamp() - Method in class org.jivesoftware.smackx.offline.OfflineMessageHeader
-
Returns the stamp that uniquely identifies the offline message.
- 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.
- getState() - Method in class org.jivesoftware.smackx.pubsub.Subscription
-
Gets the current subscription state.
- getStatus() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Status of this amp notification
- getStatus() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Returns the status of the current stage.
- getStatus() - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData
-
Returns the status of the execution.
- getStatus() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
Returns the current status of the file transfer.
- getStatus() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
Returns the status which holds a code that assists in presenting notification messages.
- getStatusMessage() - Method in class org.jivesoftware.smackx.iqlast.packet.LastActivity
-
Returns the status message of the last unavailable presence received from the user.
- 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.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.
- getSubscriptionId() - Method in class org.jivesoftware.smackx.pubsub.GetItemsRequest
-
- 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(List<PacketExtension>, Collection<PacketExtension>) - 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.
- 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.
- getTime(String) - Method in class org.jivesoftware.smackx.time.EntityTimeManager
-
- getTime() - Method in class org.jivesoftware.smackx.time.packet.Time
-
Returns the local time or null if the time hasn't been set.
- getTitle() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Gets the human readable node title.
- getTitle() - Method in class org.jivesoftware.smackx.search.ReportedData
-
Returns the report's title.
- getTitle() - Method in class org.jivesoftware.smackx.xdata.Form
-
Returns the description of the data.
- getTitle() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
-
Returns the description of the data.
- getTo() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
- getTo() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
-
Returns the bare JID of the inviter.
- getTo() - Method in class org.jivesoftware.smackx.muc.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.address.MultipleRecipientInfo
-
- getTotalConnectTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Returns the maximum timeout to connect to SOCKS5 proxies.
- getType() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
-
- getType() - Method in class org.jivesoftware.smackx.commands.AdHocCommandNote
-
Return the type of the note.
- getType() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
-
Returns the entity's type.
- getType() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns the type hold the kind of communication it will allow or block.
- getType() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
-
- getType() - Method in class org.jivesoftware.smackx.search.ReportedData.Column
-
Returns the column's data format.
- getType() - Method in class org.jivesoftware.smackx.xdata.Form
-
Returns the meaning of the data within the context.
- getType() - Method in class org.jivesoftware.smackx.xdata.FormField
-
Returns an indicative of the format for the data to answer.
- getType() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
-
Returns the meaning of the data within the context.
- getTzo() - Method in class org.jivesoftware.smackx.time.packet.Time
-
Returns the time zone.
- getUri() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
-
- getURL() - Method in class org.jivesoftware.smackx.bookmarks.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.smackx.offline.OfflineMessageHeader
-
Returns the bare JID of the user that was offline when the message was sent.
- 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.
- getUtc() - Method in class org.jivesoftware.smackx.time.packet.Time
-
Returns the time as a UTC formatted String using the format CCYY-MM-DDThh:mm:ssZ.
- getValue() - Method in class org.jivesoftware.smackx.amp.AMPDeliverCondition
-
- getValue() - Method in class org.jivesoftware.smackx.amp.AMPExpireAtCondition
-
- getValue() - Method in class org.jivesoftware.smackx.amp.AMPMatchResourceCondition
-
- getValue() - Method in interface org.jivesoftware.smackx.amp.packet.AMPExtension.Condition
-
- getValue() - Method in class org.jivesoftware.smackx.commands.AdHocCommandNote
-
Returns the value or message of the note.
- getValue(String) - Method in class org.jivesoftware.smackx.iqprivate.packet.DefaultPrivateData
-
Returns a value given a name.
- getValue() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns the element identifier to apply the action.
- getValue() - Method in class org.jivesoftware.smackx.shim.packet.Header
-
- getValue() - Method in class org.jivesoftware.smackx.xdata.FormField.Option
-
Returns the value of the option.
- getValues() - Method in class org.jivesoftware.smackx.search.ReportedData.Field
-
Returns a List of the values reported as part of the search.
- getValues(String) - Method in class org.jivesoftware.smackx.search.ReportedData.Row
-
Returns the values of the field whose variable matches the requested variable.
- getValues() - Method in class org.jivesoftware.smackx.xdata.FormField
-
Returns a List of the default values of the question if the question is part
of a form to fill out.
- getVar() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
-
Returns the feature's variable.
- getVariable() - Method in class org.jivesoftware.smackx.search.ReportedData.Column
-
Returns the variable name that the column is showing.
- getVariable() - Method in class org.jivesoftware.smackx.search.ReportedData.Field
-
Returns the variable name that the field represents.
- getVariable() - Method in class org.jivesoftware.smackx.xdata.FormField
-
Returns the variable name that the question is filling out.
- getVer() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager.NodeVerHash
-
- getVer() - Method in class org.jivesoftware.smackx.caps.packet.CapsExtension
-
- getVersion() - Method in class org.jivesoftware.smackx.iqversion.packet.Version
-
Returns the specific version of the software.
- getXmlns() - Method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
-
- 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.muc.packet
-
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.muc.packet.GroupChatInvitation
-
Creates a new group chat invitation to the specified room address.
- GroupChatInvitation.Provider - Class in org.jivesoftware.smackx.muc.packet
-
- GroupChatInvitation.Provider() - Constructor for class org.jivesoftware.smackx.muc.packet.GroupChatInvitation.Provider
-
- IBB_ONLY - Static variable in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
A static variable to use only offer IBB for file transfer.
- IBBTransferNegotiator - Class in org.jivesoftware.smackx.filetransfer
-
The In-Band Bytestream file transfer method, or IBB for short, transfers the
file over the same XML Stream used by XMPP.
- IBBTransferNegotiator(XMPPConnection) - Constructor for class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
-
The default constructor for the In-Band Bytestream Negotiator.
- id - Variable in class org.jivesoftware.smackx.pubsub.Node
-
- id - Variable in class org.jivesoftware.smackx.pubsub.OptionsExtension
-
- id - Variable in class org.jivesoftware.smackx.pubsub.Subscription
-
- id - Variable in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
-
- ignoreBytestreamRequestOnce(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Use this method to ignore the next incoming In-Band Bytestream request containing the given
session ID.
- ignoreBytestreamRequestOnce(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Use this method to ignore the next incoming SOCKS5 Bytestream request containing the given
session ID.
- InBandBytestreamListener - Class in org.jivesoftware.smackx.bytestreams.ibb
-
InBandBytestreamListener are informed if a remote user wants to initiate an In-Band Bytestream.
- InBandBytestreamListener() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamListener
-
- InBandBytestreamManager - Class in org.jivesoftware.smackx.bytestreams.ibb
-
The InBandBytestreamManager class handles establishing In-Band Bytestreams as specified in the
XEP-0047.
- InBandBytestreamManager.StanzaType - Enum in org.jivesoftware.smackx.bytestreams.ibb
-
Stanzas that can be used to encapsulate In-Band Bytestream data packets.
- InBandBytestreamRequest - Class in org.jivesoftware.smackx.bytestreams.ibb
-
InBandBytestreamRequest class handles incoming In-Band Bytestream requests.
- InBandBytestreamRequest(InBandBytestreamManager, Open) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
-
- InBandBytestreamSession - Class in org.jivesoftware.smackx.bytestreams.ibb
-
InBandBytestreamSession class represents an In-Band Bytestream session.
- InBandBytestreamSession(XMPPConnection, Open, String) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
-
Constructor.
- includesFeature(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Returns true if the specified feature is registered in the ServiceDiscoveryManager.
- incomingBytestreamRequest(BytestreamRequest) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamListener
-
This listener is notified if a bytestream request from another user has been received.
- incomingBytestreamRequest(BytestreamRequest) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamListener
-
- incomingBytestreamRequest(InBandBytestreamRequest) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamListener
-
This listener is notified if an In-Band Bytestream request from another user has been
received.
- incomingBytestreamRequest(BytestreamRequest) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamListener
-
- incomingBytestreamRequest(Socks5BytestreamRequest) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamListener
-
This listener is notified if a SOCKS5 Bytestream request from another user has been received.
- IncomingFileTransfer - Class in org.jivesoftware.smackx.filetransfer
-
- IncomingFileTransfer(FileTransferRequest, FileTransferNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
-
- interceptPacket(Packet) - Method in class org.jivesoftware.smackx.muc.DeafOccupantInterceptor
-
- invitationDeclined(String, String) - Method in interface org.jivesoftware.smackx.muc.InvitationRejectionListener
-
Called when the invitee declines the invitation.
- InvitationListener - Interface in org.jivesoftware.smackx.muc
-
A listener that is fired anytime an invitation to join a MUC room is received.
- invitationReceived(XMPPConnection, String, String, String, String, Message) - Method in interface org.jivesoftware.smackx.muc.InvitationListener
-
Called when the an invitation to join a MUC room is received.
- InvitationRejectionListener - Interface in org.jivesoftware.smackx.muc
-
A listener that is fired anytime an invitee declines or rejects an invitation.
- invite(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Invites another user to the room in which one is an occupant.
- invite(Message, String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Invites another user to the room in which one is an occupant using a given Message.
- isActionSupported(XMPPConnection, AMPExtension.Action) - Static method in class org.jivesoftware.smackx.amp.AMPManager
-
Check if server supports specified action
- isActiveList() - Method in class org.jivesoftware.smackx.privacy.PrivacyList
-
- isAllow() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns the action associated with the item, it MUST be filled and will allow or deny
the communication.
- isAutoJoin() - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
Returns true if this conference room should be auto-joined on startup.
- isCancelled() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a notification returns if the receiver of the message cancelled
composing a reply.
- isCloseBothStreamsEnabled() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
-
Returns whether both streams should be closed automatically if one of the streams is closed.
- isComposing() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a request returns if the sender of the message requests to be notified
when the receiver is composing a reply.
- isConditionSupported(XMPPConnection, String) - Static method in class org.jivesoftware.smackx.amp.AMPManager
-
Check if server supports specified condition
- isConfigRequired() - Method in class org.jivesoftware.smackx.pubsub.Subscription
-
- isDeclineActiveList() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns whether the receiver allows or declines the use of an active list.
- isDeclineDefaultList() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Returns whether the receiver allows or declines the use of a default list.
- isDefaultList() - Method in class org.jivesoftware.smackx.privacy.PrivacyList
-
- isDelayed() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
-
Indicates whether this event was delayed.
- isDelivered() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
-
- isDelivered() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a request returns if the sender of the message requests to be notified
when the message is delivered.
- isDeliverOn() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Determines if an entity wants to receive notifications.
- isDeliverPayloads() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Does the node deliver payloads with event notifications.
- isDigestOn() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Determines if notifications should be delivered as aggregations or not.
- isDirect() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
-
Returns true
if the session is established through a direct connection between
the initiator and target, false
if the session is mediated over a SOCKS proxy.
- isDisplayed() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a request returns if the sender of the message requests to be notified
when the message is displayed.
- isDone() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
Returns true if the transfer has been cancelled, if it has stopped because
of a an error, or the transfer completed successfully.
- isFetch() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
-
Returns true if all the offline messages of the user should be retrieved.
- isFilterEverything() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns whether the receiver allows or denies every kind of communication.
- isFilterIQ() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns whether the receiver allow or deny incoming IQ stanzas or not.
- isFilterMessage() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns whether the receiver allows or denies incoming messages or not.
- isFilterPresenceIn() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns whether the receiver allows or denies incoming presence or not.
- isFilterPresenceOut() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Returns whether the receiver allows or denies incoming presence or not.
- isIncludeBody() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
-
Determines whether the entity wants to receive an XMPP message body in
addition to the payload format.
- isJavaObjectEnabled() - Static method in class org.jivesoftware.smackx.jiveproperties.JivePropertiesManager
-
- isJoined() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
-
- isLastActivitySupported(String) - Method in class org.jivesoftware.smackx.iqlast.LastActivityManager
-
Returns true if Last Activity (XEP-0012) is supported by a given JID
- isLastStage() - Method in class org.jivesoftware.smackx.commands.LocalCommand
-
Returns true if the current stage is the last one.
- isLocalSocks5ProxyEnabled() - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Returns true if the local Socks5 proxy should be started.
- isMediated() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
-
Returns true
if the session is mediated over a SOCKS proxy, false
if this session is established through a direct connection between the initiator and target.
- isMembersOnly() - Method in class org.jivesoftware.smackx.muc.RoomInfo
-
Returns true if the room has restricted the access so that only members may enter the room.
- isMessageEventRequest() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
Returns true if this MessageEvent is a request for notifications.
- isModerated() - Method in class org.jivesoftware.smackx.muc.RoomInfo
-
Returns true if the room enabled only participants to speak.
- isNonanonymous() - Method in class org.jivesoftware.smackx.muc.RoomInfo
-
Returns true if presence packets will include the JID of every occupant.
- isNotifyConfig() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Determines if subscribers should be notified when the configuration changes.
- isNotifyDelete() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Determines whether subscribers should be notified when the node is deleted.
- isNotifyRetract() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Determines whether subscribers should be notified when items are deleted
from the node.
- isOffline() - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a request returns if the sender of the message requests to be notified
when the receiver of the message is offline.
- isPasswordProtected() - Method in class org.jivesoftware.smackx.muc.RoomInfo
-
Returns true if users musy provide a valid password in order to join the room.
- isPerHop() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Returns true is this ruleset is "per-hop".
- isPersistent() - Method in class org.jivesoftware.smackx.muc.RoomInfo
-
Returns true if the room will persist after the last occupant have left the room.
- isPersistItems() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Determines whether items should be persisted in the node.
- isPingSupported(String) - Method in class org.jivesoftware.smackx.ping.PingManager
-
Query the specified entity to see if it supports the Ping protocol (XEP-0199)
- isPresenceBasedDelivery() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Determines whether to deliver notifications to available users only.
- isProxyPrioritizationEnabled() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Returns if the prioritization of the last working SOCKS5 proxy on successive SOCKS5
Bytestream connections is enabled.
- isPurge() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
-
Returns true if all the offline messages of the user should be deleted.
- isRanged() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.File
-
Returns whether or not the initiator can support a range for the file
tranfer.
- isRequired() - Method in class org.jivesoftware.smackx.xdata.FormField
-
Returns true if the question must be answered in order to complete the questionnaire.
- isRss() - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedURL
-
Returns true if this URL is a news feed.
- isRunning() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Returns true
if the local SOCKS5 proxy server is running, otherwise
false
.
- isServiceEnabled(XMPPConnection) - Static method in class org.jivesoftware.smackx.amp.AMPManager
-
Returns true if the AMP support is enabled for the given connection.
- isServiceEnabled(XMPPConnection) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
Checks to see if all file transfer related services are enabled on the
connection.
- isServiceEnabled(XMPPConnection, String) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
-
Returns true if the specified user supports the Multi-User Chat protocol.
- isServiceEnabled(XMPPConnection) - Static method in class org.jivesoftware.smackx.xhtmlim.XHTMLManager
-
Returns true if the XHTML support is enabled for the given connection.
- isServiceEnabled(XMPPConnection, String) - Static method in class org.jivesoftware.smackx.xhtmlim.XHTMLManager
-
Returns true if the specified user handles XHTML messages.
- isShared() - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
- isShared() - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedURL
-
- isShared() - Method in interface org.jivesoftware.smackx.bookmarks.SharedBookmark
-
Returns true if this bookmark is shared.
- isSubscibe() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Determines if subscriptions are allowed.
- isSupported(XMPPConnection) - Static method in class org.jivesoftware.smackx.amp.AMPDeliverCondition
-
Check if server supports deliver condition
- isSupported(XMPPConnection) - Static method in class org.jivesoftware.smackx.amp.AMPExpireAtCondition
-
Check if server supports expire-at condition
- isSupported(XMPPConnection) - Static method in class org.jivesoftware.smackx.amp.AMPMatchResourceCondition
-
Check if server supports match-resource condition
- isSupported() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Check if the user's server supports privacy lists.
- isSupported(String) - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
-
Returns true if Delivery Receipts are supported by a given JID
- isSupported(String, XMPPConnection) - Static method in class org.jivesoftware.smackx.vcardtemp.VCardManager
-
Returns true if the given entity understands the vCard-XML format and allows the exchange of such.
- isTimeSupported(String) - Method in class org.jivesoftware.smackx.time.EntityTimeManager
-
- isValidAction(AdHocCommand.Action) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
-
Returns true if the action
is available in the current stage.
- isXHTMLMessage(Message) - Static method in class org.jivesoftware.smackx.xhtmlim.XHTMLManager
-
Returns true if the message contains an XHTML extension.
- Item - Class in org.jivesoftware.smackx.pubsub
-
This class represents an item that has been, or will be published to a
pubsub node.
- Item() - Constructor for class org.jivesoftware.smackx.pubsub.Item
-
Create an empty Item with no id.
- Item(String) - Constructor for class org.jivesoftware.smackx.pubsub.Item
-
Create an Item with an id but no payload.
- Item(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.Item
-
Create an Item with an id and a node id.
- ItemDeleteEvent - Class in org.jivesoftware.smackx.pubsub
-
Represents an event in which items have been deleted from the node.
- ItemDeleteEvent(String, List<String>, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemDeleteEvent
-
Constructs an ItemDeleteEvent that indicates the the supplied
items (by id) have been deleted, and that the event matches the listed
subscriptions.
- ItemDeleteListener - Interface in org.jivesoftware.smackx.pubsub.listener
-
Defines the listener for item deletion events from a node.
- itemDeleteToListenerMap - Variable in class org.jivesoftware.smackx.pubsub.Node
-
- ItemEventListener<T extends Item> - Interface in org.jivesoftware.smackx.pubsub.listener
-
Defines the listener for items being published to a node.
- itemEventToListenerMap - Variable in class org.jivesoftware.smackx.pubsub.Node
-
- ItemProvider - Class in org.jivesoftware.smackx.pubsub.provider
-
- ItemProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.ItemProvider
-
- ItemPublishEvent<T extends Item> - Class in org.jivesoftware.smackx.pubsub
-
Represents an event generated by an item(s) being published to a node.
- ItemPublishEvent(String, List<T>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
-
Constructs an
ItemPublishEvent with the provided list
of
Item
that were published.
- ItemPublishEvent(String, List<T>, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
-
Constructs an
ItemPublishEvent with the provided list
of
Item
that were published.
- ItemPublishEvent(String, List<T>, List<String>, Date) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
-
Constructs an
ItemPublishEvent with the provided list
of
Item
that were published in the past.
- ItemReply - Enum in org.jivesoftware.smackx.pubsub
-
- items - Variable in class org.jivesoftware.smackx.pubsub.AffiliationsExtension
-
- items - Variable in class org.jivesoftware.smackx.pubsub.ItemsExtension
-
- items - Variable in class org.jivesoftware.smackx.pubsub.PublishItem
-
- items - Variable in class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
-
- ItemsExtension - Class in org.jivesoftware.smackx.pubsub
-
This class is used to for multiple purposes.
- ItemsExtension(ItemsExtension.ItemsElementType, String, List<? extends PacketExtension>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemsExtension
-
Construct an instance with a list representing items that have been published or deleted.
- ItemsExtension(String, List<? extends PacketExtension>, boolean) - Constructor for class org.jivesoftware.smackx.pubsub.ItemsExtension
-
Construct an instance with a list representing items that have been published or deleted.
- ItemsExtension.ItemsElementType - Enum in org.jivesoftware.smackx.pubsub
-
- ItemsProvider - Class in org.jivesoftware.smackx.pubsub.provider
-
Parses the
items element out of the message event stanza from
the server as specified in the
items schema.
- ItemsProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.ItemsProvider
-
- save(XMPPConnection) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Save this vCard for the user connected by 'connection'.
- selectStreamNegotiator(FileTransferRequest) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
Selects an appropriate stream negotiator after examining the incoming file transfer request.
- send(XMPPConnection, Packet, List<String>, List<String>, List<String>) - Static method in class org.jivesoftware.smackx.address.MultipleRecipientManager
-
Sends the specified packet to the list of specified recipients using the
specified connection.
- send(XMPPConnection, Packet, List<String>, List<String>, List<String>, String, String, boolean) - Static method in class org.jivesoftware.smackx.address.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.
- sendCancelledNotification(String, String) - Method in class org.jivesoftware.smackx.xevent.MessageEventManager
-
Sends the notification that the receiver of the message has cancelled composing a reply.
- sendComposingNotification(String, String) - Method in class org.jivesoftware.smackx.xevent.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.xevent.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.xevent.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.
- 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.
- sendPubsubPacket(PubSub) - 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.
- sendSearchForm(XMPPConnection, 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(XMPPConnection, 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.
- ServiceDiscoveryManager - Class in org.jivesoftware.smackx.disco
-
Manages discovery of services in XMPP entities.
- 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.commands.packet.AdHocCommandData
-
- setAction(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
-
Sets the action that specifies the action being taken for this item.
- setAction(String) - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Item
-
Sets if the server should return the specified offline message or delete it.
- setActiveListName(String) - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Set or change the active list to listName.
- setActiveName(String) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Sets the name associated with the active list set for the session.
- setActivePrivacyList() - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Set the active list based on the default list.
- setActor(String) - Method in class org.jivesoftware.smackx.muc.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.muc.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.muc.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.vcardtemp.packet.VCard
-
Set home address field
- setAddressFieldWork(String, String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Set work address field
- setAnswer(String, String) - Method in class org.jivesoftware.smackx.xdata.Form
-
Sets a new String value to a given form's field.
- setAnswer(String, int) - Method in class org.jivesoftware.smackx.xdata.Form
-
Sets a new int value to a given form's field.
- setAnswer(String, long) - Method in class org.jivesoftware.smackx.xdata.Form
-
Sets a new long value to a given form's field.
- setAnswer(String, float) - Method in class org.jivesoftware.smackx.xdata.Form
-
Sets a new float value to a given form's field.
- setAnswer(String, double) - Method in class org.jivesoftware.smackx.xdata.Form
-
Sets a new double value to a given form's field.
- setAnswer(String, boolean) - Method in class org.jivesoftware.smackx.xdata.Form
-
Sets a new boolean value to a given form's field.
- setAnswer(String, List<String>) - Method in class org.jivesoftware.smackx.xdata.Form
-
Sets a new values to a given form's field.
- setAutoEnable(boolean) - Static method in class org.jivesoftware.smackx.time.EntityTimeManager
-
- setAutoJoin(boolean) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
- setAutoReceiptsEnabled(boolean) - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
-
- setAvatar(URL) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Set the avatar for the VCard by specifying the url to the image.
- setAvatar(byte[]) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Specify the bytes of the JPEG for the avatar to use.
- setAvatar(byte[], String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Specify the bytes for the avatar to use as well as the mime type.
- setAvatar(String, String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Specify the Avatar used for this vCard.
- 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.
- setCancelled(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a notification sets if the receiver of the message cancelled
composing a reply.
- setCapsMaxCacheSize(int) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Sets the maximum Cache size for the nodeVer to DiscoverInfo Cache
- 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.xevent.packet.MessageEvent
-
When the message is a request sets if the sender of the message requests to be notified
when the receiver is composing a reply.
- 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.chatstates.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.si.packet.StreamInitiation.File
-
Sets the date that the file was last modified.
- setDecline(MUCUser.Decline) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
Sets the rejection to an invitation from another user to a room.
- setDeclineActiveList(boolean) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Sets whether the receiver allows or declines the use of an active list.
- setDeclineDefaultList(boolean) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Sets whether the receiver allows or declines the use of a default list.
- setDefaultAnswer(String) - Method in class org.jivesoftware.smackx.xdata.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.
- setDefaultEntityNode(String) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Set the default entity node that will be used for new EntityCapsManagers
- setDefaultIdentity(DiscoverInfo.Identity) - Static method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Set the default identity all new connections will have.
- setDefaultListName(String) - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
-
Set or change the default list to listName.
- setDefaultName(String) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Sets the name of the default list that applies to the user as a whole.
- setDefaultPingInterval(int) - Static method in class org.jivesoftware.smackx.ping.PingManager
-
Set the default ping interval which will be used for new connections.
- setDelivered(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a request sets if the sender of the message requests to be notified
when the message is delivered.
- 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.si.packet.StreamInitiation.File
-
Sets the description of the file.
- setDescription(String) - Method in class org.jivesoftware.smackx.xdata.FormField
-
Sets a description that provides extra clarification about the question.
- setDestroy(MUCOwner.Destroy) - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner
-
Sets a request to the server to destroy a room.
- setDestroy(MUCUser.Destroy) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
Sets the notification that the room has been destroyed.
- 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.
- setDisplayed(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a request sets if the sender of the message requests to be notified
when the message is displayed.
- setEmailHome(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- setEmailWork(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- setEnabledPerDefault(boolean) - Static method in class org.jivesoftware.smackx.iqlast.LastActivityManager
-
Enable or disable Last Activity for new XMPPConnections.
- setEncodedImage(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- setEntityCapsManager(EntityCapsManager) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Loads the ServiceDiscoveryManager with an EntityCapsManger that speeds up certain lookups.
- setEntityNode(String) - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
- 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.commands.packet.AdHocCommandData
-
- 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.disco.ServiceDiscoveryManager
-
Registers extended discovery information of this XMPP entity.
- setFeatureNegotiationForm(DataForm) - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation
-
Sets the data form which contains the valid methods of stream neotiation
and transfer.
- setFetch(boolean) - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
-
Sets if all the offline messages of the user should be retrieved.
- setField(String, String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Set generic VCard field.
- setField(String, String, boolean) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Set generic, unescapable VCard field.
- setFile(StreamInitiation.File) - Method in class org.jivesoftware.smackx.si.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.smackx.privacy.packet.PrivacyItem
-
Sets whether the receiver allows or denies incoming IQ stanzas or not.
- setFilterMessage(boolean) - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Sets wheather the receiver allows or denies incoming messages or not.
- setFilterPresenceIn(boolean) - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Sets whether the receiver allows or denies incoming presence or not.
- setFilterPresenceOut(boolean) - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Sets whether the receiver allows or denies outgoing presence or not.
- setFirstName(String) - Method in class org.jivesoftware.smackx.vcardtemp.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.commands.packet.AdHocCommandData
-
- setFrom(String) - Method in class org.jivesoftware.smackx.delay.packet.DelayInfo
-
- setFrom(String) - Method in class org.jivesoftware.smackx.delay.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.muc.packet.MUCUser.Decline
-
Sets the bare JID of the invitee that rejected the invitation.
- setFrom(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
-
Sets the bare JID of the inviter or, optionally, the room JID.
- setHash(String) - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.File
-
Sets the MD5 sum of the file's contents
- setHistory(MUCInitialPresence.History) - Method in class org.jivesoftware.smackx.muc.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.commands.packet.AdHocCommandData
-
- setIdentity(DiscoverInfo.Identity) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Sets the default identity the client will report.
- setIdentityName(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Sets the name of the 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.
- setInstructions(String) - Method in class org.jivesoftware.smackx.xdata.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.xdata.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.muc.packet.MUCUser
-
Sets the invitation for another user to a room.
- setItem(MUCUser.Item) - Method in class org.jivesoftware.smackx.muc.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
- setJabberId(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- setJavaObjectEnabled(boolean) - Static method in class org.jivesoftware.smackx.jiveproperties.JivePropertiesManager
-
Enables deserialization of Java objects embedded in the 'properties' packet extension.
- setJid(String) - Method in class org.jivesoftware.smackx.muc.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.muc.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.muc.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.muc.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.muc.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.offline.packet.OfflineMessageRequest.Item
-
- setJidCapsMaxCacheSize(int) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Sets the maximum Cache size for the JID to nodeVer Cache
- setLabel(String) - Method in class org.jivesoftware.smackx.xdata.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.smackx.disco.packet.DiscoverInfo.Identity
-
Sets the natural language (xml:lang) for this identity (optional)
- setLastActivity(long) - Method in class org.jivesoftware.smackx.iqlast.packet.LastActivity
-
- setLastName(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- setLocalSocks5ProxyEnabled(boolean) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Sets if the local Socks5 proxy should be started.
- setLocalSocks5ProxyPort(int) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Sets the port of the local Socks5 proxy.
- 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.muc.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
-
- 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.muc.packet.MUCInitialPresence.History
-
Sets the total number of messages to receive in the history.
- setMiddleName(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- setMimeType(String) - Method in class org.jivesoftware.smackx.si.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(Bytestream.Mode) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Set the transport mode.
- setName(String) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
- setName(String) - Method in class org.jivesoftware.smackx.bookmarks.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.commands.packet.AdHocCommandData
-
- setName(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
-
Set the identity's name.
- setName(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
-
Sets the entity's name.
- setName(String) - Method in class org.jivesoftware.smackx.iqversion.packet.Version
-
Sets the natural-language name of the software.
- setName(String) - Method in class org.jivesoftware.smackx.nick.packet.Nick
-
Sets the value of this nickname
- setNick(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCAdmin.Item
-
Sets the new nickname of an occupant that is changing his/her nickname.
- setNick(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Item
-
Sets the new nickname of an occupant that is changing his/her nickname.
- setNick(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Item
-
Sets the new nickname of an occupant that is changing his/her nickname.
- setNickname(String) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
- setNickName(String) - Method in class org.jivesoftware.smackx.vcardtemp.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.commands.packet.AdHocCommandData
-
- setNode(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
-
Sets the node attribute that supplements the 'jid' attribute.
- setNode(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
-
Sets the node attribute that supplements the 'jid' attribute.
- setNode(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems
-
Sets the node attribute that supplements the 'jid' attribute.
- setNode(String) - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageInfo
-
Sets the stamp that uniquely identifies the offline message.
- setNodeInformationProvider(String, NodeInformationProvider) - Method in class org.jivesoftware.smackx.disco.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.address.packet.MultipleAddresses
-
Indicate that the packet being sent should not be replied.
- 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.
- setOffline(boolean) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
When the message is a request sets if the sender of the message requests to be notified
when the receiver of the message is offline.
- setOrganization(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- setOrganizationUnit(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
- setOs(String) - Method in class org.jivesoftware.smackx.iqversion.packet.Version
-
Sets the operating system of the queried entity.
- 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.
- setPacketID(String) - Method in class org.jivesoftware.smackx.xevent.packet.MessageEvent
-
Sets the unique ID of the message that requested to be notified of the event.
- setPassword(String) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
- setPassword(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
-
Sets the password to use when the room requires a password.
- setPassword(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
Sets the password to use to enter Password-Protected Room.
- setPerHop(boolean) - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
-
Sets this amp ruleset to be "per-hop".
- setPersistentCache(EntityCapsPersistentCache) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
-
Set the persistent cache implementation
- setPersistentItems(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether items should be persisted in the node.
- setPhoneHome(String, String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Set home phone number
- setPhoneWork(String, String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
-
Set work phone number
- setPingInterval(int) - Method in class org.jivesoftware.smackx.ping.PingManager
-
Set the interval between the server is automatic pinged.
- 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.
- setPrivacyList(String, List<PrivacyItem>) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
-
Set or update a privacy list with privacy items.
- setPrivacyList(String, List<PrivacyItem>) - Method in interface org.jivesoftware.smackx.privacy.PrivacyListListener
-
Set or update a privacy list with PrivacyItem.
- setPrivateData(PrivateData) - Method in class org.jivesoftware.smackx.iqprivate.PrivateDataManager
-
Sets a private data value.
- setProperty(String, Object) - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
-
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.offline.packet.OfflineMessageRequest
-
Sets if all the offline messages of the user should be deleted.
- setRanged(boolean) - Method in class org.jivesoftware.smackx.si.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.delay.packet.DelayInfo
-
- setReason(String) - Method in class org.jivesoftware.smackx.delay.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.muc.packet.MUCAdmin.Item
-
Sets the reason for the item child.
- setReason(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Destroy
-
Sets the reason for the room destruction.
- setReason(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner.Item
-
Sets the reason for the item child.
- setReason(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
-
Sets the message explaining why the invitation was rejected.
- setReason(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Destroy
-
Sets the reason for the room destruction.
- setReason(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
-
Sets the message explaining the invitation.
- setReason(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Item
-
Sets the reason for the item child.
- 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.xdata.packet.DataForm
-
Sets the fields that will be returned from a search.
- setRequired(boolean) - Method in class org.jivesoftware.smackx.xdata.FormField
-
Sets if the question must be answered in order to complete the questionnaire.
- 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.muc.packet.MUCOwner.Item
-
Sets the temporary position or privilege level of an occupant within a room.
- setRosterGroupsAllowed(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets the roster groups that are allowed to subscribe and retrieve items.
- setRss(boolean) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedURL
-
Set to true if this URL is an RSS or news feed.
- 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.muc.packet.MUCInitialPresence.History
-
Sets the number of seconds to use to filter the messages received during that time.
- setServiceEnabled(XMPPConnection, boolean) - Static method in class org.jivesoftware.smackx.amp.AMPManager
-
Enables or disables the AMP support on a given connection.
- setServiceEnabled(XMPPConnection, boolean) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
-
Enable the Jabber services related to file transfer on the particular
connection.
- setServiceEnabled(XMPPConnection, boolean) - Static method in class org.jivesoftware.smackx.xhtmlim.XHTMLManager
-
Enables or disables the XHTML support on a given connection.
- 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.commands.packet.AdHocCommandData
-
- setSessionID(String) - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation
-
The "id" attribute is an opaque identifier.
- setShared(boolean) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
-
- setShared(boolean) - Method in class org.jivesoftware.smackx.bookmarks.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.muc.packet.MUCInitialPresence.History
-
Sets the since date to use to filter the messages received during that time.
- setStanza(InBandBytestreamManager.StanzaType) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Sets the stanza used to send data packets.
- setStatus(AdHocCommand.Status) - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData
-
- setStatus(FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- setStatus(FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
-
- setStatus(MUCUser.Status) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
-
Sets the status which holds a code that assists in presenting notification messages.
- setSubscribe(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
-
Sets whether subscriptions are allowed.
- 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.
- setTime(Date) - Method in class org.jivesoftware.smackx.time.packet.Time
-
Sets the time using the local time.
- 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.xdata.Form
-
Sets the description of the data.
- setTitle(String) - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
-
Sets the description of the data.
- setTo(String) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
-
Sets the bare JID of the inviter.
- setTo(String) - Method in class org.jivesoftware.smackx.muc.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.
- setType(String) - Method in class org.jivesoftware.smackx.xdata.FormField
-
Sets an indicative of the format for the data to answer.
- setTzo(String) - Method in class org.jivesoftware.smackx.time.packet.Time
-
Sets the time zone offset.
- 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.
- setUtc(String) - Method in class org.jivesoftware.smackx.time.packet.Time
-
Sets the time using UTC formatted String in the format CCYY-MM-DDThh:mm:ssZ.
- setValue(String, String) - Method in class org.jivesoftware.smackx.iqprivate.packet.DefaultPrivateData
-
Sets a value given the name.
- setVersion(String) - Method in class org.jivesoftware.smackx.iqversion.packet.Version
-
Sets the specific version of the software.
- setVersion(Version) - Method in class org.jivesoftware.smackx.iqversion.VersionManager
-
- SharedBookmark - Interface in org.jivesoftware.smackx.bookmarks
-
Interface to indicate if a bookmark is shared across the server.
- SharedGroupManager - Class in org.jivesoftware.smackx.sharedgroups
-
A SharedGroupManager provides services for discovering the shared groups where a user belongs.
- SharedGroupManager() - Constructor for class org.jivesoftware.smackx.sharedgroups.SharedGroupManager
-
- SharedGroupsInfo - Class in org.jivesoftware.smackx.sharedgroups.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.sharedgroups.packet.SharedGroupsInfo
-
- SharedGroupsInfo.Provider - Class in org.jivesoftware.smackx.sharedgroups.packet
-
Internal Search service Provider.
- SharedGroupsInfo.Provider() - Constructor for class org.jivesoftware.smackx.sharedgroups.packet.SharedGroupsInfo.Provider
-
Provider Constructor.
- shouldNotReply() - Method in class org.jivesoftware.smackx.address.MultipleRecipientInfo
-
Returns true if the received packet should not be replied.
- SimpleDirectoryPersistentCache - Class in org.jivesoftware.smackx.caps.cache
-
Simple implementation of an EntityCapsPersistentCache that uses a directory
to store the Caps information for every known node.
- SimpleDirectoryPersistentCache(File) - Constructor for class org.jivesoftware.smackx.caps.cache.SimpleDirectoryPersistentCache
-
Creates a new SimpleDirectoryPersistentCache Object.
- SimpleDirectoryPersistentCache(File, StringEncoder) - Constructor for class org.jivesoftware.smackx.caps.cache.SimpleDirectoryPersistentCache
-
Creates a new SimpleDirectoryPersistentCache Object.
- 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
-
- SimplePayload(String, String, String) - Constructor for class org.jivesoftware.smackx.pubsub.SimplePayload
-
Construct a SimplePayload object with the specified element name,
namespace and content.
- 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.
- Socks5TransferNegotiator - Class in org.jivesoftware.smackx.filetransfer
-
Negotiates a SOCKS5 Bytestream to be used for file transfers.
- start() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
-
Starts the local SOCKS5 proxy server.
- state - Variable in class org.jivesoftware.smackx.pubsub.Subscription
-
- stateChanged(Chat, ChatState) - Method in interface org.jivesoftware.smackx.chatstates.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
- 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
-
- streamID - Variable in class org.jivesoftware.smackx.filetransfer.FileTransfer
-
- StreamInitiation - Class in org.jivesoftware.smackx.si.packet
-
The process by which two entities initiate a stream.
- StreamInitiation() - Constructor for class org.jivesoftware.smackx.si.packet.StreamInitiation
-
- StreamInitiation.Feature - Class in org.jivesoftware.smackx.si.packet
-
The feature negotiation portion of the StreamInitiation packet.
- StreamInitiation.Feature(DataForm) - Constructor for class org.jivesoftware.smackx.si.packet.StreamInitiation.Feature
-
The dataform can be provided as part of the constructor.
- StreamInitiation.File - Class in org.jivesoftware.smackx.si.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.si.packet.StreamInitiation.File
-
Constructor providing the name of the file and its size.
- StreamInitiationProvider - Class in org.jivesoftware.smackx.si.provider
-
The StreamInitiationProvider parses StreamInitiation packets.
- StreamInitiationProvider() - Constructor for class org.jivesoftware.smackx.si.provider.StreamInitiationProvider
-
- StreamNegotiator - Class in org.jivesoftware.smackx.filetransfer
-
After the file transfer negotiation process is completed according to
XEP-0096, the negotiation process is passed off to a particular stream
negotiator.
- StreamNegotiator() - Constructor for class org.jivesoftware.smackx.filetransfer.StreamNegotiator
-
- 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.
- 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.smackx.privacy.packet.PrivacyItem
-
Value for subscription type rules.
- SUBSCRIPTION_FROM - Static variable in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
- SUBSCRIPTION_NONE - Static variable in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
- SUBSCRIPTION_TO - Static variable in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
- 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
-
- supportsFeature(String, String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
-
Queries the remote entity for it's features and returns true if the given feature is found.
- supportsFlexibleRetrieval() - Method in class org.jivesoftware.smackx.offline.OfflineMessageManager
-
Returns true if the server supports Flexible Offline Message Retrieval.