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

D

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

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