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

A

A - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
AbstractDelayInformationProvider - Class in org.jivesoftware.smackx.delay.provider
 
AbstractDelayInformationProvider() - Constructor for class org.jivesoftware.smackx.delay.provider.AbstractDelayInformationProvider
 
AbstractNodeInformationProvider - Class in org.jivesoftware.smackx.disco
 
AbstractNodeInformationProvider() - Constructor for class org.jivesoftware.smackx.disco.AbstractNodeInformationProvider
 
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(Stanza) - Method in class org.jivesoftware.smackx.delay.filter.DelayedStanzaFilter
 
accept() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Accepts this file transfer and creates the incoming file transfer.
acceptSpecific(Privacy) - Method in class org.jivesoftware.smackx.privacy.filter.SetActiveListFilter
 
acceptSpecific(Privacy) - Method in class org.jivesoftware.smackx.privacy.filter.SetDefaultListFilter
 
AccessModel - Enum in org.jivesoftware.smackx.pubsub
This enumeration represents the access models for the pubsub node as defined in the pubsub specification section 16.4.3
AccountManager - Class in org.jivesoftware.smackx.iqregister
Allows creation and management of accounts on an XMPP server.
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(MultipleAddresses.Type, String, String, String, boolean, String) - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses
Adds a new address to which the stanza(/packet) is going to be sent or was sent.
addBody(CharSequence) - Method in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
Adds a body to the packet.
addBody(Message, XHTMLText) - 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
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.
addExtensionElement(Element) - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
 
addFeature(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
Adds a new feature to the discovered information.
addFeature(DiscoverInfo.Feature) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
 
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
Adds BytestreamListener that is called for every incoming bytestream request unless there is a user specific BytestreamListener registered.
addIncomingBytestreamListener(BytestreamListener, String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Adds BytestreamListener that is called for every incoming bytestream request unless there is a user specific BytestreamListener registered.
addIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Adds InBandBytestreamListener that is called for every incoming in-band bytestream request unless there is a user specific InBandBytestreamListener registered.
addIncomingBytestreamListener(BytestreamListener, String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Adds InBandBytestreamListener that is called for every incoming in-band bytestream request from the given user.
addIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Adds BytestreamListener that is called for every incoming SOCKS5 Bytestream request unless there is a user specific BytestreamListener registered.
addIncomingBytestreamListener(BytestreamListener, String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Adds BytestreamListener that is called for every incoming SOCKS5 Bytestream request from the given user.
addInstruction(String) - Method in class org.jivesoftware.smackx.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(InvitationListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
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(MUCItem) - Method in class org.jivesoftware.smackx.muc.packet.MUCAdmin
Adds an item child that holds information about roles, affiliation, jids and nicks.
addItem(MUCItem) - 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 privacy list 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.
addMessageListener(MessageListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a stanza(/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
 
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(PresenceListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a stanza(/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(PresenceListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Adds a new StanzaListener 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(Stanza, 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
Get informed about incoming delivery receipts with a ReceiptReceivedListener.
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.
addStatusCode(MUCUser.Status) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
Add a status code which hold a code that assists in presenting notification messages.
addStatusCodes(Set<MUCUser.Status>) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
Add the status codes which holds the codes that assists in presenting notification messages.
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.
addTo(Message) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
Add a delivery receipt request to an outgoing packet.
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
 
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.
appendCloseBodyTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
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.
appendCloseLineItemTag() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
Appends a tag that indicates that a line item 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.
appendXML(XmlStringBuilder) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
appendXML(XmlStringBuilder) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.BasicValidateElement
 
appendXML(XmlStringBuilder) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.OpenValidateElement
 
appendXML(XmlStringBuilder) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RangeValidateElement
 
appendXML(XmlStringBuilder) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RegexValidateElement
 
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
A ExtensionElementProvider for the AttentionExtension.
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
 
autoAddDeliveryReceiptRequests() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
Enables automatic requests of delivery receipts for outgoing messages of Message.Type#normal, Message.Type#chat or Message.Type#headline, and with a Message.Body extension.

B

banned(String, String, String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
banned(String, String) - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
banned(String, String, String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator or owner banned a participant from the room.
banned(String, String) - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator or owner banned your user from the room.
BANNED_301 - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
banUser(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Bans a user from the room.
banUsers(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Bans users from the room.
BLOCKQUOTE - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
BookmarkedConference - Class in org.jivesoftware.smackx.bookmarks
Respresents a Conference Room bookmarked on the server using XEP-0048 Bookmark Storage XEP.
BookmarkedConference(String) - Constructor for class org.jivesoftware.smackx.bookmarks.BookmarkedConference
 
BookmarkedConference(String, String, boolean, String, String) - Constructor for class org.jivesoftware.smackx.bookmarks.BookmarkedConference
 
BookmarkedURL - Class in org.jivesoftware.smackx.bookmarks
Respresents one instance of a URL defined using XEP-0048 Bookmark Storage XEP.
BookmarkedURL(String) - Constructor for class org.jivesoftware.smackx.bookmarks.BookmarkedURL
 
BookmarkedURL(String, String, boolean) - Constructor for class org.jivesoftware.smackx.bookmarks.BookmarkedURL
 
BookmarkManager - Class in org.jivesoftware.smackx.bookmarks
Provides methods to manage bookmarks in accordance with XEP-0048.
Bookmarks - Class in org.jivesoftware.smackx.bookmarks
Bookmarks is used for storing and retrieving URLS and Conference rooms.
Bookmarks() - Constructor for class org.jivesoftware.smackx.bookmarks.Bookmarks
Required Empty Constructor to use Bookmarks.
Bookmarks.Provider - Class in org.jivesoftware.smackx.bookmarks
The IQ Provider for BookmarkStorage.
Bookmarks.Provider() - Constructor for class org.jivesoftware.smackx.bookmarks.Bookmarks.Provider
Empty Constructor for PrivateDataProvider.
BR - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
Bytestream - Class in org.jivesoftware.smackx.bytestreams.socks5.packet
A stanza(/packet) representing part of a SOCKS5 Bytestream negotiation.
Bytestream() - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
The default constructor
Bytestream(String) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
A constructor where the session ID can be specified.
Bytestream.Activate - Class in org.jivesoftware.smackx.bytestreams.socks5.packet
The stanza(/packet) sent by the stream initiator to the stream proxy to activate the connection.
Bytestream.Activate(String) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
Default constructor specifying the target of the stream.
Bytestream.Mode - Enum in org.jivesoftware.smackx.bytestreams.socks5.packet
The stream can be either a TCP stream or a UDP stream.
Bytestream.StreamHost - Class in org.jivesoftware.smackx.bytestreams.socks5.packet
Stanza(/Packet) extension that represents a potential SOCKS5 proxy for the file transfer.
Bytestream.StreamHost(String, String) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
Bytestream.StreamHost(String, String, int) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
Default constructor.
Bytestream.StreamHostUsed - Class in org.jivesoftware.smackx.bytestreams.socks5.packet
After selected a SOCKS5 stream host and successfully connecting, the target of the file transfer returns a byte stream stanza(/packet) with the stream host used extension.
Bytestream.StreamHostUsed(String) - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
Default constructor.
BytestreamListener - Interface in org.jivesoftware.smackx.bytestreams
BytestreamListener are notified if a remote user wants to initiate a bytestream.
BytestreamManager - Interface in org.jivesoftware.smackx.bytestreams
BytestreamManager provides a generic interface for bytestream managers.
BytestreamRequest - Interface in org.jivesoftware.smackx.bytestreams
BytestreamRequest provides an interface to handle incoming bytestream requests.
BytestreamSession - Interface in org.jivesoftware.smackx.bytestreams
BytestreamSession provides an interface for established bytestream sessions.
BytestreamsProvider - Class in org.jivesoftware.smackx.bytestreams.socks5.provider
Parses a bytestream packet.
BytestreamsProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.socks5.provider.BytestreamsProvider
 

C

cancel() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Cancels the execution of the command.
cancel() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
cancel() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Cancels the file transfer.
cancel() - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
 
cancel() - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
canPublishItems(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Returns true if the server supports publishing of items.
canPublishItems(DiscoverInfo) - Static method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Returns true if the server supports publishing of items.
CapsExtension - Class in org.jivesoftware.smackx.caps.packet
A XEP-0115 Entity Capabilities extension.
CapsExtension(String, String, String) - Constructor for class org.jivesoftware.smackx.caps.packet.CapsExtension
 
CapsExtensionProvider - Class in org.jivesoftware.smackx.caps.provider
 
CapsExtensionProvider() - Constructor for class org.jivesoftware.smackx.caps.provider.CapsExtensionProvider
 
CapsVersionAndHash - Class in org.jivesoftware.smackx.caps
 
CapsVersionAndHash(String, String) - Constructor for class org.jivesoftware.smackx.caps.CapsVersionAndHash
 
changeAvailabilityStatus(String, Presence.Mode) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the occupant's availability status within the room.
changeDefaultList(String) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
Sets a given privacy list as the new user default list.
changeNickname(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the occupant's nickname to a new nickname within the room.
changePassword(String) - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Changes the password of the currently logged-in account.
changeSubject(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the subject within the room.
ChatState - Enum in org.jivesoftware.smackx.chatstates
Represents the current state of a users interaction with another user.
ChatStateExtension - Class in org.jivesoftware.smackx.chatstates.packet
Represents a chat state which is an extension to message packets which is used to indicate the current status of a chat participant.
ChatStateExtension(ChatState) - Constructor for class org.jivesoftware.smackx.chatstates.packet.ChatStateExtension
Default constructor.
ChatStateExtension.Provider - Class in org.jivesoftware.smackx.chatstates.packet
 
ChatStateExtension.Provider() - Constructor for class org.jivesoftware.smackx.chatstates.packet.ChatStateExtension.Provider
 
ChatStateListener - Interface in org.jivesoftware.smackx.chatstates
Events for when the state of a user in a chat changes.
ChatStateManager - Class in org.jivesoftware.smackx.chatstates
Handles chat state for all chats on a particular XMPPConnection.
checkConsistency(FormField) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.BasicValidateElement
 
checkConsistency(FormField) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
Check if this element is consistent according to the business rules in XEP=0122
checkConsistency(FormField) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.OpenValidateElement
 
checkConsistency(FormField) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RangeValidateElement
 
checkConsistency(FormField) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RegexValidateElement
 
checkListRangeConsistency(FormField) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
The element SHOULD be included only when the is of type "list-multi" and SHOULD be ignored otherwise.
checkNonMultiConsistency(FormField, String) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
ChildrenAssociationPolicy - Enum in org.jivesoftware.smackx.pubsub
This enumeration represents the children association policy for associating leaf nodes with collection nodes as defined in the pubsub specification section 16.4.3
CITE - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
clearBookmarkedConferences() - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
Removes all BookmarkedConferences from Bookmarks.
clearBookmarkedURLS() - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
Removes all BookmarkedURLs from user's bookmarks.
clearMemoryCache() - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
Clears the memory cache.
clone() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
 
clone() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
 
clone() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
 
close() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
Closes the bytestream session.
close() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
 
Close - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a request to close an In-Band Bytestream.
Close(String) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
Creates a new In-Band Bytestream close request packet.
close() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
 
closeByLocal(boolean) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
This method is invoked if one of the streams has been closed locally, if an error occurred locally or if the whole session should be closed.
closeByPeer(Close) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
This method is invoked if a request to close the In-Band Bytestream has been received.
CloseIQProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
Parses a close In-Band Bytestream packet.
CloseIQProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.CloseIQProvider
 
CODE - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
CollectionNode - Class in org.jivesoftware.smackx.pubsub
 
compareTo(DiscoverInfo.Identity) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
Compares this identity with another one.
complete(Form) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Completes the command execution with the information provided in the response.
complete(Form) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
con - Variable in class org.jivesoftware.smackx.pubsub.Node
 
condition - Variable in class org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
 
ConfigEventProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the node configuration element out of the message event stanza from the server as specified in the configuration schema.
ConfigEventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.ConfigEventProvider
 
configEventToListenerMap - Variable in class org.jivesoftware.smackx.pubsub.Node
 
configRequired - Variable in class org.jivesoftware.smackx.pubsub.Subscription
 
ConfigurationEvent - Class in org.jivesoftware.smackx.pubsub
Represents the configuration element of a pubsub message event which associates a configuration form to the node which was configured.
ConfigurationEvent(String) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
ConfigurationEvent(String, ConfigureForm) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
ConfigureForm - Class in org.jivesoftware.smackx.pubsub
A decorator for a Form to easily enable reading and updating of node configuration.
ConfigureForm(DataForm) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a decorator from an existing DataForm that has been retrieved from parsing a node configuration request.
ConfigureForm(Form) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a decorator from an existing Form for node configuration.
ConfigureForm(DataForm.Type) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a new form for configuring a node.
ConfigureNodeFields - Enum in org.jivesoftware.smackx.pubsub
This enumeration represents all the fields of a node configuration form.
containsDuplicateFeatures() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
Test if a DiscoverInfo response contains duplicate features.
containsDuplicateIdentities() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
Test if a DiscoverInfo response contains duplicate identities.
containsFeature(String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
Returns true if the specified feature is part of the discovered information.
countStreamHosts() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the count of stream hosts contained in this packet.
create(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Creates the room according to some default configuration, assign the requesting user as the room owner, and add the owner to the room but not allow anyone else to enter the room (effectively "locking" the room).
create(String) - Static method in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
create(Integer) - Static method in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
createAccount(String, String) - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Creates a new account using the specified username and password.
createAccount(String, String, Map<String, String>) - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Creates a new account using the specified username, password and account attributes.
createAnswerForm() - Method in class org.jivesoftware.smackx.xdata.Form
Returns a new Form to submit the completed values.
createIncomingFileTransfer(FileTransferRequest) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
When the file transfer request is acceptable, this method should be invoked.
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
This method handles the file stream download negotiation process.
createInitiationAccept(StreamInitiation, String[]) - Static method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
Creates the initiation acceptance stanza(/packet) to forward to the stream initiator.
createMessage() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Creates a new Message to send to the chat room.
createNode() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates an instant node, if supported.
createNode(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates a node with default configuration.
createNode(String, Form) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates a node with specified configuration.
createOrJoin(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Same as MultiUserChat.createOrJoin(String, String, DiscussionHistory, long), but without a password, specifying a discussion history and using the connections default reply timeout.
createOrJoin(String, String, DiscussionHistory, long) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Like MultiUserChat.create(String), but will return true if the room creation was acknowledged by the service (with an 201 status code).
createOutgoingFileTransfer(String) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
Creates an OutgoingFileTransfer to send a file to another user.
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
This method handles the file upload stream negotiation process.
createPrivacyList(String, List<PrivacyItem>) - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
The client has created a new list.
createPrivateChat(String, ChatMessageListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a new Chat for sending private messages to a given room occupant.
createPubsubPacket(IQ.Type, ExtensionElement) - Method in class org.jivesoftware.smackx.pubsub.Node
 
createPubsubPacket(IQ.Type, ExtensionElement, PubSubNamespace) - Method in class org.jivesoftware.smackx.pubsub.Node
 
createPubsubPacket(String, IQ.Type, ExtensionElement, PubSubNamespace) - Static method in class org.jivesoftware.smackx.pubsub.packet.PubSub
 
createResponse(IQ) - Static method in class org.jivesoftware.smackx.time.packet.Time
 
createResultFor(Stanza, Version) - Static method in class org.jivesoftware.smackx.iqversion.packet.Version
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.AffiliationProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.AffiliationsProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.ConfigEventProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.EventProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.FormNodeProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.ItemsProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.RetractEventProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.SimpleNodeProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.provider.SubscriptionsProvider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.receipts.DeliveryReceipt.Provider
 
createReturnExtension(String, String, Map<String, String>, List<? extends ExtensionElement>) - Method in class org.jivesoftware.smackx.shim.provider.HeadersProvider
 

D

Data - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a chunk of data sent over an In-Band Bytestream encapsulated in an IQ stanza.
Data(DataPacketExtension) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Data
Constructor.
DataForm - Class in org.jivesoftware.smackx.xdata.packet
Represents a form that could be use for gathering data as well as for reporting data returned from a search.
DataForm(DataForm.Type) - Constructor for class org.jivesoftware.smackx.xdata.packet.DataForm
 
DataForm.Item - Class in org.jivesoftware.smackx.xdata.packet
Represents items of reported data.
DataForm.Item(List<FormField>) - Constructor for class org.jivesoftware.smackx.xdata.packet.DataForm.Item
 
DataForm.ReportedData - Class in org.jivesoftware.smackx.xdata.packet
Represents the fields that will be returned from a search.
DataForm.ReportedData(List<FormField>) - Constructor for class org.jivesoftware.smackx.xdata.packet.DataForm.ReportedData
 
DataForm.Type - Enum in org.jivesoftware.smackx.xdata.packet
 
DataFormProvider - Class in org.jivesoftware.smackx.xdata.provider
The DataFormProvider parses DataForm packets.
DataFormProvider() - Constructor for class org.jivesoftware.smackx.xdata.provider.DataFormProvider
 
DataLayout - Class in org.jivesoftware.smackx.xdatalayout.packet
DataLayout Extension according to XEP-0141: Data Forms Layout.
DataLayout(String) - Constructor for class org.jivesoftware.smackx.xdatalayout.packet.DataLayout
 
DataLayout.DataFormLayoutElement - Interface in org.jivesoftware.smackx.xdatalayout.packet
 
DataLayout.Fieldref - Class in org.jivesoftware.smackx.xdatalayout.packet
 
DataLayout.Fieldref(String) - Constructor for class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Fieldref
 
DataLayout.Reportedref - Class in org.jivesoftware.smackx.xdatalayout.packet
 
DataLayout.Reportedref() - Constructor for class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Reportedref
 
DataLayout.Section - Class in org.jivesoftware.smackx.xdatalayout.packet
 
DataLayout.Section(String) - Constructor for class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Section
 
DataLayout.Text - Class in org.jivesoftware.smackx.xdatalayout.packet
 
DataLayout.Text(String) - Constructor for class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Text
 
DataLayoutProvider - Class in org.jivesoftware.smackx.xdatalayout.provider
Extension Provider for Page layout of forms.
DataLayoutProvider() - Constructor for class org.jivesoftware.smackx.xdatalayout.provider.DataLayoutProvider
 
DataPacketExtension - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a chunk of data of an In-Band Bytestream within an IQ stanza or a message stanza
DataPacketExtension(String, long, String) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
Creates a new In-Band Bytestream data packet.
DataPacketProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
Parses an In-Band Bytestream data stanza(/packet) which can be a stanza(/packet) extension of either an IQ stanza or a message stanza.
DataPacketProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider
 
DataPacketProvider.IQProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
 
DataPacketProvider.IQProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider.IQProvider
 
DataPacketProvider.PacketExtensionProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
 
DataPacketProvider.PacketExtensionProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider.PacketExtensionProvider
 
DATATYPE_XS_STRING - Static variable in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
DataValidationProvider - Class in org.jivesoftware.smackx.xdatavalidation.provider
Extension Provider for Data validation of forms.
DataValidationProvider() - Constructor for class org.jivesoftware.smackx.xdatavalidation.provider.DataValidationProvider
 
decline(String, String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
Informs the sender of an invitation that the invitee declines the invitation.
declineActiveList() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
Client declines the use of active lists.
declineDefaultList() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
Client declines the use of default lists.
DefaultParticipantStatusListener - Class in org.jivesoftware.smackx.muc
Default implementation of the ParticipantStatusListener interface.
DefaultParticipantStatusListener() - Constructor for class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
DefaultPrivateData - Class in org.jivesoftware.smackx.iqprivate.packet
Default implementation of the PrivateData interface.
DefaultPrivateData(String, String) - Constructor for class org.jivesoftware.smackx.iqprivate.packet.DefaultPrivateData
Creates a new generic private data object.
DefaultUserStatusListener - Class in org.jivesoftware.smackx.muc
Default implementation of the UserStatusListener interface.
DefaultUserStatusListener() - Constructor for class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
DelayedStanzaFilter - Class in org.jivesoftware.smackx.delay.filter
Filters stanza with delay information, ie.
DelayInformation - Class in org.jivesoftware.smackx.delay.packet
Represents timestamp information about data stored for later delivery.
DelayInformation(Date, String, String) - Constructor for class org.jivesoftware.smackx.delay.packet.DelayInformation
Creates a new instance with the specified timestamp.
DelayInformation(Date) - Constructor for class org.jivesoftware.smackx.delay.packet.DelayInformation
 
DelayInformationManager - Class in org.jivesoftware.smackx.delay
Delayed Delivery (XEP-203)
DelayInformationManager() - Constructor for class org.jivesoftware.smackx.delay.DelayInformationManager
 
DelayInformationProvider - Class in org.jivesoftware.smackx.delay.provider
The DelayInformationProvider parses DelayInformation packets.
DelayInformationProvider() - Constructor for class org.jivesoftware.smackx.delay.provider.DelayInformationProvider
 
deleteAccount() - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Deletes the currently logged-in account from the server.
deleteAllItems() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Purges the node of all items.
deleteItem(String) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Delete the item with the specified id from the node.
deleteItem(Collection<String>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Delete the items with the specified id's from the node.
deleteList(String) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
Remove the list.
deleteMessages(List<String>) - Method in class org.jivesoftware.smackx.offline.OfflineMessageManager
Deletes the specified list of offline messages.
deleteMessages() - Method in class org.jivesoftware.smackx.offline.OfflineMessageManager
Deletes all offline messages of the user.
deleteNode(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Delete the specified node
deletePrivacyList(String) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
Deletes an existing privacy list.
deletePrivacyList(String) - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
Remove a privacy list.
deleteProperty(String) - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
Deletes a property.
DeliveryReceipt - Class in org.jivesoftware.smackx.receipts
Represents a message delivery receipt entry as specified by Message Delivery Receipts.
DeliveryReceipt(String) - Constructor for class org.jivesoftware.smackx.receipts.DeliveryReceipt
 
DeliveryReceipt.Provider - Class in org.jivesoftware.smackx.receipts
This Provider parses and returns DeliveryReceipt packets.
DeliveryReceipt.Provider() - Constructor for class org.jivesoftware.smackx.receipts.DeliveryReceipt.Provider
 
DeliveryReceiptManager - Class in org.jivesoftware.smackx.receipts
Manager for XEP-0184: Message Delivery Receipts.
DeliveryReceiptManager.AutoReceiptMode - Enum in org.jivesoftware.smackx.receipts
Specifies when incoming message delivery receipt requests should be automatically acknowledged with an receipt.
DeliveryReceiptRequest - Class in org.jivesoftware.smackx.receipts
Represents a message delivery receipt request entry as specified by Message Delivery Receipts.
DeliveryReceiptRequest() - Constructor for class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
 
DeliveryReceiptRequest.Provider - Class in org.jivesoftware.smackx.receipts
This Provider parses and returns DeliveryReceiptRequest packets.
DeliveryReceiptRequest.Provider() - Constructor for class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest.Provider
 
destroy(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Sends a request to the server to destroy the room.
Destroy - Class in org.jivesoftware.smackx.muc.packet
Represents a request to the server to destroy a room.
Destroy() - Constructor for class org.jivesoftware.smackx.muc.packet.Destroy
 
destroy() - Method in class org.jivesoftware.smackx.pep.PEPManager
 
disable() - Method in class org.jivesoftware.smackx.iqlast.LastActivityManager
 
disable() - Method in class org.jivesoftware.smackx.time.EntityTimeManager
 
disableEntityCaps() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
 
disableService() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Disables the SOCKS5 Bytestream manager by removing the SOCKS5 Bytestream feature from the service discovery, disabling the listener for SOCKS5 Bytestream initiation requests and resetting its internal state, which includes removing this instance from the managers map.
discoverCommands(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Discover the commands of an specific JID.
DiscoverInfo - Class in org.jivesoftware.smackx.disco.packet
A DiscoverInfo IQ packet, which is used by XMPP clients to request and receive information to/from other XMPP entities.
DiscoverInfo() - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverInfo
 
DiscoverInfo(DiscoverInfo) - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverInfo
Copy constructor
discoverInfo(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Returns the discovered information of a given XMPP entity addressed by its JID.
discoverInfo(String, String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Returns the discovered information of a given XMPP entity addressed by its JID and note attribute.
discoverInfo() - Method in class org.jivesoftware.smackx.pubsub.Node
Discover node information in standard DiscoverInfo format.
DiscoverInfo.Feature - Class in org.jivesoftware.smackx.disco.packet
Represents the features offered by the item.
DiscoverInfo.Feature(DiscoverInfo.Feature) - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
 
DiscoverInfo.Feature(String) - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
Creates a new feature offered by an XMPP entity or item.
DiscoverInfo.Identity - Class in org.jivesoftware.smackx.disco.packet
Represents the identity of a given XMPP entity.
DiscoverInfo.Identity(DiscoverInfo.Identity) - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
 
DiscoverInfo.Identity(String, String) - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
Creates a new identity for an XMPP entity.
DiscoverInfo.Identity(String, String, String) - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
Creates a new identity for an XMPP entity.
DiscoverInfo.Identity(String, String, String, String) - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
Creates a new identity for an XMPP entity.
DiscoverInfoProvider - Class in org.jivesoftware.smackx.disco.provider
The DiscoverInfoProvider parses Service Discovery information packets.
DiscoverInfoProvider() - Constructor for class org.jivesoftware.smackx.disco.provider.DiscoverInfoProvider
 
DiscoverItems - Class in org.jivesoftware.smackx.disco.packet
A DiscoverItems IQ packet, which is used by XMPP clients to request and receive items associated with XMPP entities.
DiscoverItems() - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverItems
 
discoverItems(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Returns the discovered items of a given XMPP entity addressed by its JID.
discoverItems(String, String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Returns the discovered items of a given XMPP entity addressed by its JID and note attribute.
discoverItems() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Get information on the items in the node in standard DiscoverItems format.
DiscoverItems.Item - Class in org.jivesoftware.smackx.disco.packet
An item is associated with an XMPP Entity, usually thought of a children of the parent entity and normally are addressable as a JID.
DiscoverItems.Item(String) - Constructor for class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
Create a new Item associated with a given entity.
DiscoverItemsProvider - Class in org.jivesoftware.smackx.disco.provider
The DiscoverInfoProvider parses Service Discovery items packets.
DiscoverItemsProvider() - Constructor for class org.jivesoftware.smackx.disco.provider.DiscoverItemsProvider
 
discoverNodes(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Get all the nodes that currently exist as a child of the specified collection node.
DiscussionHistory - Class in org.jivesoftware.smackx.muc
The DiscussionHistory class controls the number of characters or messages to receive when entering a room.
DiscussionHistory() - Constructor for class org.jivesoftware.smackx.muc.DiscussionHistory
 
dontAutoAddDeliveryReceiptRequests() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
Disables automatically requests of delivery receipts for outgoing messages.

E

ELEMENT - Static variable in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
 
ELEMENT - Static variable in class org.jivesoftware.smackx.address.packet.MultipleAddresses
 
ELEMENT - Static variable in class org.jivesoftware.smackx.amp.packet.AMPExtension
 
ELEMENT - Static variable in class org.jivesoftware.smackx.amp.packet.AMPExtension.Rule
 
ELEMENT - Static variable in class org.jivesoftware.smackx.bookmarks.Bookmarks
 
ELEMENT - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
 
ELEMENT - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
The element name of the data stanza(/packet) extension.
ELEMENT - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
 
ELEMENT - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
 
ELEMENT - Static variable in class org.jivesoftware.smackx.caps.EntityCapsManager
 
ELEMENT - Static variable in class org.jivesoftware.smackx.caps.packet.CapsExtension
 
ELEMENT - Static variable in class org.jivesoftware.smackx.commands.packet.AdHocCommandData
 
ELEMENT - Static variable in class org.jivesoftware.smackx.delay.packet.DelayInformation
 
ELEMENT - Static variable in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
 
ELEMENT - Static variable in class org.jivesoftware.smackx.disco.packet.DiscoverItems
 
ELEMENT - Static variable in class org.jivesoftware.smackx.forward.packet.Forwarded
 
ELEMENT - Static variable in class org.jivesoftware.smackx.iqlast.packet.LastActivity
 
ELEMENT - Static variable in class org.jivesoftware.smackx.iqprivate.packet.PrivateDataIQ
 
ELEMENT - Static variable in class org.jivesoftware.smackx.iqregister.packet.Registration
 
ELEMENT - Static variable in class org.jivesoftware.smackx.iqregister.packet.Registration.Feature
 
ELEMENT - Static variable in class org.jivesoftware.smackx.iqversion.packet.Version
 
ELEMENT - Static variable in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.Destroy
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation
Element name of the stanza(/packet) extension.
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCAdmin
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence.History
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCItem
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCOwner
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
 
ELEMENT - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
ELEMENT - Static variable in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
 
ELEMENT - Static variable in class org.jivesoftware.smackx.pep.packet.PEPPubSub
 
ELEMENT - Static variable in class org.jivesoftware.smackx.ping.packet.Ping
 
ELEMENT - Static variable in class org.jivesoftware.smackx.privacy.packet.Privacy
 
ELEMENT - Static variable in class org.jivesoftware.smackx.pubsub.Affiliation
 
ELEMENT - Static variable in class org.jivesoftware.smackx.pubsub.packet.PubSub
 
ELEMENT - Static variable in class org.jivesoftware.smackx.receipts.DeliveryReceipt
 
ELEMENT - Static variable in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
 
ELEMENT - Static variable in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
ELEMENT - Static variable in class org.jivesoftware.smackx.search.UserSearch
 
ELEMENT - Static variable in class org.jivesoftware.smackx.sharedgroups.packet.SharedGroupsInfo
 
ELEMENT - Static variable in class org.jivesoftware.smackx.shim.packet.Header
 
ELEMENT - Static variable in class org.jivesoftware.smackx.shim.packet.HeadersExtension
 
ELEMENT - Static variable in class org.jivesoftware.smackx.si.packet.StreamInitiation
 
ELEMENT - Static variable in class org.jivesoftware.smackx.time.packet.Time
 
ELEMENT - Static variable in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
ELEMENT - Static variable in class org.jivesoftware.smackx.vcardtemp.VCardManager
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdata.FormField
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdata.FormField.Option
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdata.packet.DataForm
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdata.packet.DataForm.Item
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdata.packet.DataForm.ReportedData
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Fieldref
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Reportedref
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Section
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Text
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.ListRange
 
ELEMENT - Static variable in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
 
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.attention.packet.AttentionExtension
The XML element name of an 'attention' extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.nick.packet.Nick
 
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
 
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
 
EM - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
EmbeddedPacketExtension - Interface in org.jivesoftware.smackx.pubsub
This interface defines ExtensionElement implementations that contain other extensions.
emptyCache() - Method in interface org.jivesoftware.smackx.caps.cache.EntityCapsPersistentCache
Empty the Cache
emptyCache() - Method in class org.jivesoftware.smackx.caps.cache.SimpleDirectoryPersistentCache
 
enable() - Method in class org.jivesoftware.smackx.iqlast.LastActivityManager
 
enable() - Method in class org.jivesoftware.smackx.time.EntityTimeManager
 
enableEntityCaps() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
 
entityCapsEnabled() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
 
EntityCapsManager - Class in org.jivesoftware.smackx.caps
Keeps track of entity capabilities.
EntityCapsManager.NodeVerHash - Class in org.jivesoftware.smackx.caps
 
EntityCapsPersistentCache - Interface in org.jivesoftware.smackx.caps.cache
 
EntityTimeManager - Class in org.jivesoftware.smackx.time
 
equals(Object) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
 
equals(Object) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedURL
 
equals(Object) - Method in class org.jivesoftware.smackx.chatstates.ChatStateManager
 
equals(Object) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
 
equals(Object) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
Check equality for Identity for category, type, lang and name in that order as defined by XEP-0015 5.4 Processing Method (Step 3.3)
equals(Object) - Method in class org.jivesoftware.smackx.muc.Occupant
 
equals(Object) - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
equals(Object) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
equals(Object) - Method in class org.jivesoftware.smackx.xdata.FormField
 
equals(Object) - Method in class org.jivesoftware.smackx.xdata.FormField.Option
 
errorEstablishingStream(Exception) - Method in interface org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
Called when an exception occurs during the negotiation progress.
establishSession(String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String, String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Establishes an In-Band Bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String, String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Establishes an In-Band Bytestream with the given user using the given session ID and returns the session to send/receive data to/from the user.
establishSession(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Establishes a SOCKS5 Bytestream with the given user and returns the Socket to send/receive data to/from the user.
establishSession(String, String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Establishes a SOCKS5 Bytestream with the given user using the given session ID and returns the Socket to send/receive data to/from the user.
EventElement - Class in org.jivesoftware.smackx.pubsub
Represents the top level element of a pubsub event extension.
EventElement(EventElementType, NodeExtension) - Constructor for class org.jivesoftware.smackx.pubsub.EventElement
 
EventElementType - Enum in org.jivesoftware.smackx.pubsub
This enumeration defines the possible event types that are supported within pubsub event messages.
EventProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the event element out of the message stanza from the server as specified in the event schema.
EventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.EventProvider
 
eventReceived(String, PEPEvent) - Method in interface org.jivesoftware.smackx.pep.PEPListener
Called when PEP events are received as part of a presence subscribe or message filter.
execute() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Executes the command.
execute() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
execute(Form) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
Executes the default action of the command with the information provided in the Form.
ExtensionsInitializer - Class in org.jivesoftware.smack.extensions
Initializes the providers in the experimental code stream.
ExtensionsInitializer() - Constructor for class org.jivesoftware.smack.extensions.ExtensionsInitializer
 

F

FaultTolerantNegotiator - Class in org.jivesoftware.smackx.filetransfer
The fault tolerant negotiator takes two stream negotiators, the primary and the secondary negotiator.
FaultTolerantNegotiator(XMPPConnection, StreamNegotiator, StreamNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
FileTransfer - Class in org.jivesoftware.smackx.filetransfer
Contains the generic file information and progress related to a particular file transfer.
FileTransfer(String, String, FileTransferNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.FileTransfer
 
FileTransfer.Error - Enum in org.jivesoftware.smackx.filetransfer
 
FileTransfer.Status - Enum in org.jivesoftware.smackx.filetransfer
A class to represent the current status of the file transfer.
FileTransferException - Exception in org.jivesoftware.smackx.filetransfer
 
FileTransferException() - Constructor for exception org.jivesoftware.smackx.filetransfer.FileTransferException
 
FileTransferException.NoAcceptableTransferMechanisms - Exception in org.jivesoftware.smackx.filetransfer
 
FileTransferException.NoAcceptableTransferMechanisms() - Constructor for exception org.jivesoftware.smackx.filetransfer.FileTransferException.NoAcceptableTransferMechanisms
 
FileTransferException.NoStreamMethodsOfferedException - Exception in org.jivesoftware.smackx.filetransfer
 
FileTransferException.NoStreamMethodsOfferedException() - Constructor for exception org.jivesoftware.smackx.filetransfer.FileTransferException.NoStreamMethodsOfferedException
 
FileTransferListener - Interface in org.jivesoftware.smackx.filetransfer
File transfers can cause several events to be raised.
FileTransferManager - Class in org.jivesoftware.smackx.filetransfer
The file transfer manager class handles the sending and recieving of files.
FileTransferNegotiator - Class in org.jivesoftware.smackx.filetransfer
Manages the negotiation of file transfers according to XEP-0096.
fileTransferRequest(FileTransferRequest) - Method in interface org.jivesoftware.smackx.filetransfer.FileTransferListener
A request to send a file has been recieved from another user.
FileTransferRequest - Class in org.jivesoftware.smackx.filetransfer
A request to send a file recieved from another user.
FileTransferRequest(FileTransferManager, StreamInitiation) - Constructor for class org.jivesoftware.smackx.filetransfer.FileTransferRequest
A recieve request is constructed from the Stream Initiation request received from the initator.
finalize() - Method in class org.jivesoftware.smackx.pep.PEPManager
 
finalize() - Method in class org.jivesoftware.smackx.ping.PingManager
 
findServices(String, boolean, boolean) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Find all services under the users service that provide a given feature.
Form - Class in org.jivesoftware.smackx.xdata
Represents a Form for gathering data.
Form(DataForm) - Constructor for class org.jivesoftware.smackx.xdata.Form
Creates a new Form that will wrap an existing DataForm.
Form(DataForm.Type) - Constructor for class org.jivesoftware.smackx.xdata.Form
Creates a new Form of a given type from scratch.
FORM_TYPE - Static variable in class org.jivesoftware.smackx.xdata.FormField
The constant String "FORM_TYPE"
FormField - Class in org.jivesoftware.smackx.xdata
Represents a field of a form.
FormField(String) - Constructor for class org.jivesoftware.smackx.xdata.FormField
Creates a new FormField with the variable name that uniquely identifies the field in the context of the form.
FormField() - Constructor for class org.jivesoftware.smackx.xdata.FormField
Creates a new FormField of type FIXED.
FormField.Option - Class in org.jivesoftware.smackx.xdata
Represents the available option of a given FormField.
FormField.Option(String) - Constructor for class org.jivesoftware.smackx.xdata.FormField.Option
 
FormField.Option(String, String) - Constructor for class org.jivesoftware.smackx.xdata.FormField.Option
 
FormField.Type - Enum in org.jivesoftware.smackx.xdata
Form Field Types as defined in XEP-4 § 3.3.
FormNode - Class in org.jivesoftware.smackx.pubsub
Generic stanza(/packet) extension which represents any pubsub form that is parsed from the incoming stream or being sent out to the server.
FormNode(FormNodeType, Form) - Constructor for class org.jivesoftware.smackx.pubsub.FormNode
Create a FormNode which contains the specified form.
FormNode(FormNodeType, String, Form) - Constructor for class org.jivesoftware.smackx.pubsub.FormNode
Create a FormNode which contains the specified form, which is associated with the specified node.
FormNodeProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses one of several elements used in pubsub that contain a form of some kind as a child element.
FormNodeProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.FormNodeProvider
 
FormNodeType - Enum in org.jivesoftware.smackx.pubsub
The types of forms supported by the pubsub specification.
Forwarded - Class in org.jivesoftware.smackx.forward.packet
Stanza(/Packet) extension for >XEP-0297: Stanza Forwarding.
Forwarded(DelayInformation, Stanza) - Constructor for class org.jivesoftware.smackx.forward.packet.Forwarded
Creates a new Forwarded stanza(/packet) extension.
Forwarded(Stanza) - Constructor for class org.jivesoftware.smackx.forward.packet.Forwarded
Creates a new Forwarded stanza(/packet) extension.
ForwardedProvider - Class in org.jivesoftware.smackx.forward.provider
This class implements the ExtensionElementProvider to parse forwarded messages from a packet.
ForwardedProvider() - Constructor for class org.jivesoftware.smackx.forward.provider.ForwardedProvider
 
from(Stanza) - Static method in class org.jivesoftware.smackx.caps.packet.CapsExtension
 
from(Stanza) - Static method in class org.jivesoftware.smackx.delay.packet.DelayInformation
 
from(Stanza) - Static method in class org.jivesoftware.smackx.forward.packet.Forwarded
 
from(Stanza) - Static method in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation
 
from(Stanza) - Static method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
Retrieve the MUCInitialPresence PacketExtension from packet, if any.
from(Stanza) - Static method in class org.jivesoftware.smackx.muc.packet.MUCUser
Retrieve the MUCUser PacketExtension from packet, if any.
from(Message) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceipt
Get the DeliveryReceipt extension of the message, if any.
from(Stanza) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
Get the DeliveryReceiptRequest extension of the packet, if any.
from(Stanza) - Static method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
from(Stanza) - Static method in class org.jivesoftware.smackx.shim.packet.HeadersExtension
Return the SHIM headers extension of this stanza or null if there is none.
from(Stanza) - Static method in class org.jivesoftware.smackx.xdata.packet.DataForm
 
from(Message) - Static method in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
 
fromName(String) - Static method in enum org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Mode
 
fromString(String) - Static method in enum org.jivesoftware.smackx.muc.MUCAffiliation
 
fromString(String) - Static method in enum org.jivesoftware.smackx.muc.MUCRole
 
fromString(String) - Static method in enum org.jivesoftware.smackx.xdata.FormField.Type
Get a form field type from the given string.
fromString(String) - Static method in enum org.jivesoftware.smackx.xdata.packet.DataForm.Type
 

G

generateVerificationString(DiscoverInfo) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
 
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.
getAccountAttribute(String) - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Returns the value of a given account attribute or null if the account attribute wasn't found.
getAccountAttributes() - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Returns an unmodifiable collection of the names of the required account attributes.
getAccountInstructions() - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Returns the instructions for creating a new account, or null if there are no instructions.
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.
getActiveListName() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
Get the name of the active 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.MUCItem
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(MultipleAddresses.Type) - 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 list 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.MUCItem
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<ExtensionElement>, Collection<ExtensionElement>) - 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.
getAfter() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
getAllRequestListeners() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns a list of InBandBytestreamListener that are informed if there are no listeners for a specific initiator.
getAllRequestListeners() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Returns a list of BytestreamListener that are informed if there are no listeners for a specific initiator.
getAmountWritten() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Return the length of bytes written out to the stream.
getAttributes() - Method in class org.jivesoftware.smackx.iqregister.packet.Registration
Returns the map of String key/value pairs of account attributes.
getAutoReceiptMode() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
Get the currently active auto receipt mode.
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
getBefore() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
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.
getCapsVersionAndHash() - 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
Returns the list of MultipleAddresses.Address that were the secondary recipients of the packet.
getChatState() - Method in class org.jivesoftware.smackx.chatstates.packet.ChatStateExtension
 
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.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.
getContactJids() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns Contact Addresses as JIDs, if such are reported.
getCount() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
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 stanza(/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).
getDatatype() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
Specifies the data type of any value contained within the FormField element.
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.
getDefaultListName() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
Get the name of the default 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.
getDelayInformation(Stanza) - Static method in class org.jivesoftware.smackx.delay.DelayInformationManager
Get Delayed Delivery information.
getDelayInformation() - Method in class org.jivesoftware.smackx.forward.packet.Forwarded
get the timestamp of the forwarded packet.
getDelayTimestamp(Stanza) - Static method in class org.jivesoftware.smackx.delay.DelayInformationManager
Get the Delayed Delivery timestamp or null
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.
getEffectiveListName() - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
Returns the name of the effective privacy list.
getElementAttribute() - Method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
 
getElementName() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
 
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.DelayInformation
 
getElementName() - Method in class org.jivesoftware.smackx.forward.packet.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.iqregister.packet.Registration.Feature
 
getElementName() - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
 
getElementName() - Method in class org.jivesoftware.smackx.muc.packet.Destroy
 
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.MUCInitialPresence.History
 
getElementName() - Method in class org.jivesoftware.smackx.muc.packet.MUCItem
 
getElementName() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
 
getElementName() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
 
getElementName() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
 
getElementName() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
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.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.rsm.packet.RSMSet
 
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.FormField
 
getElementName() - Method in class org.jivesoftware.smackx.xdata.FormField.Option
 
getElementName() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
 
getElementName() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Fieldref
 
getElementName() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout
 
getElementName() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Reportedref
 
getElementName() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Section
 
getElementName() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Text
 
getElementName() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
getElementName() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.ListRange
 
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
When FileTransfer.getStatus() returns that there was an FileTransfer.Status.error during the transfer, the type of error can be retrieved through this method.
getEvent() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
getEventType() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
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
 
getExtensionElements() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
 
getExtensions() - Method in class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
getExtensions() - Method in interface org.jivesoftware.smackx.pubsub.EmbeddedPacketExtension
Get the list of embedded ExtensionElement 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.
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.
getField(String) - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
Return the form field with the given variable name or null.
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.
getFirst() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
getFirstIndex() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
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.muc.RoomInfo
Returns the form included in the extended disco info result or null if no such form was sent.
getForm() - Method in class org.jivesoftware.smackx.pubsub.FormNode
Get the Form that is to be sent, or was retrieved from the server.
getFormFrom(Stanza) - Static method in class org.jivesoftware.smackx.xdata.Form
Returns a new ReportedData if the stanza(/packet) is used for gathering data and includes an extension that matches the elementName and namespace "x","jabber:x:data".
getFormFromPacket(Stanza, PubSubElementType) - Static method in class org.jivesoftware.smackx.pubsub.util.NodeUtils
Get a ConfigureForm from a packet.
getForwardedPacket() - Method in class org.jivesoftware.smackx.forward.packet.Forwarded
get the stanza(/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.DelayInformation
Returns the JID of the entity that originally sent the stanza(/packet) or that delayed the delivery of the stanza(/packet) or null if this information is not available.
getFrom(Stanza) - Static method in class org.jivesoftware.smackx.delay.packet.DelayInformation
Deprecated.
getFrom(Stanza) - Static method in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation
Deprecated.
getFrom(Stanza) - Static method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
Deprecated.
getFrom() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
Returns the bare JID of the invitee that rejected the invitation.
getFrom(Stanza) - Static method in class org.jivesoftware.smackx.muc.packet.MUCUser
Deprecated.
getFrom() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
Returns the bare JID of the inviter or, optionally, the room JID.
getFrom(Message) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceipt
Deprecated.
getFrom(Stanza) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
Deprecated.
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
 
getHiddenFormTypeField() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
Returns the hidden FORM_TYPE field or null if this data form has none.
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(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
Returns a List 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(String, String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
Returns all Identities of the given category and type of this DiscoverInfo.
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
getIndex() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
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.
getInstance(XMPPConnection) - Static method in class org.jivesoftware.smackx.iqregister.AccountManager
Returns the AccountManager instance associated with a given XMPPConnection.
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.FileTransferManager
 
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.muc.MultiUserChatManager
Get a instance of a multi user chat manager for the given connection.
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
 
getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.vcardtemp.VCardManager
Retrieves a VCardManager for the specified XMPPConnection, creating one if it doesn't already exist.
getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.xdata.XDataManager
Get the XDataManager for the given XMPP connection.
getInstructions() - Method in class org.jivesoftware.smackx.iqregister.packet.Registration
Returns the registration instructions, or null if no instructions have been set.
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.
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Data
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.iqlast.packet.LastActivity
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.iqprivate.packet.PrivateDataIQ
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.iqregister.packet.Registration
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.iqversion.packet.Version
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.muc.packet.MUCAdmin
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.pep.packet.PEPPubSub
Returns the XML representation of a Personal Event Publish according the specification.
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.privacy.packet.Privacy
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.pubsub.packet.PubSub
Returns the XML representation of a pubsub element according the specification.
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.sharedgroups.packet.SharedGroupsInfo
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.time.packet.Time
 
getIQChildElementBuilder(IQ.IQChildElementXmlStringBuilder) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
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(List<ExtensionElement>, List<ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Get items persisted on the node.
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.Destroy
Returns the JID of an alternate location since the current room is being destroyed.
getJid() - Method in class org.jivesoftware.smackx.muc.packet.MUCItem
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() - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
Returns a Set of the rooms where the user has joined.
getJoinedRooms(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
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.
getLabel() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout
Gets the value of the label property.
getLabel() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Section
Gets the value of the label property.
getLang() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns the natural language of the room discussion, or null.
getLanguage() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
Returns the identities natural language if one is set
getLast() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
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
 
getLdapGroup() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns an associated LDAP group that defines room membership.
getLegacyDelayInformation(Stanza) - Static method in class org.jivesoftware.smackx.delay.DelayInformationManager
Get Delayed Delivery information as defined in XEP-91
getListRange() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
getLocalAddresses() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Returns an set 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.
getLogsUrl() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns the URL where archived discussion logs can be found or null if there is no such URL.
getMax() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
getMax() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.ListRange
The maximum allowable number of selected/entered values.
getMax() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RangeValidateElement
The 'max' attribute specifies the maximum allowable value.
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.
getMaxHistoryFetch() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns the maximum number of history messages which are returned by the room or '-1' if this property is not reported by the room.
getMaximumBlockSize() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Returns the maximum block size that is allowed for In-Band Bytestreams for this connection.
getMaxItems() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Gets the maximum number of items to persisted to this node if ConfigureForm.isPersistItems() is true.
getMaxItems() - Method in class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
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 list 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 a List of Messages 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.
getMin() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.ListRange
The minimum allowable number of selected/entered values.
getMin() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RangeValidateElement
The 'min' attribute specifies the minimum allowable value.
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 list of Occupant with the room moderators.
getMultipleRecipientInfo(Stanza) - Static method in class org.jivesoftware.smackx.address.MultipleRecipientManager
Returns the MultipleRecipientInfo contained in the specified stanza(/packet) or null if none was found.
getMultiUserChat(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
Creates a multi user chat.
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.muc.RoomInfo
Returns the room name.
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.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.DelayInformation
 
getNamespace() - Method in class org.jivesoftware.smackx.forward.packet.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.iqregister.packet.Registration.Feature
 
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.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 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.rsm.packet.RSMSet
 
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.xdatalayout.packet.DataLayout
 
getNamespace() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
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.MUCItem
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
Returns a configuration form, from which you can create an answer form to be submitted via the Node.sendConfigurationForm(Form).
getNodeElement() - Method in enum org.jivesoftware.smackx.pubsub.FormNodeType
 
getNodeElement() - Method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
 
getNodeFeatures() - Method in class org.jivesoftware.smackx.disco.AbstractNodeInformationProvider
 
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 class org.jivesoftware.smackx.disco.AbstractNodeInformationProvider
 
getNodeIdentities() - Method in interface org.jivesoftware.smackx.disco.NodeInformationProvider
Returns a list of the indentites defined in the node.
getNodeItems() - Method in class org.jivesoftware.smackx.disco.AbstractNodeInformationProvider
 
getNodeItems() - Method in interface org.jivesoftware.smackx.disco.NodeInformationProvider
Returns a list of the Items DiscoverItems.Item defined in the node.
getNodePacketExtensions() - Method in class org.jivesoftware.smackx.disco.AbstractNodeInformationProvider
 
getNodePacketExtensions() - Method in interface org.jivesoftware.smackx.disco.NodeInformationProvider
Returns a list of the stanza(/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
Gets the value of the optional attribute related to the ItemsExtension.ItemsElementType.
getOccupant(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the Occupant information for a particular occupant, or null if the user is not in the room.
getOccupantPresence(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the presence info for a particular user, or null if the user is not in the room.
getOccupants() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns an Iterator (of Strings) for the list of fully qualified occupants in the group chat.
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 list 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 list of Affiliate with the room owners.
getPageLayout() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout
Gets the value of the pageLayout property.
getParticipants() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a list 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.
getPong() - Method in class org.jivesoftware.smackx.ping.packet.Ping
Create an XMPP Pong for this Ping
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.
getPrefix() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
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() - Method in class org.jivesoftware.smackx.iqprivate.packet.PrivateDataIQ
 
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(Stanza) - 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(Stanza) - Static method in class org.jivesoftware.smackx.jiveproperties.JivePropertiesManager
Return a collection of the names of all properties of the given packet.
getProperty(Stanza, 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 stanza(/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.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.
getPubSub() - Method in class org.jivesoftware.smackx.muc.RoomInfo
An associated pubsub node for this room or null.
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.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.Destroy
Returns the reason for the room destruction.
getReason() - Method in class org.jivesoftware.smackx.muc.packet.MUCItem
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.Invite
Returns the message explaining the invitation.
getRegex() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RegexValidateElement
the expression is that defined for POSIX extended regular expressions, including support for Unicode.
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(Stanza) - Static method in class org.jivesoftware.smackx.search.ReportedData
Returns a new ReportedData if the stanza(/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.MUCItem
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(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
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 unmodifiable List 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.
getSectionLayout() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Section
Gets the value of the sectionLayout property.
getSeq() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
Returns the sequence of this stanza(/packet) in regard to the other data packets.
getServiceNames() - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
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.DelayInformation
Returns the timestamp when the stanza(/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 a set of status which holds the status code that assist 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 stanza(/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
Returns a SubscribeForm for subscriptions, from which you can create an answer form to be submitted via the Node.sendConfigurationForm(Form).
getSubscriptionOptions(String, String) - Method in class org.jivesoftware.smackx.pubsub.Node
Get the options for configuring the specified subscription.
getSubscriptions() - Method in class org.jivesoftware.smackx.pubsub.Node
Get the subscriptions currently associated with this node.
getSubscriptions(List<ExtensionElement>, Collection<ExtensionElement>) - 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.
getSubscriptionsAsOwner() - Method in class org.jivesoftware.smackx.pubsub.Node
Get the subscriptions currently associated with this node as owner.
getSubscriptionsAsOwner(List<ExtensionElement>, Collection<ExtensionElement>) - Method in class org.jivesoftware.smackx.pubsub.Node
Get the subscriptions currently associated with this node as owner.
getSuffix() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
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.
getText() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Text
Gets the value of the var property.
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 stanza(/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
Returns the list of MultipleAddresses.Address that were the primary recipients of the packet.
getTotalConnectTimeout() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Returns the maximum timeout to connect to SOCKS5 proxies.
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.
getValidateElement() - Method in class org.jivesoftware.smackx.xdata.FormField
 
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.
getVar() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Fieldref
Gets the value of the var property.
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.
getVersion(String) - Method in class org.jivesoftware.smackx.iqversion.VersionManager
Request version information from a given JID.
getXep203DelayInformation(Stanza) - Static method in class org.jivesoftware.smackx.delay.DelayInformationManager
Get Delayed Delivery information as defined in XEP-203
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 stanza(/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
 

H

H - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
handleDeletedItems(ItemDeleteEvent) - Method in interface org.jivesoftware.smackx.pubsub.listener.ItemDeleteListener
Called when items are deleted from a node the listener is registered with.
handleNodeConfiguration(ConfigurationEvent) - Method in interface org.jivesoftware.smackx.pubsub.listener.NodeConfigListener
Called whenever the node the listener is registered with is configured.
handlePublishedItems(ItemPublishEvent<T>) - Method in interface org.jivesoftware.smackx.pubsub.listener.ItemEventListener
Called whenever an item is published to the node the listener is registered with.
handlePurge() - Method in interface org.jivesoftware.smackx.pubsub.listener.ItemDeleteListener
Called when all items are deleted from a node the listener is registered with.
hasDeliveryReceiptRequest(Message) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
Test if a message requires a delivery receipt.
hash - Variable in class org.jivesoftware.smackx.caps.CapsVersionAndHash
 
hashCode() - Method in class org.jivesoftware.smackx.chatstates.ChatStateManager
 
hashCode() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
 
hashCode() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
 
hashCode() - Method in class org.jivesoftware.smackx.muc.Occupant
 
hashCode() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
hashCode() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
hashCode() - Method in class org.jivesoftware.smackx.xdata.FormField
 
hashCode() - Method in class org.jivesoftware.smackx.xdata.FormField.Option
 
hasHiddenFormTypeField() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
Returns true if this DataForm has at least one FORM_TYPE field which is hidden.
hasIdentity(String, String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
Returns true if this DiscoverInfo contains at least one Identity of the given category and type.
hasPermission(String) - Method in class org.jivesoftware.smackx.commands.LocalCommand
Returns true if the specified requester has permission to execute all the stages of this action.
hasStatus() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
Returns true if this MUCUser instance has also MUCUser.Status information.
Header - Class in org.jivesoftware.smackx.shim.packet
Represents a Header entry as specified by the Stanza Headers and Internet Metadata (SHIM)
Header(String, String) - Constructor for class org.jivesoftware.smackx.shim.packet.Header
 
HeaderProvider - Class in org.jivesoftware.smackx.shim.provider
Parses the header element as defined in Stanza Headers and Internet Metadata (SHIM).
HeaderProvider() - Constructor for class org.jivesoftware.smackx.shim.provider.HeaderProvider
 
HeadersExtension - Class in org.jivesoftware.smackx.shim.packet
Extension representing a list of headers as specified in Stanza Headers and Internet Metadata (SHIM)
HeadersExtension(List<Header>) - Constructor for class org.jivesoftware.smackx.shim.packet.HeadersExtension
 
HeadersProvider - Class in org.jivesoftware.smackx.shim.provider
Parses the headers element as defined in Stanza Headers and Internet Metadata (SHIM).
HeadersProvider() - Constructor for class org.jivesoftware.smackx.shim.provider.HeadersProvider
 
HostedRoom - Class in org.jivesoftware.smackx.muc
Hosted rooms by a chat service may be discovered if they are configured to appear in the room directory .
HostedRoom(DiscoverItems.Item) - Constructor for class org.jivesoftware.smackx.muc.HostedRoom
 
HREF - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 

I

IBB_ONLY - Static variable in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
A static variable to use only offer IBB for file transfer.
IBBTransferNegotiator - Class in org.jivesoftware.smackx.filetransfer
The In-Band Bytestream file transfer method, or IBB for short, transfers the file over the same XML Stream used by XMPP.
IBBTransferNegotiator(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.
IMG - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
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
An incoming file transfer is created when the FileTransferManager.createIncomingFileTransfer(FileTransferRequest) method is invoked.
IncomingFileTransfer(FileTransferRequest, FileTransferNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
 
initationSetEvents - Static variable in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
A event manager for stream initiation requests send to us.
initiateIncomingStream(XMPPConnection, StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
 
INSTANCE - Static variable in class org.jivesoftware.smackx.delay.filter.DelayedStanzaFilter
 
INSTANCE - Static variable in class org.jivesoftware.smackx.delay.provider.DelayInformationProvider
 
INSTANCE - Static variable in class org.jivesoftware.smackx.iqregister.packet.Registration.Feature
 
INSTANCE - Static variable in class org.jivesoftware.smackx.privacy.filter.SetActiveListFilter
 
INSTANCE - Static variable in class org.jivesoftware.smackx.privacy.filter.SetDefaultListFilter
 
INSTANCE - Static variable in class org.jivesoftware.smackx.shim.provider.HeadersProvider
 
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, MultiUserChat, 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.
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.
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
This value is only relevant when the Subscription.getState() is Subscription.State.unconfigured
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.
isDelayedStanza(Stanza) - Static method in class org.jivesoftware.smackx.delay.DelayInformationManager
Check if the given stanza is a delayed stanza as of XEP-203.
isDelivered() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
 
isDeliverOn() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Determines if an entity wants to receive notifications.
isDeliverPayloads() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Does the node deliver payloads with event notifications.
isDigestOn() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Determines if notifications should be delivered as aggregations or not.
isDirect() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
Returns true if the session is established through a direct connection between the initiator and target, false if the session is mediated over a SOCKS proxy.
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
Returns true if currently in the multi user chat (after calling the MultiUserChat.join(String) method).
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.
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.
isOfCategoryAndType(String, String) - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
Returns true if this identity is of the given category and type.
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(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
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.
isSubjectModifiable() - Method in class org.jivesoftware.smackx.muc.RoomInfo
Returns an Boolean instance with the value 'true' if the subject can be modified by the room participants, 'false' if not, or null if this information is reported by the room.
isSubscibe() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Deprecated.
isSubscribe() - 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(String) - Method in class org.jivesoftware.smackx.iqversion.VersionManager
 
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
Deprecated.
isSupported(String) - 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.
isSupported(String) - Method in class org.jivesoftware.smackx.xdata.XDataManager
Check if the given entity supports data forms.
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
Parses an item element as is defined in both the PubSubNamespace.BASIC and PubSubNamespace.EVENT namespaces.
ItemProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.ItemProvider
 
ItemPublishEvent<T extends Item> - Class in org.jivesoftware.smackx.pubsub
Represents an event generated by an item(s) being published to a node.
ItemPublishEvent(String, List<T>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published.
ItemPublishEvent(String, List<T>, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published.
ItemPublishEvent(String, List<T>, List<String>, Date) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published in the past.
ItemReply - Enum in org.jivesoftware.smackx.pubsub
These are the options for the node configuration setting ConfigureForm.setItemReply(ItemReply), which defines who should receive replies to items.
items - Variable in class org.jivesoftware.smackx.pubsub.AffiliationsExtension
 
items - Variable in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
items - Variable in class org.jivesoftware.smackx.pubsub.PublishItem
 
items - Variable in class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
 
ItemsExtension - Class in org.jivesoftware.smackx.pubsub
This class is used to for multiple purposes.
ItemsExtension(ItemsExtension.ItemsElementType, String, List<? extends ExtensionElement>) - 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 ExtensionElement>, 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
 

J

jid - Variable in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
jid - Variable in class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
jid - Variable in class org.jivesoftware.smackx.pubsub.Subscription
 
jid - Variable in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
JivePropertiesExtension - Class in org.jivesoftware.smackx.jiveproperties.packet
Properties provide an easy mechanism for clients to share data.
JivePropertiesExtension() - Constructor for class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
 
JivePropertiesExtension(Map<String, Object>) - Constructor for class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
 
JivePropertiesExtensionProvider - Class in org.jivesoftware.smackx.jiveproperties.provider
 
JivePropertiesExtensionProvider() - Constructor for class org.jivesoftware.smackx.jiveproperties.provider.JivePropertiesExtensionProvider
 
JivePropertiesManager - Class in org.jivesoftware.smackx.jiveproperties
 
JivePropertiesManager() - Constructor for class org.jivesoftware.smackx.jiveproperties.JivePropertiesManager
 
join(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Joins the chat room using the specified nickname.
join(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Joins the chat room using the specified nickname and password.
join(String, String, DiscussionHistory, long) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Joins the chat room using the specified nickname and password.
joined(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
joined(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a new room occupant has joined the room.

K

kicked(String, String, String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
kicked(String, String) - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
kicked(String, String, String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a room participant has been kicked from the room.
kicked(String, String) - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when a moderator kicked your user from the room.
KICKED_307 - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
kickParticipant(String, String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Kicks a visitor or participant from the room.

L

LastActivity - Class in org.jivesoftware.smackx.iqlast.packet
A last activity IQ for retrieving information about the last activity associated with a Jabber ID.
LastActivity() - Constructor for class org.jivesoftware.smackx.iqlast.packet.LastActivity
 
LastActivity(String) - Constructor for class org.jivesoftware.smackx.iqlast.packet.LastActivity
 
lastActivity - Variable in class org.jivesoftware.smackx.iqlast.packet.LastActivity
 
LastActivity.Provider - Class in org.jivesoftware.smackx.iqlast.packet
The IQ Provider for LastActivity.
LastActivity.Provider() - Constructor for class org.jivesoftware.smackx.iqlast.packet.LastActivity.Provider
 
LastActivityManager - Class in org.jivesoftware.smackx.iqlast
A last activity manager for handling information about the last activity associated with a Jabber ID.
LeafNode - Class in org.jivesoftware.smackx.pubsub
The main class for the majority of pubsub functionality.
leave() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Leave the chat room.
left(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
left(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a room occupant has left the room on its own.
LEGACY_DELAYED_DELIVERY_ELEMENT - Static variable in class org.jivesoftware.smackx.delay.DelayInformationManager
 
LEGACY_DELAYED_DELIVERY_NAMESPACE - Static variable in class org.jivesoftware.smackx.delay.DelayInformationManager
 
LegacyDelayInformationProvider - Class in org.jivesoftware.smackx.delay.provider
The DelayInformationProvider parses DelayInformation packets.
LegacyDelayInformationProvider() - Constructor for class org.jivesoftware.smackx.delay.provider.LegacyDelayInformationProvider
 
LI - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
load(XMPPConnection) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
Deprecated.
load(XMPPConnection, String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
Deprecated.
loadVCard() - Method in class org.jivesoftware.smackx.vcardtemp.VCardManager
Load the VCard of the current user.
loadVCard(String) - Method in class org.jivesoftware.smackx.vcardtemp.VCardManager
Load VCard information for a given user.
LocalCommand - Class in org.jivesoftware.smackx.commands
Represents a command that can be executed locally from a remote location.
LocalCommand() - Constructor for class org.jivesoftware.smackx.commands.LocalCommand
 
LocalCommandFactory - Interface in org.jivesoftware.smackx.commands
A factory for creating local commands.
lookup(String) - Method in interface org.jivesoftware.smackx.caps.cache.EntityCapsPersistentCache
Lookup DiscoverInfo by a Node string
lookup(String) - Method in class org.jivesoftware.smackx.caps.cache.SimpleDirectoryPersistentCache
 

M

MAXIMUM_BLOCK_SIZE - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Maximum block size that is allowed for In-Band Bytestreams
maxItems - Variable in class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
membershipGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
membershipGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
membershipGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator grants a user membership to the room.
membershipGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator grants your user membership to the room.
membershipRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
membershipRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
membershipRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator revokes a user membership to the room.
membershipRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator revokes your user membership to the room.
message - Variable in class org.jivesoftware.smackx.iqlast.packet.LastActivity
 
METHOD - Static variable in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.BasicValidateElement
 
METHOD - Static variable in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.OpenValidateElement
 
METHOD - Static variable in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RangeValidateElement
 
METHOD - Static variable in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RegexValidateElement
 
moderatorGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
moderatorGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
moderatorGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator grants moderator privileges to a user.
moderatorGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator grants moderator privileges to your user.
moderatorRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
moderatorRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
moderatorRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an administrator revokes moderator privileges from a user.
moderatorRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an administrator revokes moderator privileges from your user.
MUCAdmin - Class in org.jivesoftware.smackx.muc.packet
IQ stanza(/packet) that serves for kicking users, granting and revoking voice, banning users, modifying the ban list, granting and revoking membership and granting and revoking moderator privileges.
MUCAdmin() - Constructor for class org.jivesoftware.smackx.muc.packet.MUCAdmin
 
MUCAdminProvider - Class in org.jivesoftware.smackx.muc.provider
The MUCAdminProvider parses MUCAdmin packets.
MUCAdminProvider() - Constructor for class org.jivesoftware.smackx.muc.provider.MUCAdminProvider
 
MUCAffiliation - Enum in org.jivesoftware.smackx.muc
XEP-0045: Multi-User-Chat - 5.2 Affiliations
MUCInitialPresence - Class in org.jivesoftware.smackx.muc.packet
Represents extended presence information whose sole purpose is to signal the ability of the occupant to speak the MUC protocol when joining a room.
MUCInitialPresence() - Constructor for class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
 
MUCInitialPresence.History - Class in org.jivesoftware.smackx.muc.packet
The History class controls the number of characters or messages to receive when entering a room.
MUCInitialPresence.History() - Constructor for class org.jivesoftware.smackx.muc.packet.MUCInitialPresence.History
 
MUCItem - Class in org.jivesoftware.smackx.muc.packet
Item child that holds information about roles, affiliation, jids and nicks.
MUCItem(MUCAffiliation) - Constructor for class org.jivesoftware.smackx.muc.packet.MUCItem
 
MUCItem(MUCRole) - Constructor for class org.jivesoftware.smackx.muc.packet.MUCItem
 
MUCItem(MUCRole, String) - Constructor for class org.jivesoftware.smackx.muc.packet.MUCItem
 
MUCItem(MUCAffiliation, String, String) - Constructor for class org.jivesoftware.smackx.muc.packet.MUCItem
 
MUCItem(MUCAffiliation, String) - Constructor for class org.jivesoftware.smackx.muc.packet.MUCItem
 
MUCItem(MUCRole, String, String) - Constructor for class org.jivesoftware.smackx.muc.packet.MUCItem
 
MUCItem(MUCAffiliation, MUCRole, String, String, String, String) - Constructor for class org.jivesoftware.smackx.muc.packet.MUCItem
Creates a new item child.
MUCNotJoinedException - Exception in org.jivesoftware.smackx.muc
Thrown if the requested operation required the MUC to be joined by the client, while the client is currently joined.
MUCNotJoinedException(MultiUserChat) - Constructor for exception org.jivesoftware.smackx.muc.MUCNotJoinedException
 
MUCOwner - Class in org.jivesoftware.smackx.muc.packet
IQ stanza(/packet) that serves for granting and revoking ownership privileges, granting and revoking administrative privileges and destroying a room.
MUCOwner() - Constructor for class org.jivesoftware.smackx.muc.packet.MUCOwner
 
MUCOwnerProvider - Class in org.jivesoftware.smackx.muc.provider
The MUCOwnerProvider parses MUCOwner packets.
MUCOwnerProvider() - Constructor for class org.jivesoftware.smackx.muc.provider.MUCOwnerProvider
 
MUCParserUtils - Class in org.jivesoftware.smackx.muc.provider
 
MUCParserUtils() - Constructor for class org.jivesoftware.smackx.muc.provider.MUCParserUtils
 
MUCRole - Enum in org.jivesoftware.smackx.muc
XEP-0045: Multi User Chat - 5.1 Roles
MUCUser - Class in org.jivesoftware.smackx.muc.packet
Represents extended presence information about roles, affiliations, full JIDs, or status codes scoped by the 'http://jabber.org/protocol/muc#user' namespace.
MUCUser() - Constructor for class org.jivesoftware.smackx.muc.packet.MUCUser
 
MUCUser.Decline - Class in org.jivesoftware.smackx.muc.packet
Represents a rejection to an invitation from another user to a room.
MUCUser.Decline() - Constructor for class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
 
MUCUser.Invite - Class in org.jivesoftware.smackx.muc.packet
Represents an invitation for another user to a room.
MUCUser.Invite() - Constructor for class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
 
MUCUser.Status - Class in org.jivesoftware.smackx.muc.packet
Status code assists in presenting notification messages.
MUCUserProvider - Class in org.jivesoftware.smackx.muc.provider
The MUCUserProvider parses packets with extended presence information about roles and affiliations.
MUCUserProvider() - Constructor for class org.jivesoftware.smackx.muc.provider.MUCUserProvider
 
MultipleAddresses - Class in org.jivesoftware.smackx.address.packet
Stanza(/Packet) extension that contains the list of addresses that a stanza(/packet) should be sent or was sent.
MultipleAddresses() - Constructor for class org.jivesoftware.smackx.address.packet.MultipleAddresses
 
MultipleAddresses.Address - Class in org.jivesoftware.smackx.address.packet
 
MultipleAddresses.Type - Enum in org.jivesoftware.smackx.address.packet
 
MultipleAddressesProvider - Class in org.jivesoftware.smackx.address.provider
The MultipleAddressesProvider parses MultipleAddresses packets.
MultipleAddressesProvider() - Constructor for class org.jivesoftware.smackx.address.provider.MultipleAddressesProvider
 
MultipleRecipientInfo - Class in org.jivesoftware.smackx.address
MultipleRecipientInfo keeps information about the multiple recipients extension included in a received packet.
MultipleRecipientManager - Class in org.jivesoftware.smackx.address
A MultipleRecipientManager allows to send packets to multiple recipients by making use of XEP-33: Extended Stanza Addressing.
MultipleRecipientManager() - Constructor for class org.jivesoftware.smackx.address.MultipleRecipientManager
 
MultiUserChat - Class in org.jivesoftware.smackx.muc
A MultiUserChat room (XEP-45), created with MultiUserChatManager.getMultiUserChat(String).
MultiUserChatManager - Class in org.jivesoftware.smackx.muc
 

N

NAME - Static variable in class org.jivesoftware.smackx.amp.AMPDeliverCondition
 
NAME - Static variable in class org.jivesoftware.smackx.amp.AMPExpireAtCondition
 
NAME - Static variable in class org.jivesoftware.smackx.amp.AMPMatchResourceCondition
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.address.packet.MultipleAddresses
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.amp.packet.AMPExtension
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.attention.packet.AttentionExtension
The namespace that qualifies the XML element of an 'attention' extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.bookmarks.Bookmarks
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
The XMPP namespace of the In-Band Bytestream
NAMESPACE - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
The XMPP namespace of the SOCKS5 Bytestream
NAMESPACE - Static variable in class org.jivesoftware.smackx.caps.EntityCapsManager
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.caps.packet.CapsExtension
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.chatstates.ChatStateManager
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.chatstates.packet.ChatStateExtension
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.commands.AdHocCommandManager
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.commands.packet.AdHocCommandData
 
namespace - Static variable in class org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.delay.packet.DelayInformation
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.disco.packet.DiscoverInfo
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.disco.packet.DiscoverItems
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.forward.packet.Forwarded
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.iqlast.packet.LastActivity
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.iqprivate.packet.PrivateDataIQ
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.iqregister.packet.Registration.Feature
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.iqregister.packet.Registration
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.iqversion.packet.Version
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
Namespace used to store stanza(/packet) properties.
NAMESPACE - Static variable in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation
Namespace of the stanza(/packet) extension.
NAMESPACE - Static variable in class org.jivesoftware.smackx.muc.packet.MUCAdmin
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.muc.packet.MUCOwner
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.nick.packet.Nick
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.pep.packet.PEPPubSub
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.ping.packet.Ping
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.privacy.packet.Privacy
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.privacy.PrivacyListManager
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.pubsub.packet.PubSub
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.receipts.DeliveryReceipt
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.search.UserSearch
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.sharedgroups.packet.SharedGroupsInfo
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.shim.packet.HeadersExtension
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.si.packet.StreamInitiation
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.time.packet.Time
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.vcardtemp.VCardManager
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.xdata.packet.DataForm
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.xdata.XDataManager
The value of DataForm.NAMESPACE.
NAMESPACE - Static variable in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
negotiateOutgoingTransfer(String, String, String, long, String, int) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Send a request to another user to send them a file.
negotiator - Variable in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
NEW_NICKNAME_303 - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
newAfter(String) - Static method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
newBefore(String) - Static method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
newStreamInitiation(String, String) - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
newStreamInitiation(String, String) - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
newStreamInitiation(String, String) - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
newStreamInitiation(String, String) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
Signal that a new stream initiation arrived.
next(Form) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Executes the next action of the command with the information provided in the response.
next(Form) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
nextMessage() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the next available message in the chat.
nextMessage(long) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns the next available message in the chat.
Nick - Class in org.jivesoftware.smackx.nick.packet
A minimalistic implementation of a ExtensionElement for nicknames.
Nick(String) - Constructor for class org.jivesoftware.smackx.nick.packet.Nick
 
Nick.Provider - Class in org.jivesoftware.smackx.nick.packet
 
Nick.Provider() - Constructor for class org.jivesoftware.smackx.nick.packet.Nick.Provider
 
nicknameChanged(String, String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
nicknameChanged(String, String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a participant changed his/her nickname in the room.
node - Variable in class org.jivesoftware.smackx.pubsub.Affiliation
 
Node - Class in org.jivesoftware.smackx.pubsub
 
Node.ItemDeleteTranslator - Class in org.jivesoftware.smackx.pubsub
This class translates low level item deletion events into api level objects for user consumption.
Node.ItemDeleteTranslator(ItemDeleteListener) - Constructor for class org.jivesoftware.smackx.pubsub.Node.ItemDeleteTranslator
 
Node.ItemEventTranslator - Class in org.jivesoftware.smackx.pubsub
This class translates low level item publication events into api level objects for user consumption.
Node.ItemEventTranslator(ItemEventListener) - Constructor for class org.jivesoftware.smackx.pubsub.Node.ItemEventTranslator
 
Node.NodeConfigTranslator - Class in org.jivesoftware.smackx.pubsub
This class translates low level node configuration events into api level objects for user consumption.
Node.NodeConfigTranslator(NodeConfigListener) - Constructor for class org.jivesoftware.smackx.pubsub.Node.NodeConfigTranslator
 
NodeConfigListener - Interface in org.jivesoftware.smackx.pubsub.listener
Defines the listener for a node being configured.
NodeEvent - Class in org.jivesoftware.smackx.pubsub
 
NodeEvent(String) - Constructor for class org.jivesoftware.smackx.pubsub.NodeEvent
 
NodeExtension - Class in org.jivesoftware.smackx.pubsub
A class which represents a common element within the pubsub defined schemas.
NodeExtension(PubSubElementType, String) - Constructor for class org.jivesoftware.smackx.pubsub.NodeExtension
Constructs a NodeExtension with an element name specified by PubSubElementType and the specified node id.
NodeExtension(PubSubElementType) - Constructor for class org.jivesoftware.smackx.pubsub.NodeExtension
Constructs a NodeExtension with an element name specified by PubSubElementType.
NodeInformationProvider - Interface in org.jivesoftware.smackx.disco
The NodeInformationProvider is responsible for providing supported indentities, features and hosted items (i.e.
NodeType - Enum in org.jivesoftware.smackx.pubsub
Defines the available types of nodes
NodeUtils - Class in org.jivesoftware.smackx.pubsub.util
Utility for extracting information from packets.
NodeUtils() - Constructor for class org.jivesoftware.smackx.pubsub.util.NodeUtils
 
NOT_DELAYED_STANZA - Static variable in class org.jivesoftware.smackx.delay.filter.DelayedStanzaFilter
Filters stanzas that got not delayed, ie.
notify - Variable in class org.jivesoftware.smackx.pubsub.ItemsExtension
 

O

Occupant - Class in org.jivesoftware.smackx.muc
Represents the information about an occupant in a given room.
OfflineMessageHeader - Class in org.jivesoftware.smackx.offline
The OfflineMessageHeader holds header information of an offline message.
OfflineMessageHeader(DiscoverItems.Item) - Constructor for class org.jivesoftware.smackx.offline.OfflineMessageHeader
 
OfflineMessageInfo - Class in org.jivesoftware.smackx.offline.packet
OfflineMessageInfo is an extension included in the retrieved offline messages requested by the OfflineMessageManager.
OfflineMessageInfo() - Constructor for class org.jivesoftware.smackx.offline.packet.OfflineMessageInfo
 
OfflineMessageInfo.Provider - Class in org.jivesoftware.smackx.offline.packet
 
OfflineMessageInfo.Provider() - Constructor for class org.jivesoftware.smackx.offline.packet.OfflineMessageInfo.Provider
 
OfflineMessageManager - Class in org.jivesoftware.smackx.offline
The OfflineMessageManager helps manage offline messages even before the user has sent an available presence.
OfflineMessageManager(XMPPConnection) - Constructor for class org.jivesoftware.smackx.offline.OfflineMessageManager
 
OfflineMessageRequest - Class in org.jivesoftware.smackx.offline.packet
Represents a request to get some or all the offline messages of a user.
OfflineMessageRequest() - Constructor for class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest
 
OfflineMessageRequest.Item - Class in org.jivesoftware.smackx.offline.packet
Item child that holds information about offline messages to view or delete.
OfflineMessageRequest.Item(String) - Constructor for class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Item
Creates a new item child.
OfflineMessageRequest.Provider - Class in org.jivesoftware.smackx.offline.packet
 
OfflineMessageRequest.Provider() - Constructor for class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Provider
 
OL - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
onReceiptReceived(String, String, String, Stanza) - Method in interface org.jivesoftware.smackx.receipts.ReceiptReceivedListener
Callback invoked when a new receipt got received.
Open - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a request to open an In-Band Bytestream.
Open(String, int, InBandBytestreamManager.StanzaType) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
Creates a new In-Band Bytestream open request packet.
Open(String, int) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Open
Creates a new In-Band Bytestream open request packet.
OpenIQProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
Parses an In-Band Bytestream open packet.
OpenIQProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.OpenIQProvider
 
OptionsExtension - Class in org.jivesoftware.smackx.pubsub
A stanza(/packet) extension representing the options element.
OptionsExtension(String) - Constructor for class org.jivesoftware.smackx.pubsub.OptionsExtension
 
OptionsExtension(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.OptionsExtension
 
OptionsExtension(String, String, String) - Constructor for class org.jivesoftware.smackx.pubsub.OptionsExtension
 
org.jivesoftware.smack.extensions - package org.jivesoftware.smack.extensions
 
org.jivesoftware.smackx.address - package org.jivesoftware.smackx.address
 
org.jivesoftware.smackx.address.packet - package org.jivesoftware.smackx.address.packet
 
org.jivesoftware.smackx.address.provider - package org.jivesoftware.smackx.address.provider
 
org.jivesoftware.smackx.amp - package org.jivesoftware.smackx.amp
 
org.jivesoftware.smackx.amp.packet - package org.jivesoftware.smackx.amp.packet
 
org.jivesoftware.smackx.amp.provider - package org.jivesoftware.smackx.amp.provider
 
org.jivesoftware.smackx.attention.packet - package org.jivesoftware.smackx.attention.packet
 
org.jivesoftware.smackx.bookmarks - package org.jivesoftware.smackx.bookmarks
 
org.jivesoftware.smackx.bytestreams - package org.jivesoftware.smackx.bytestreams
 
org.jivesoftware.smackx.bytestreams.ibb - package org.jivesoftware.smackx.bytestreams.ibb
 
org.jivesoftware.smackx.bytestreams.ibb.packet - package org.jivesoftware.smackx.bytestreams.ibb.packet
 
org.jivesoftware.smackx.bytestreams.ibb.provider - package org.jivesoftware.smackx.bytestreams.ibb.provider
 
org.jivesoftware.smackx.bytestreams.socks5 - package org.jivesoftware.smackx.bytestreams.socks5
 
org.jivesoftware.smackx.bytestreams.socks5.packet - package org.jivesoftware.smackx.bytestreams.socks5.packet
 
org.jivesoftware.smackx.bytestreams.socks5.provider - package org.jivesoftware.smackx.bytestreams.socks5.provider
 
org.jivesoftware.smackx.caps - package org.jivesoftware.smackx.caps
 
org.jivesoftware.smackx.caps.cache - package org.jivesoftware.smackx.caps.cache
 
org.jivesoftware.smackx.caps.packet - package org.jivesoftware.smackx.caps.packet
 
org.jivesoftware.smackx.caps.provider - package org.jivesoftware.smackx.caps.provider
 
org.jivesoftware.smackx.chatstates - package org.jivesoftware.smackx.chatstates
 
org.jivesoftware.smackx.chatstates.packet - package org.jivesoftware.smackx.chatstates.packet
 
org.jivesoftware.smackx.commands - package org.jivesoftware.smackx.commands
 
org.jivesoftware.smackx.commands.packet - package org.jivesoftware.smackx.commands.packet
 
org.jivesoftware.smackx.commands.provider - package org.jivesoftware.smackx.commands.provider
 
org.jivesoftware.smackx.delay - package org.jivesoftware.smackx.delay
 
org.jivesoftware.smackx.delay.filter - package org.jivesoftware.smackx.delay.filter
 
org.jivesoftware.smackx.delay.packet - package org.jivesoftware.smackx.delay.packet
 
org.jivesoftware.smackx.delay.provider - package org.jivesoftware.smackx.delay.provider
 
org.jivesoftware.smackx.disco - package org.jivesoftware.smackx.disco
 
org.jivesoftware.smackx.disco.packet - package org.jivesoftware.smackx.disco.packet
 
org.jivesoftware.smackx.disco.provider - package org.jivesoftware.smackx.disco.provider
 
org.jivesoftware.smackx.filetransfer - package org.jivesoftware.smackx.filetransfer
 
org.jivesoftware.smackx.forward.packet - package org.jivesoftware.smackx.forward.packet
 
org.jivesoftware.smackx.forward.provider - package org.jivesoftware.smackx.forward.provider
 
org.jivesoftware.smackx.iqlast - package org.jivesoftware.smackx.iqlast
 
org.jivesoftware.smackx.iqlast.packet - package org.jivesoftware.smackx.iqlast.packet
 
org.jivesoftware.smackx.iqprivate - package org.jivesoftware.smackx.iqprivate
 
org.jivesoftware.smackx.iqprivate.packet - package org.jivesoftware.smackx.iqprivate.packet
 
org.jivesoftware.smackx.iqprivate.provider - package org.jivesoftware.smackx.iqprivate.provider
 
org.jivesoftware.smackx.iqregister - package org.jivesoftware.smackx.iqregister
 
org.jivesoftware.smackx.iqregister.packet - package org.jivesoftware.smackx.iqregister.packet
 
org.jivesoftware.smackx.iqregister.provider - package org.jivesoftware.smackx.iqregister.provider
 
org.jivesoftware.smackx.iqversion - package org.jivesoftware.smackx.iqversion
 
org.jivesoftware.smackx.iqversion.packet - package org.jivesoftware.smackx.iqversion.packet
 
org.jivesoftware.smackx.iqversion.provider - package org.jivesoftware.smackx.iqversion.provider
 
org.jivesoftware.smackx.jiveproperties - package org.jivesoftware.smackx.jiveproperties
 
org.jivesoftware.smackx.jiveproperties.packet - package org.jivesoftware.smackx.jiveproperties.packet
 
org.jivesoftware.smackx.jiveproperties.provider - package org.jivesoftware.smackx.jiveproperties.provider
 
org.jivesoftware.smackx.muc - package org.jivesoftware.smackx.muc
Classes and Interfaces that implement Multi-User Chat (MUC).
org.jivesoftware.smackx.muc.packet - package org.jivesoftware.smackx.muc.packet
 
org.jivesoftware.smackx.muc.provider - package org.jivesoftware.smackx.muc.provider
 
org.jivesoftware.smackx.nick.packet - package org.jivesoftware.smackx.nick.packet
 
org.jivesoftware.smackx.offline - package org.jivesoftware.smackx.offline
 
org.jivesoftware.smackx.offline.packet - package org.jivesoftware.smackx.offline.packet
 
org.jivesoftware.smackx.pep - package org.jivesoftware.smackx.pep
 
org.jivesoftware.smackx.pep.packet - package org.jivesoftware.smackx.pep.packet
 
org.jivesoftware.smackx.pep.provider - package org.jivesoftware.smackx.pep.provider
 
org.jivesoftware.smackx.ping - package org.jivesoftware.smackx.ping
 
org.jivesoftware.smackx.ping.packet - package org.jivesoftware.smackx.ping.packet
 
org.jivesoftware.smackx.ping.provider - package org.jivesoftware.smackx.ping.provider
 
org.jivesoftware.smackx.privacy - package org.jivesoftware.smackx.privacy
 
org.jivesoftware.smackx.privacy.filter - package org.jivesoftware.smackx.privacy.filter
 
org.jivesoftware.smackx.privacy.packet - package org.jivesoftware.smackx.privacy.packet
 
org.jivesoftware.smackx.privacy.provider - package org.jivesoftware.smackx.privacy.provider
 
org.jivesoftware.smackx.pubsub - package org.jivesoftware.smackx.pubsub
 
org.jivesoftware.smackx.pubsub.listener - package org.jivesoftware.smackx.pubsub.listener
 
org.jivesoftware.smackx.pubsub.packet - package org.jivesoftware.smackx.pubsub.packet
 
org.jivesoftware.smackx.pubsub.provider - package org.jivesoftware.smackx.pubsub.provider
 
org.jivesoftware.smackx.pubsub.util - package org.jivesoftware.smackx.pubsub.util
 
org.jivesoftware.smackx.receipts - package org.jivesoftware.smackx.receipts
 
org.jivesoftware.smackx.rsm - package org.jivesoftware.smackx.rsm
 
org.jivesoftware.smackx.rsm.packet - package org.jivesoftware.smackx.rsm.packet
 
org.jivesoftware.smackx.rsm.provider - package org.jivesoftware.smackx.rsm.provider
 
org.jivesoftware.smackx.search - package org.jivesoftware.smackx.search
 
org.jivesoftware.smackx.sharedgroups - package org.jivesoftware.smackx.sharedgroups
 
org.jivesoftware.smackx.sharedgroups.packet - package org.jivesoftware.smackx.sharedgroups.packet
 
org.jivesoftware.smackx.shim.packet - package org.jivesoftware.smackx.shim.packet
 
org.jivesoftware.smackx.shim.provider - package org.jivesoftware.smackx.shim.provider
 
org.jivesoftware.smackx.si.packet - package org.jivesoftware.smackx.si.packet
 
org.jivesoftware.smackx.si.provider - package org.jivesoftware.smackx.si.provider
 
org.jivesoftware.smackx.time - package org.jivesoftware.smackx.time
 
org.jivesoftware.smackx.time.packet - package org.jivesoftware.smackx.time.packet
 
org.jivesoftware.smackx.time.provider - package org.jivesoftware.smackx.time.provider
 
org.jivesoftware.smackx.vcardtemp - package org.jivesoftware.smackx.vcardtemp
 
org.jivesoftware.smackx.vcardtemp.packet - package org.jivesoftware.smackx.vcardtemp.packet
 
org.jivesoftware.smackx.vcardtemp.provider - package org.jivesoftware.smackx.vcardtemp.provider
 
org.jivesoftware.smackx.xdata - package org.jivesoftware.smackx.xdata
 
org.jivesoftware.smackx.xdata.packet - package org.jivesoftware.smackx.xdata.packet
 
org.jivesoftware.smackx.xdata.provider - package org.jivesoftware.smackx.xdata.provider
 
org.jivesoftware.smackx.xdatalayout - package org.jivesoftware.smackx.xdatalayout
 
org.jivesoftware.smackx.xdatalayout.packet - package org.jivesoftware.smackx.xdatalayout.packet
 
org.jivesoftware.smackx.xdatalayout.provider - package org.jivesoftware.smackx.xdatalayout.provider
 
org.jivesoftware.smackx.xdatavalidation - package org.jivesoftware.smackx.xdatavalidation
 
org.jivesoftware.smackx.xdatavalidation.packet - package org.jivesoftware.smackx.xdatavalidation.packet
 
org.jivesoftware.smackx.xdatavalidation.provider - package org.jivesoftware.smackx.xdatavalidation.provider
 
org.jivesoftware.smackx.xhtmlim - package org.jivesoftware.smackx.xhtmlim
 
org.jivesoftware.smackx.xhtmlim.packet - package org.jivesoftware.smackx.xhtmlim.packet
 
org.jivesoftware.smackx.xhtmlim.provider - package org.jivesoftware.smackx.xhtmlim.provider
 
OutgoingFileTransfer - Class in org.jivesoftware.smackx.filetransfer
Handles the sending of a file to another user.
OutgoingFileTransfer(String, String, String, FileTransferNegotiator) - Constructor for class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
OutgoingFileTransfer.NegotiationProgress - Interface in org.jivesoftware.smackx.filetransfer
A callback class to retrieve the status of an outgoing transfer negotiation process.
outputStreamEstablished(OutputStream) - Method in interface org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
Once the negotiation process is completed the output stream can be retrieved.
ownershipGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
ownershipGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
ownershipGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an owner grants a user ownership on the room.
ownershipGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an owner grants to your user ownership on the room.
ownershipRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
ownershipRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
ownershipRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when an owner revokes a user ownership on the room.
ownershipRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when an owner revokes from your user ownership on the room.

P

P - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.address.provider.MultipleAddressesProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.amp.provider.AMPExtensionProvider
Parses a AMPExtension stanza(/packet) (extension sub-packet).
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.attention.packet.AttentionExtension.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.CloseIQProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider.IQProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.DataPacketProvider.PacketExtensionProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.bytestreams.ibb.provider.OpenIQProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.bytestreams.socks5.provider.BytestreamsProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.caps.provider.CapsExtensionProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.chatstates.packet.ChatStateExtension.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadActionError
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadLocaleError
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadPayloadError
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadSessionIDError
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.MalformedActionError
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.SessionExpiredError
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.delay.provider.AbstractDelayInformationProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.disco.provider.DiscoverInfoProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.disco.provider.DiscoverItemsProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.forward.provider.ForwardedProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.iqlast.packet.LastActivity.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.iqprivate.PrivateDataManager.PrivateDataIQProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.iqregister.provider.RegistrationProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.iqregister.provider.RegistrationStreamFeatureProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.iqversion.provider.VersionProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.jiveproperties.provider.JivePropertiesExtensionProvider
Parse a properties sub-packet.
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.muc.provider.MUCAdminProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.muc.provider.MUCOwnerProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.muc.provider.MUCUserProvider
Parses a MUCUser stanza(/packet) (extension sub-packet).
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.nick.packet.Nick.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageInfo.Provider
Parses a OfflineMessageInfo stanza(/packet) (extension sub-packet).
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.pep.provider.PEPProvider
Parses a PEPEvent stanza(/packet) and extracts a PEPItem from it.
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.ping.provider.PingProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.privacy.provider.PrivacyProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.pubsub.provider.ItemProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.pubsub.provider.PubSubProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.pubsub.provider.SubscriptionProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.rsm.provider.RSMSetProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.search.UserSearch.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.sharedgroups.packet.SharedGroupsInfo.Provider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.shim.provider.HeaderProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.si.provider.StreamInitiationProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.vcardtemp.provider.VCardProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.xdata.provider.DataFormProvider
 
parse(XmlPullParser) - Static method in class org.jivesoftware.smackx.xdatalayout.provider.DataLayoutProvider
 
parse(XmlPullParser) - Static method in class org.jivesoftware.smackx.xdatavalidation.provider.DataValidationProvider
 
parse(XmlPullParser, int) - Method in class org.jivesoftware.smackx.xhtmlim.provider.XHTMLExtensionProvider
 
parseDate(String) - Method in class org.jivesoftware.smackx.delay.provider.AbstractDelayInformationProvider
 
parseDate(String) - Method in class org.jivesoftware.smackx.delay.provider.DelayInformationProvider
 
parseDate(String) - Method in class org.jivesoftware.smackx.delay.provider.LegacyDelayInformationProvider
 
parseDestroy(XmlPullParser) - Static method in class org.jivesoftware.smackx.muc.provider.MUCParserUtils
 
parseItem(XmlPullParser) - Static method in class org.jivesoftware.smackx.muc.provider.MUCParserUtils
 
parsePrivateData(XmlPullParser) - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks.Provider
 
parsePrivateData(XmlPullParser) - Method in interface org.jivesoftware.smackx.iqprivate.provider.PrivateDataProvider
Parse the private data sub-document and create a PrivateData instance.
ParticipantStatusListener - Interface in org.jivesoftware.smackx.muc
A listener that is fired anytime a participant's status in a room is changed, such as the user being kicked, banned, or granted admin permissions.
PayloadItem<E extends org.jivesoftware.smack.packet.ExtensionElement> - Class in org.jivesoftware.smackx.pubsub
This class represents an item that has been, or will be published to a pubsub node.
PayloadItem(E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with no id and a payload The id will be set by the server.
PayloadItem(String, E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with an id and payload.
PayloadItem(String, String, E) - Constructor for class org.jivesoftware.smackx.pubsub.PayloadItem
Create an Item with an id, node id and payload.
PEPEvent - Class in org.jivesoftware.smackx.pep.packet
Represents XMPP Personal Event Protocol packets.
PEPEvent() - Constructor for class org.jivesoftware.smackx.pep.packet.PEPEvent
Creates a new empty roster exchange package.
PEPEvent(PEPItem) - Constructor for class org.jivesoftware.smackx.pep.packet.PEPEvent
Creates a new empty roster exchange package.
PEPItem - Class in org.jivesoftware.smackx.pep.packet
Represents XMPP Personal Event Protocol packets.
PEPItem(String) - Constructor for class org.jivesoftware.smackx.pep.packet.PEPItem
Creates a new PEPItem.
PEPListener - Interface in org.jivesoftware.smackx.pep
A listener that is fired anytime a PEP event message is received.
PEPManager - Class in org.jivesoftware.smackx.pep
Manages Personal Event Publishing (XEP-163).
PEPManager(XMPPConnection) - Constructor for class org.jivesoftware.smackx.pep.PEPManager
Creates a new PEP exchange manager.
PEPProvider - Class in org.jivesoftware.smackx.pep.provider
The PEPProvider parses incoming PEPEvent packets.
PEPProvider() - Constructor for class org.jivesoftware.smackx.pep.provider.PEPProvider
 
PEPPubSub - Class in org.jivesoftware.smackx.pep.packet
Represents XMPP PEP/XEP-163 pubsub packets.
PEPPubSub(PEPItem) - Constructor for class org.jivesoftware.smackx.pep.packet.PEPPubSub
Creates a new PubSub.
persistentCache - Static variable in class org.jivesoftware.smackx.caps.EntityCapsManager
 
Ping - Class in org.jivesoftware.smackx.ping.packet
 
Ping() - Constructor for class org.jivesoftware.smackx.ping.packet.Ping
 
Ping(String) - Constructor for class org.jivesoftware.smackx.ping.packet.Ping
 
ping(String, long) - Method in class org.jivesoftware.smackx.ping.PingManager
Pings the given jid.
ping(String) - Method in class org.jivesoftware.smackx.ping.PingManager
Same as calling PingManager.ping(String, long) with the defaultpacket reply timeout.
pingFailed() - Method in interface org.jivesoftware.smackx.ping.PingFailedListener
Called when the server ping fails.
PingFailedListener - Interface in org.jivesoftware.smackx.ping
Defines the callback used whenever the server ping fails.
PingManager - Class in org.jivesoftware.smackx.ping
Implements the XMPP Ping as defined by XEP-0199.
pingMyServer() - Method in class org.jivesoftware.smackx.ping.PingManager
Pings the server.
pingMyServer(boolean) - Method in class org.jivesoftware.smackx.ping.PingManager
Pings the server.
pingMyServer(boolean, long) - Method in class org.jivesoftware.smackx.ping.PingManager
Pings the server.
PingProvider - Class in org.jivesoftware.smackx.ping.provider
 
PingProvider() - Constructor for class org.jivesoftware.smackx.ping.provider.PingProvider
 
pingServerIfNecessary() - Method in class org.jivesoftware.smackx.ping.PingManager
Ping the server if deemed necessary because automatic server pings are enabled (PingManager.setPingInterval(int)) and the ping interval has expired.
pollMessage() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Polls for and returns the next message, or null if there isn't a message immediately available.
PresenceState - Enum in org.jivesoftware.smackx.pubsub
Defines the possible valid presence states for node subscription via SubscribeForm.getShowValues().
prev() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Goes to the previous stage.
prev() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
Privacy - Class in org.jivesoftware.smackx.privacy.packet
A Privacy IQ Packet, is used by the PrivacyListManager and PrivacyProvider to allow and block communications from other users.
Privacy() - Constructor for class org.jivesoftware.smackx.privacy.packet.Privacy
 
PRIVACY_FILTER - Static variable in class org.jivesoftware.smackx.privacy.PrivacyListManager
 
PrivacyItem - Class in org.jivesoftware.smackx.privacy.packet
A privacy item acts a rule that when matched defines if a stanza(/packet) should be blocked or not.
PrivacyItem(boolean, long) - Constructor for class org.jivesoftware.smackx.privacy.packet.PrivacyItem
Creates a new fall-through privacy item.
PrivacyItem(PrivacyItem.Type, String, boolean, long) - Constructor for class org.jivesoftware.smackx.privacy.packet.PrivacyItem
Creates a new privacy item.
PrivacyItem.Type - Enum in org.jivesoftware.smackx.privacy.packet
Type defines if the rule is based on JIDs, roster groups or presence subscription types.
PrivacyList - Class in org.jivesoftware.smackx.privacy
A privacy list represents a list of contacts that is a read only class used to represent a set of allowed or blocked communications.
PrivacyList(boolean, boolean, String, List<PrivacyItem>) - Constructor for class org.jivesoftware.smackx.privacy.PrivacyList
 
PrivacyListListener - Interface in org.jivesoftware.smackx.privacy
Interface to implement classes to listen for server events about privacy communication.
PrivacyListManager - Class in org.jivesoftware.smackx.privacy
A PrivacyListManager is used by XMPP clients to block or allow communications from other users.
PrivacyProvider - Class in org.jivesoftware.smackx.privacy.provider
The PrivacyProvider parses Privacy packets.
PrivacyProvider() - Constructor for class org.jivesoftware.smackx.privacy.provider.PrivacyProvider
 
PrivateData - Interface in org.jivesoftware.smackx.iqprivate.packet
Interface to represent private data.
PrivateDataIQ - Class in org.jivesoftware.smackx.iqprivate.packet
 
PrivateDataIQ(PrivateData) - Constructor for class org.jivesoftware.smackx.iqprivate.packet.PrivateDataIQ
 
PrivateDataIQ(String, String) - Constructor for class org.jivesoftware.smackx.iqprivate.packet.PrivateDataIQ
 
PrivateDataManager - Class in org.jivesoftware.smackx.iqprivate
Manages private data, which is a mechanism to allow users to store arbitrary XML data on an XMPP server.
PrivateDataManager.PrivateDataIQProvider - Class in org.jivesoftware.smackx.iqprivate
An IQ provider to parse IQ results containing private data.
PrivateDataManager.PrivateDataIQProvider() - Constructor for class org.jivesoftware.smackx.iqprivate.PrivateDataManager.PrivateDataIQProvider
 
PrivateDataProvider - Interface in org.jivesoftware.smackx.iqprivate.provider
An interface for parsing custom private data.
processIQPacket(Data) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
 
processPacket(Stanza) - Method in class org.jivesoftware.smackx.pubsub.Node.ItemDeleteTranslator
 
processPacket(Stanza) - Method in class org.jivesoftware.smackx.pubsub.Node.ItemEventTranslator
 
processPacket(Stanza) - Method in class org.jivesoftware.smackx.pubsub.Node.NodeConfigTranslator
 
publish(PEPItem) - Method in class org.jivesoftware.smackx.pep.PEPManager
Publish an event.
publish() - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes an event to the node.
publish(T) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes an event to the node.
publish(Collection<T>) - Method in class org.jivesoftware.smackx.pubsub.LeafNode
Publishes multiple events to the node.
publishCommands(String) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Publish the commands to an specific JID.
PublishItem<T extends Item> - Class in org.jivesoftware.smackx.pubsub
Represents a request to publish an item(s) to a specific node.
PublishItem(String, T) - Constructor for class org.jivesoftware.smackx.pubsub.PublishItem
Construct a request to publish an item to a node.
PublishItem(String, Collection<T>) - Constructor for class org.jivesoftware.smackx.pubsub.PublishItem
Construct a request to publish multiple items to a node.
publishItems(String, DiscoverItems) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Publishes new items to a parent entity.
publishItems(String, String, DiscoverItems) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Publishes new items to a parent entity and node.
PublishModel - Enum in org.jivesoftware.smackx.pubsub
Determines who may publish to a node.
PubSub - Class in org.jivesoftware.smackx.pubsub.packet
The standard PubSub extension of an IQ packet.
PubSub() - Constructor for class org.jivesoftware.smackx.pubsub.packet.PubSub
 
PubSub(PubSubNamespace) - Constructor for class org.jivesoftware.smackx.pubsub.packet.PubSub
 
PubSub(String, IQ.Type, PubSubNamespace) - Constructor for class org.jivesoftware.smackx.pubsub.packet.PubSub
 
PubSubElementType - Enum in org.jivesoftware.smackx.pubsub
Defines all the possible element types as defined for all the pubsub schemas in all 3 namespaces.
PubSubManager - Class in org.jivesoftware.smackx.pubsub
This is the starting point for access to the pubsub service.
PubSubManager(XMPPConnection) - Constructor for class org.jivesoftware.smackx.pubsub.PubSubManager
Create a pubsub manager associated to the specified connection.
PubSubManager(XMPPConnection, String) - Constructor for class org.jivesoftware.smackx.pubsub.PubSubManager
Create a pubsub manager associated to the specified connection where the pubsub requests require a specific to address for packets.
PubSubNamespace - Enum in org.jivesoftware.smackx.pubsub.packet
Defines all the valid namespaces that are used with the PubSub packet as defined by the specification.
PubSubProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the root pubsub stanza(/packet) extensions of the IQ stanza(/packet) and returns a PubSub instance.
PubSubProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.PubSubProvider
 

Q

Q - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 

R

receiptMessageFor(Message) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
Create and return a new message including a delivery receipt extension for the given message.
ReceiptReceivedListener - Interface in org.jivesoftware.smackx.receipts
Interface for received receipt notifications.
recieveFile() - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
Negotiates the stream method to transfer the file over and then returns the negotiated stream.
recieveFile(File) - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
This method negotitates the stream and then transfer's the file over the negotiated stream.
registerCommand(String, String, Class<? extends LocalCommand>) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Registers a new command with this command manager, which is related to a connection.
registerCommand(String, String, LocalCommandFactory) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Registers a new command with this command manager, which is related to a connection.
registerPEPParserExtension(String, ExtensionElementProvider<?>) - Static method in class org.jivesoftware.smackx.pep.provider.PEPProvider
 
registerPingFailedListener(PingFailedListener) - Method in class org.jivesoftware.smackx.ping.PingManager
Register a new PingFailedListener
Registration - Class in org.jivesoftware.smackx.iqregister.packet
Represents registration packets.
Registration() - Constructor for class org.jivesoftware.smackx.iqregister.packet.Registration
 
Registration(Map<String, String>) - Constructor for class org.jivesoftware.smackx.iqregister.packet.Registration
 
Registration(String, Map<String, String>) - Constructor for class org.jivesoftware.smackx.iqregister.packet.Registration
 
Registration.Feature - Class in org.jivesoftware.smackx.iqregister.packet
 
RegistrationProvider - Class in org.jivesoftware.smackx.iqregister.provider
 
RegistrationProvider() - Constructor for class org.jivesoftware.smackx.iqregister.provider.RegistrationProvider
 
RegistrationStreamFeatureProvider - Class in org.jivesoftware.smackx.iqregister.provider
 
RegistrationStreamFeatureProvider() - Constructor for class org.jivesoftware.smackx.iqregister.provider.RegistrationStreamFeatureProvider
 
reject() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamRequest
Rejects the bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
Rejects the In-Band Bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Rejects the SOCKS5 Bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Rejects the file transfer request.
rejectIncomingFileTransfer(FileTransferRequest) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
Reject an incoming file transfer.
RemoteCommand - Class in org.jivesoftware.smackx.commands
Represents a command that is in a remote location.
RemoteCommand(XMPPConnection, String, String) - Constructor for class org.jivesoftware.smackx.commands.RemoteCommand
Creates a new RemoteCommand that uses an specific connection to execute a command identified by node in the host identified by jid
REMOVE_ACTION - Static variable in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
Request to remove the item.
removeAvatar() - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
Removes the avatar from the vCard This is done by setting the PHOTO value to the empty string as defined in XEP-0153
removeBookmarkedConference(String) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkManager
Removes a conference from the bookmarks.
removeBookmarkedConference(BookmarkedConference) - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
Removes a BookmarkedConference.
removeBookmarkedURL(String) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkManager
Removes a url from the bookmarks.
removeBookmarkedURL(BookmarkedURL) - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
Removes a bookmarked bookmarkedURL.
removeConfigurationListener(NodeConfigListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for configuration events.
REMOVED_AFFIL_CHANGE_321 - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
removeExtendedInfo() - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Removes the data form containing extended service discovery information from the information returned by this XMPP entity.
removeFeature(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Removes the specified feature from the supported features by this XMPP entity.
removeFileTransferListener(FileTransferListener) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
Removes a file transfer listener.
removeIdentity(DiscoverInfo.Identity) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Remove an identity from the client.
removeIncomingBytestreamListener(BytestreamListener) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Removes the given listener from the list of listeners for all incoming bytestream requests.
removeIncomingBytestreamListener(String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Removes the listener for the given user.
removeIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Removes the given listener from the list of listeners for all incoming In-Band Bytestream requests.
removeIncomingBytestreamListener(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Removes the listener for the given user.
removeIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Removes the given listener from the list of listeners for all incoming SOCKS5 Bytestream requests.
removeIncomingBytestreamListener(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Removes the listener for the given user.
removeInvitationListener(InvitationListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChatManager
Removes a listener to invitation notifications.
removeInvitationRejectionListener(InvitationRejectionListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener from invitation rejections notifications.
removeItemDeleteListener(ItemDeleteListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for item delete events.
removeItemEventListener(ItemEventListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for publication events.
removeListener(PrivacyListListener) - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
Removes the privacy list listener.
removeLocalAddress(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Removes the given address from the list of local network addresses.
removeMessageListener(MessageListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a stanza(/packet) listener that was being notified of any new messages in the multi user chat.
removeNodeInformationProvider(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Removes the NodeInformationProvider responsible for providing information (ie items) related to a given node.
removeParticipantListener(PresenceListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a stanza(/packet) listener that was being notified of any new Presence packets sent to the group chat.
removeParticipantStatusListener(ParticipantStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener that was being notified of changes in occupants status in the room such as the user being kicked, banned, or granted admin permissions.
removePEPListener(PEPListener) - Method in class org.jivesoftware.smackx.pep.PEPManager
Removes a listener from PEP events.
removePresenceInterceptor(StanzaListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a StanzaListener that was being invoked every time a new presence was being sent by this MultiUserChat to the server.
removePrivateDataProvider(String, String) - Static method in class org.jivesoftware.smackx.iqprivate.PrivateDataManager
Removes a private data provider with the specified element name and namespace.
removeReceiptReceivedListener(ReceiptReceivedListener) - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
Stop getting informed about incoming delivery receipts.
removeSubjectUpdatedListener(SubjectUpdatedListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener from subject change notifications.
removeTransfer(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Removes the given digest from the list of allowed transfers.
removeUserCapsNode(String) - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
Remove a record telling what entity caps node a user has.
removeUserStatusListener(UserStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener that was being notified of changes in your status in the room such as the user being kicked, banned, or granted admin permissions.
remveNote(AdHocCommandNote) - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData
 
replaceLocalAddresses(Collection<String>) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Replaces the list of local network addresses.
reply(XMPPConnection, Message, Message) - Static method in class org.jivesoftware.smackx.address.MultipleRecipientManager
Sends a reply to a previously received stanza(/packet) that was sent to multiple recipients.
replyItemNotFoundPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream session could not be found.
replyRejectPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream is not accepted.
replyRejectPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Responses to the given packet's sender with an XMPP error that a SOCKS5 Bytestream is not accepted.
replyResourceConstraintPacket(IQ) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Responses to the given IQ packet's sender with an XMPP error that an In-Band Bytestream open request is rejected because its block size is greater than the maximum allowed block size.
ReportedData - Class in org.jivesoftware.smackx.search
Represents a set of data results returned as part of a search.
ReportedData() - Constructor for class org.jivesoftware.smackx.search.ReportedData
 
ReportedData.Column - Class in org.jivesoftware.smackx.search
Represents the columns definition of the reported data.
ReportedData.Column(String, String, FormField.Type) - Constructor for class org.jivesoftware.smackx.search.ReportedData.Column
Creates a new column with the specified definition.
ReportedData.Field - Class in org.jivesoftware.smackx.search
 
ReportedData.Field(String, List<String>) - Constructor for class org.jivesoftware.smackx.search.ReportedData.Field
 
ReportedData.Row - Class in org.jivesoftware.smackx.search
 
ReportedData.Row(List<ReportedData.Field>) - Constructor for class org.jivesoftware.smackx.search.ReportedData.Row
 
requestVoice() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Sends a voice request to the MUC.
resetValues() - Method in class org.jivesoftware.smackx.xdata.FormField
Removes all the values of the field.
RetractEventProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the retract element out of the message event stanza from the server as specified in the retract schema.
RetractEventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.RetractEventProvider
 
RetractItem - Class in org.jivesoftware.smackx.pubsub
Represents and item that has been deleted from a node.
RetractItem(String) - Constructor for class org.jivesoftware.smackx.pubsub.RetractItem
Construct a RetractItem with the specified id.
revokeAdmin(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes administrator privileges from users.
revokeAdmin(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes administrator privileges from a user.
revokeMembership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes users' membership.
revokeMembership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes a user's membership.
revokeModerator(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes moderator privileges from other users.
revokeModerator(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes moderator privileges from another user.
revokeOwnership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes ownership privileges from other users.
revokeOwnership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes ownership privileges from another user.
revokeVoice(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes voice from participants in the room.
revokeVoice(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes voice from a participant in the room.
ROOM_CREATED_201 - Static variable in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
RoomInfo - Class in org.jivesoftware.smackx.muc
Represents the room information that was discovered using Service Discovery.
RSMManager - Class in org.jivesoftware.smackx.rsm
 
RSMManager() - Constructor for class org.jivesoftware.smackx.rsm.RSMManager
 
RSMSet - Class in org.jivesoftware.smackx.rsm.packet
 
RSMSet(int) - Constructor for class org.jivesoftware.smackx.rsm.packet.RSMSet
 
RSMSet(int, int) - Constructor for class org.jivesoftware.smackx.rsm.packet.RSMSet
 
RSMSet(String, RSMSet.PageDirection) - Constructor for class org.jivesoftware.smackx.rsm.packet.RSMSet
 
RSMSet(int, String, RSMSet.PageDirection) - Constructor for class org.jivesoftware.smackx.rsm.packet.RSMSet
 
RSMSet(String, String, int, int, String, int, String, int) - Constructor for class org.jivesoftware.smackx.rsm.packet.RSMSet
 
RSMSet.PageDirection - Enum in org.jivesoftware.smackx.rsm.packet
 
RSMSetProvider - Class in org.jivesoftware.smackx.rsm.provider
 
RSMSetProvider() - Constructor for class org.jivesoftware.smackx.rsm.provider.RSMSetProvider
 

S

save(XMPPConnection) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
Deprecated.
saveVCard(VCard) - Method in class org.jivesoftware.smackx.vcardtemp.VCardManager
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, Stanza, Collection<String>, Collection<String>, Collection<String>) - Static method in class org.jivesoftware.smackx.address.MultipleRecipientManager
Sends the specified stanza(/packet) to the collection of specified recipients using the specified connection.
send(XMPPConnection, Stanza, Collection<String>, Collection<String>, Collection<String>, String, String, boolean) - Static method in class org.jivesoftware.smackx.address.MultipleRecipientManager
Sends the specified stanza(/packet) to the collection 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.
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
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.
sensitiveOperationOverInsecureConnection(boolean) - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Set to true to allow sensitive operation over insecure connection.
sensitiveOperationOverInsecureConnectionDefault(boolean) - Static method in class org.jivesoftware.smackx.iqregister.AccountManager
The default value used by new account managers for allowSensitiveOperationOverInsecureConnection.
serverSupportsFeature(String) - Method in class org.jivesoftware.smackx.disco.ServiceDiscoveryManager
Returns true if the server supports the given feature.
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.
SetActiveListFilter - Class in org.jivesoftware.smackx.privacy.filter
 
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.
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.
setAutoAppendSmackVersion(boolean) - Static method in class org.jivesoftware.smackx.iqversion.VersionManager
 
setAutoEnable(boolean) - Static method in class org.jivesoftware.smackx.time.EntityTimeManager
 
setAutoJoin(boolean) - Method in class org.jivesoftware.smackx.bookmarks.BookmarkedConference
 
setAutoReceiptMode(DeliveryReceiptManager.AutoReceiptMode) - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
Configure whether the DeliveryReceiptManager should automatically reply to incoming DeliveryReceipts.
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.
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.
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.
setDefaultAutoReceiptMode(DeliveryReceiptManager.AutoReceiptMode) - Static method in class org.jivesoftware.smackx.receipts.DeliveryReceiptManager
Set the default automatic receipt mode for new connections.
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.
SetDefaultListFilter - Class in org.jivesoftware.smackx.privacy.filter
 
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.
setDefaultVersion(String, String) - Static method in class org.jivesoftware.smackx.iqversion.VersionManager
 
setDefaultVersion(String, String, String) - Static method in class org.jivesoftware.smackx.iqversion.VersionManager
 
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(Destroy) - Method in class org.jivesoftware.smackx.muc.packet.MUCOwner
Sets a request to the server to destroy a room.
setDestroy(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.
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
Deprecated.
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.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.
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(MUCItem) - 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' stanza(/packet) extension.
setJid(String) - Method in class org.jivesoftware.smackx.muc.packet.Destroy
Sets the JID of an alternate location since the current room is being destroyed.
setJid(String) - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Item
 
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.
setLastActivity(long) - Method in class org.jivesoftware.smackx.iqlast.packet.LastActivity
 
setLastName(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
setListRange(ValidateElement.ListRange) - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
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
Set the maximum number of items to persisted to this node if ConfigureForm.isPersistItems() is true.
setMaxPayloadSize(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the maximum payload size in bytes
setMaxsCacheSizes(int, int) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
Sets the maximum cache sizes
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.DiscoverItems.Item
Sets the entity's name.
setName(String) - Method in class org.jivesoftware.smackx.nick.packet.Nick
Sets the value of this 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 stanza(/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.
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.
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 in seconds between a automated server ping is send.
setPrefix(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
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.
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.muc.packet.Destroy
Sets the reason for the room destruction.
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.Invite
Sets the message explaining the invitation.
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.
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.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
Set the 'sessionid' attribute of the command.
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
 
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.
setSuffix(String) - Method in class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
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 stanza(/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(FormField.Type) - 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.
setValidateElement(ValidateElement) - Method in class org.jivesoftware.smackx.xdata.FormField
 
setValue(String, String) - Method in class org.jivesoftware.smackx.iqprivate.packet.DefaultPrivateData
Sets a value given the name.
setVersion(String, String) - Method in class org.jivesoftware.smackx.iqversion.VersionManager
 
setVersion(String, String, String) - 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 stanza(/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
 
shouldNotReply() - Method in class org.jivesoftware.smackx.address.MultipleRecipientInfo
Returns true if the received stanza(/packet) should not be replied.
SI_NAMESPACE - Static variable in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
 
SI_PROFILE_FILE_TRANSFER_NAMESPACE - Static variable in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
 
signal(String, IQ) - Static method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
 
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
The default payload representation for PayloadItem.getPayload().
SimplePayload(String, String, CharSequence) - 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.
SPAN - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
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
 
STRONG - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
STYLE - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
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(DataForm.Type) - 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
 
supportsAccountCreation() - Method in class org.jivesoftware.smackx.iqregister.AccountManager
Returns true if the server supports creating new accounts.
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.

T

Time - Class in org.jivesoftware.smackx.time.packet
A Time IQ packet, which is used by XMPP clients to exchange their respective local times.
Time() - Constructor for class org.jivesoftware.smackx.time.packet.Time
 
Time(Calendar) - Constructor for class org.jivesoftware.smackx.time.packet.Time
Creates a new Time instance using the specified calendar instance as the time value to send.
TimeProvider - Class in org.jivesoftware.smackx.time.provider
 
TimeProvider() - Constructor for class org.jivesoftware.smackx.time.provider.TimeProvider
 
to - Variable in class org.jivesoftware.smackx.pubsub.Node
 
toString() - Method in enum org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition
 
toString() - Method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Error
 
toString() - Method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Status
 
toString() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
 
toString() - Method in class org.jivesoftware.smackx.privacy.PrivacyList
 
toString() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
 
toString() - Method in class org.jivesoftware.smackx.pubsub.Item
 
toString() - Method in class org.jivesoftware.smackx.pubsub.ItemDeleteEvent
 
toString() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
 
toString() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
toString() - Method in class org.jivesoftware.smackx.pubsub.Node
 
toString() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
 
toString() - Method in class org.jivesoftware.smackx.pubsub.PayloadItem
 
toString() - Method in class org.jivesoftware.smackx.pubsub.SimplePayload
 
toString() - Method in class org.jivesoftware.smackx.xdata.FormField.Option
 
toString() - Method in enum org.jivesoftware.smackx.xdata.FormField.Type
 
toString() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
Returns the text of the XHTMLText.
toXML() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
 
toXML() - Method in class org.jivesoftware.smackx.address.packet.MultipleAddresses
 
toXML() - Method in class org.jivesoftware.smackx.amp.packet.AMPExtension
Returns the XML representation of a XHTML extension according the specification.
toXML() - Method in class org.jivesoftware.smackx.attention.packet.AttentionExtension
 
toXML() - Method in class org.jivesoftware.smackx.bookmarks.Bookmarks
Returns the XML representation of the PrivateData.
toXML() - Method in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
 
toXML() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
 
toXML() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
toXML() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
 
toXML() - Method in class org.jivesoftware.smackx.caps.packet.CapsExtension
toXML() - Method in class org.jivesoftware.smackx.chatstates.packet.ChatStateExtension
 
toXML() - Method in class org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
 
toXML() - Method in class org.jivesoftware.smackx.delay.packet.DelayInformation
 
toXML() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
 
toXML() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverInfo.Identity
 
toXML() - Method in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
 
toXML() - Method in class org.jivesoftware.smackx.forward.packet.Forwarded
 
toXML() - Method in class org.jivesoftware.smackx.iqprivate.packet.DefaultPrivateData
 
toXML() - Method in interface org.jivesoftware.smackx.iqprivate.packet.PrivateData
Returns the XML reppresentation of the PrivateData.
toXML() - Method in class org.jivesoftware.smackx.iqregister.packet.Registration.Feature
 
toXML() - Method in class org.jivesoftware.smackx.jiveproperties.packet.JivePropertiesExtension
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.Destroy
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.GroupChatInvitation
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence.History
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCInitialPresence
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCItem
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Decline
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Invite
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser.Status
 
toXML() - Method in class org.jivesoftware.smackx.muc.packet.MUCUser
 
toXML() - Method in class org.jivesoftware.smackx.nick.packet.Nick
 
toXML() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageInfo
 
toXML() - Method in class org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Item
 
toXML() - Method in class org.jivesoftware.smackx.pep.packet.PEPEvent
Returns the XML representation of a Personal Event Publish according the specification.
toXML() - Method in class org.jivesoftware.smackx.pep.packet.PEPItem
Returns the XML representation of a Personal Event Publish according the specification.
toXML() - Method in class org.jivesoftware.smackx.privacy.packet.PrivacyItem
Answer an xml representation of the receiver according to the RFC 3921.
toXML() - Method in class org.jivesoftware.smackx.pubsub.Affiliation
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.AffiliationsExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.EventElement
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.FormNode
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.GetItemsRequest
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.Item
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.ItemsExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.NodeExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.OptionsExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.PayloadItem
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.PublishItem
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.RetractItem
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.SimplePayload
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.Subscription
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
 
toXML() - Method in class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
toXML() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceipt
 
toXML() - Method in class org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
 
toXML() - Method in class org.jivesoftware.smackx.rsm.packet.RSMSet
 
toXML() - Method in class org.jivesoftware.smackx.shim.packet.Header
 
toXML() - Method in class org.jivesoftware.smackx.shim.packet.HeadersExtension
 
toXML() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.Feature
 
toXML() - Method in class org.jivesoftware.smackx.si.packet.StreamInitiation.File
 
toXML() - Method in class org.jivesoftware.smackx.xdata.FormField.Option
 
toXML() - Method in class org.jivesoftware.smackx.xdata.FormField
 
toXML() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm.Item
 
toXML() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm.ReportedData
 
toXML() - Method in class org.jivesoftware.smackx.xdata.packet.DataForm
 
toXML() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Fieldref
 
toXML() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Reportedref
 
toXML() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Section
 
toXML() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Text
 
toXML() - Method in class org.jivesoftware.smackx.xdatalayout.packet.DataLayout
 
toXML() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.ListRange
 
toXML() - Method in class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
 
toXML() - Method in class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
Returns the XML representation of a XHTML extension according the specification.
toXML() - Method in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
type - Variable in class org.jivesoftware.smackx.pubsub.Affiliation
 
type - Variable in class org.jivesoftware.smackx.pubsub.ItemsExtension
 

U

UL - Static variable in class org.jivesoftware.smackx.xhtmlim.XHTMLText
 
unregisterPingFailedListener(PingFailedListener) - Method in class org.jivesoftware.smackx.ping.PingManager
Unregister a PingFailedListener
unsetVersion() - Method in class org.jivesoftware.smackx.iqversion.VersionManager
 
unsubscribe(String) - Method in class org.jivesoftware.smackx.pubsub.Node
Remove the subscription related to the specified JID.
unsubscribe(String, String) - Method in class org.jivesoftware.smackx.pubsub.Node
Remove the specific subscription related to the specified JID.
UnsubscribeExtension - Class in org.jivesoftware.smackx.pubsub
Represents an unsubscribe element.
UnsubscribeExtension(String) - Constructor for class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
UnsubscribeExtension(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
UnsubscribeExtension(String, String, String) - Constructor for class org.jivesoftware.smackx.pubsub.UnsubscribeExtension
 
UPDATE_ACTION - Static variable in class org.jivesoftware.smackx.disco.packet.DiscoverItems.Item
Request to create or update the item.
updatedPrivacyList(String) - Method in interface org.jivesoftware.smackx.privacy.PrivacyListListener
A privacy list has been modified by another.
updateLocalEntityCaps() - Method in class org.jivesoftware.smackx.caps.EntityCapsManager
Updates the local user Entity Caps information with the data provided If we are connected and there was already a presence send, another presence is send to inform others about your new Entity Caps node string.
updatePrivacyList(String, List<PrivacyItem>) - Method in class org.jivesoftware.smackx.privacy.PrivacyListManager
The client has edited an existing list.
updateStatus(FileTransfer.Status, FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 
updateStatus(FileTransfer.Status, FileTransfer.Status) - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
UserSearch - Class in org.jivesoftware.smackx.search
Implements the protocol currently used to search information repositories on the Jabber network.
UserSearch() - Constructor for class org.jivesoftware.smackx.search.UserSearch
Creates a new instance of UserSearch.
UserSearch.Provider - Class in org.jivesoftware.smackx.search
Internal Search service Provider.
UserSearch.Provider() - Constructor for class org.jivesoftware.smackx.search.UserSearch.Provider
 
UserSearchManager - Class in org.jivesoftware.smackx.search
The UserSearchManager is a facade built upon Jabber Search Services (XEP-055) to allow for searching repositories on a Jabber Server.
UserSearchManager(XMPPConnection) - Constructor for class org.jivesoftware.smackx.search.UserSearchManager
Creates a new UserSearchManager.
UserStatusListener - Interface in org.jivesoftware.smackx.muc
A listener that is fired anytime your participant's status in a room is changed, such as the user being kicked, banned, or granted admin permissions.

V

ValidateElement - Class in org.jivesoftware.smackx.xdatavalidation.packet
DataValidation Extension according to XEP-0122: Data Forms Validation.
ValidateElement.BasicValidateElement - Class in org.jivesoftware.smackx.xdatavalidation.packet
Validation only against the datatype itself.
ValidateElement.BasicValidateElement(String) - Constructor for class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.BasicValidateElement
 
ValidateElement.ListRange - Class in org.jivesoftware.smackx.xdatavalidation.packet
This element indicates for "list-multi", that a minimum and maximum number of options should be selected and/or entered.
ValidateElement.ListRange(Long, Long) - Constructor for class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.ListRange
The 'max' attribute specifies the maximum allowable number of selected/entered values.
ValidateElement.OpenValidateElement - Class in org.jivesoftware.smackx.xdatavalidation.packet
For "list-single" or "list-multi", indicates that the user may enter a custom value (matching the datatype constraints) or choose from the predefined values.
ValidateElement.OpenValidateElement(String) - Constructor for class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.OpenValidateElement
 
ValidateElement.RangeValidateElement - Class in org.jivesoftware.smackx.xdatavalidation.packet
Indicate that the value should fall within a certain range.
ValidateElement.RangeValidateElement(String, String, String) - Constructor for class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RangeValidateElement
 
ValidateElement.RegexValidateElement - Class in org.jivesoftware.smackx.xdatavalidation.packet
Indicates that the value should be restricted to a regular expression.
ValidateElement.RegexValidateElement(String, String) - Constructor for class org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RegexValidateElement
 
ValidationConsistencyException - Exception in org.jivesoftware.smackx.xdatavalidation
Exception thrown when ValidateElement is not consistent with the business rules in XEP=0122.
ValidationConsistencyException(String) - Constructor for exception org.jivesoftware.smackx.xdatavalidation.ValidationConsistencyException
 
valueOf(String) - Static method in enum org.jivesoftware.smackx.address.packet.MultipleAddresses.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.amp.AMPDeliverCondition.Value
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.amp.AMPMatchResourceCondition.Value
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.amp.packet.AMPExtension.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.amp.packet.AMPExtension.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager.StanzaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.chatstates.ChatState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.commands.AdHocCommandNote.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.muc.MUCAffiliation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.muc.MUCRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.privacy.packet.PrivacyItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.AccessModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.Affiliation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.ChildrenAssociationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.ConfigureNodeFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.EventElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.FormNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.ItemReply
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.PresenceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.PublishModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.SubscribeOptionFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.pubsub.Subscription.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.receipts.DeliveryReceiptManager.AutoReceiptMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.rsm.packet.RSMSet.PageDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.xdata.FormField.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.xdata.packet.DataForm.Type
Returns the enum constant of this type with the specified name.
valueOfFromElement(String) - Static method in enum org.jivesoftware.smackx.pubsub.SubscribeOptionFields
 
valueOfFromElementName(String, String) - Static method in enum org.jivesoftware.smackx.pubsub.FormNodeType
 
valueOfFromElemName(String, String) - Static method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
 
valueOfFromXmlns(String) - Static method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
 
values() - Static method in enum org.jivesoftware.smackx.address.packet.MultipleAddresses.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.amp.AMPDeliverCondition.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.amp.AMPMatchResourceCondition.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.amp.packet.AMPExtension.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.amp.packet.AMPExtension.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager.StanzaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.chatstates.ChatState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.commands.AdHocCommand.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.commands.AdHocCommandNote.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.filetransfer.FileTransfer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.muc.MUCAffiliation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.muc.MUCRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.privacy.packet.PrivacyItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.AccessModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.Affiliation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.ChildrenAssociationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.ConfigureNodeFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.EventElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.FormNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.ItemReply
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.ItemsExtension.ItemsElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.PresenceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.PublishModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.PubSubElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.SubscribeOptionFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.pubsub.Subscription.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.receipts.DeliveryReceiptManager.AutoReceiptMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.rsm.packet.RSMSet.PageDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.xdata.FormField.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.xdata.packet.DataForm.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VCard - Class in org.jivesoftware.smackx.vcardtemp.packet
A VCard class for use with the SMACK jabber library.
VCard() - Constructor for class org.jivesoftware.smackx.vcardtemp.packet.VCard
 
VCardManager - Class in org.jivesoftware.smackx.vcardtemp
 
VCardProvider - Class in org.jivesoftware.smackx.vcardtemp.provider
vCard provider.
VCardProvider() - Constructor for class org.jivesoftware.smackx.vcardtemp.provider.VCardProvider
 
verifyDiscoverInfoVersion(String, String, DiscoverInfo) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
Verify DisoverInfo and Caps Node as defined in XEP-0115 5.4 Processing Method
verifyPacketExtensions(DiscoverInfo) - Static method in class org.jivesoftware.smackx.caps.EntityCapsManager
 
version - Variable in class org.jivesoftware.smackx.caps.CapsVersionAndHash
 
Version - Class in org.jivesoftware.smackx.iqversion.packet
A Version IQ packet, which is used by XMPP clients to discover version information about the software running at another entity's JID.
Version() - Constructor for class org.jivesoftware.smackx.iqversion.packet.Version
 
Version(String) - Constructor for class org.jivesoftware.smackx.iqversion.packet.Version
Request version IQ
Version(String, String) - Constructor for class org.jivesoftware.smackx.iqversion.packet.Version
 
Version(String, String, String) - Constructor for class org.jivesoftware.smackx.iqversion.packet.Version
Creates a new Version object with given details.
Version(Version) - Constructor for class org.jivesoftware.smackx.iqversion.packet.Version
 
VersionManager - Class in org.jivesoftware.smackx.iqversion
A Version Manager that automatically responds to version IQs with a predetermined reply.
VersionProvider - Class in org.jivesoftware.smackx.iqversion.provider
 
VersionProvider() - Constructor for class org.jivesoftware.smackx.iqversion.provider.VersionProvider
 
voiceGranted(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
voiceGranted() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
voiceGranted(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a moderator grants voice to a visitor.
voiceGranted() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when a moderator grants voice to your user.
voiceRevoked(String) - Method in class org.jivesoftware.smackx.muc.DefaultParticipantStatusListener
 
voiceRevoked() - Method in class org.jivesoftware.smackx.muc.DefaultUserStatusListener
 
voiceRevoked(String) - Method in interface org.jivesoftware.smackx.muc.ParticipantStatusListener
Called when a moderator revokes voice from a participant.
voiceRevoked() - Method in interface org.jivesoftware.smackx.muc.UserStatusListener
Called when a moderator revokes voice from your user.

W

writeToStream(InputStream, OutputStream) - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
 

X

XDataLayoutManager - Class in org.jivesoftware.smackx.xdatalayout
 
XDataLayoutManager() - Constructor for class org.jivesoftware.smackx.xdatalayout.XDataLayoutManager
 
XDataManager - Class in org.jivesoftware.smackx.xdata
 
XDataValidationManager - Class in org.jivesoftware.smackx.xdatavalidation
 
XDataValidationManager() - Constructor for class org.jivesoftware.smackx.xdatavalidation.XDataValidationManager
 
XHTMLExtension - Class in org.jivesoftware.smackx.xhtmlim.packet
An XHTML sub-packet, which is used by XMPP clients to exchange formatted text.
XHTMLExtension() - Constructor for class org.jivesoftware.smackx.xhtmlim.packet.XHTMLExtension
 
XHTMLExtensionProvider - Class in org.jivesoftware.smackx.xhtmlim.provider
The XHTMLExtensionProvider parses XHTML packets.
XHTMLExtensionProvider() - Constructor for class org.jivesoftware.smackx.xhtmlim.provider.XHTMLExtensionProvider
 
XHTMLManager - Class in org.jivesoftware.smackx.xhtmlim
Manages XHTML formatted texts within messages.
XHTMLManager() - Constructor for class org.jivesoftware.smackx.xhtmlim.XHTMLManager
 
XHTMLText - Class in org.jivesoftware.smackx.xhtmlim
An XHTMLText represents formatted text.
XHTMLText(String, String) - Constructor for class org.jivesoftware.smackx.xhtmlim.XHTMLText
Creates a new XHTMLText with body tag params.
A B C D E F G H I J K L M N O P Q R S T U V W X