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

C

Cache<K,V> - Class in org.jivesoftware.smack.util
A specialized Map that is size-limited (using an LRU algorithm) and has an optional expiration time for cache items.
Cache(int, long) - Constructor for class org.jivesoftware.smack.util.Cache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
CacheTest - Class in org.jivesoftware.smack.util
A test case for the Cache class.
CacheTest() - Constructor for class org.jivesoftware.smack.util.CacheTest
 
cancel() - Method in class org.jivesoftware.smack.PacketCollector
Explicitly cancels the packet collector so that no more results are queued up.
cancel() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Cancels the execution of the command.
cancel() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
cancel() - Method in class org.jivesoftware.smackx.filetransfer.FileTransfer
Cancels the file transfer.
cancel() - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
 
cancel() - Method in class org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer
 
CANCELLED - Static variable in class org.jivesoftware.smackx.packet.MessageEvent
 
cancelledNotification(String, String) - Method in interface org.jivesoftware.smackx.MessageEventNotificationListener
Called when a notification that the receiver of the message cancelled the reply is received.
canPublishItems(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Returns true if the server supports publishing of items.
CarExtensionProvider - Class in org.jivesoftware.smackx.pubsub
 
CarExtensionProvider() - Constructor for class org.jivesoftware.smackx.pubsub.CarExtensionProvider
 
CC - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
challengeReceived(String) - Method in class org.jivesoftware.smack.sasl.SASLAnonymous
 
challengeReceived(String) - Method in class org.jivesoftware.smack.sasl.SASLMechanism
The server is challenging the SASL mechanism for the stanza he just sent.
changeAvailabilityStatus(String, Presence.Mode) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the occupant's availability status within the room.
changeDefaultList(String) - Method in class org.jivesoftware.smack.packet.Privacy
Sets a given privacy list as the new user default list.
changeNickname(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the occupant's nickname to a new nickname within the room.
changePassword(String) - Method in class org.jivesoftware.smack.AccountManager
Changes the password of the currently logged-in account.
changeSubject(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Changes the subject within the room.
Chat - Class in org.jivesoftware.smack
A chat is a series of messages sent between two users.
ChatConnectionTest - Class in org.jivesoftware.smack
Tests that verifies the correct behavior of the Roster implementation.
ChatConnectionTest() - Constructor for class org.jivesoftware.smack.ChatConnectionTest
 
chatCreated(Chat, boolean) - Method in interface org.jivesoftware.smack.ChatManagerListener
Event fired when a new chat is created.
chatCreatedWhenIncomingChatNoThreadFullJid() - Method in class org.jivesoftware.smack.ChatConnectionTest
Confirm that a new chat is created when a chat message is received but there is no thread id for a user with a full jid.
chatCreatedWithIncomingChatNoThreadBaseJid() - Method in class org.jivesoftware.smack.ChatConnectionTest
Confirm that a new chat is created when a chat message is received but there is no thread id for a user with only a base jid.
chatFoundWhenNoThreadBaseJid() - Method in class org.jivesoftware.smack.ChatConnectionTest
Confirm that an existing chat created with a base jid is matched to an incoming chat message that has no thread id and the user is a base jid.
chatFoundWhenNoThreadFullJid() - Method in class org.jivesoftware.smack.ChatConnectionTest
Confirm that an existing chat created with a base jid is matched to an incoming chat message that has no thread id and the user is a full jid.
chatFoundWithSameThreadBaseJid() - Method in class org.jivesoftware.smack.ChatConnectionTest
Confirm that an existing chat created with a base jid is matched to an incoming chat message that has the same id and the user is a base jid.
chatFoundWithSameThreadFullJid() - Method in class org.jivesoftware.smack.ChatConnectionTest
Confirm that an existing chat created with a base jid is matched to an incoming chat message that has the same id and the user is a full jid.
ChatManager - Class in org.jivesoftware.smack
The chat manager keeps track of references to all current chats.
ChatManagerListener - Interface in org.jivesoftware.smack
A listener for chat related events.
ChatMetadata - Class in org.jivesoftware.smackx.workgroup.ext.history
 
ChatMetadata() - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
 
ChatMetadata.Provider - Class in org.jivesoftware.smackx.workgroup.ext.history
An IQProvider for Metadata packets.
ChatMetadata.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata.Provider
 
ChatNotes - Class in org.jivesoftware.smackx.workgroup.ext.notes
IQ packet for retrieving and adding Chat Notes.
ChatNotes() - Constructor for class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
 
ChatNotes.Provider - Class in org.jivesoftware.smackx.workgroup.ext.notes
An IQProvider for ChatNotes packets.
ChatNotes.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes.Provider
 
chatNotFoundWithDiffThreadBaseJid() - Method in class org.jivesoftware.smack.ChatConnectionTest
Confirm that an existing chat created with a base jid is not matched to an incoming chat message that has a different id and the same user as a base jid.
chatNotFoundWithDiffThreadFullJid() - Method in class org.jivesoftware.smack.ChatConnectionTest
Confirm that an existing chat created with a base jid is not matched to an incoming chat message that has a different id and the same base jid.
ChatSetting - Class in org.jivesoftware.smackx.workgroup.settings
 
ChatSetting(String, String, int) - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSetting
 
ChatSettings - Class in org.jivesoftware.smackx.workgroup.settings
 
ChatSettings() - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
ChatSettings(String) - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSettings
 
ChatSettings.InternalProvider - Class in org.jivesoftware.smackx.workgroup.settings
Packet extension provider for AgentStatusRequest packets.
ChatSettings.InternalProvider() - Constructor for class org.jivesoftware.smackx.workgroup.settings.ChatSettings.InternalProvider
 
ChatState - Enum in org.jivesoftware.smackx
Represents the current state of a users interaction with another user.
ChatStateExtension - Class in org.jivesoftware.smackx.packet
Represents a chat state which is an extension to message packets which is used to indicate the current status of a chat participant.
ChatStateExtension(ChatState) - Constructor for class org.jivesoftware.smackx.packet.ChatStateExtension
Default constructor.
ChatStateExtension.Provider - Class in org.jivesoftware.smackx.packet
 
ChatStateExtension.Provider() - Constructor for class org.jivesoftware.smackx.packet.ChatStateExtension.Provider
 
ChatStateListener - Interface in org.jivesoftware.smackx
Events for when the state of a user in a chat changes.
ChatStateManager - Class in org.jivesoftware.smackx
Handles chat state for all chats on a particular Connection.
ChatTest - Class in org.jivesoftware.smack
Tests the chat functionality.
ChatTest(String) - Constructor for class org.jivesoftware.smack.ChatTest
 
checkChildrenAssocPolicy() - Method in class org.jivesoftware.smackx.pubsub.ConfigureFormTest
 
ChildrenAssociationPolicy - Enum in org.jivesoftware.smackx.pubsub
This enumeration represents the children association policy for associating leaf nodes with collection nodes as defined in the pubsub specification section 16.4.3
cleanUp() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5ByteStreamManagerTest
Stop eventually started local SOCKS5 test proxy.
cleanUp() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5ByteStreamRequestTest
Stop eventually started local SOCKS5 test proxy.
cleanup() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5ClientForInitiatorTest
Reset default port for local SOCKS5 proxy.
cleanup() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5ClientTest
Close fake SOCKS5 proxy.
cleanup() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5ProxyTest
Reset SOCKS5 proxy settings.
cleanup() - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
cleanup() - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
cleanup() - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
cleanup() - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
Cleanup any and all resources associated with this negotiator.
clear() - Method in class org.jivesoftware.smack.util.Cache
 
clear() - Method in class org.jivesoftware.smack.util.collections.AbstractHashedMap
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
clear() - Method in class org.jivesoftware.smack.util.collections.AbstractReferenceMap
Clears this map.
clearBookmarkedConferences() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Removes all BookmarkedConferences from Bookmarks.
clearBookmarkedURLS() - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Removes all BookmarkedURLs from user's bookmarks.
close() - Method in class org.jivesoftware.smack.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.jivesoftware.smack.util.ObservableReader
 
close() - Method in class org.jivesoftware.smack.util.ObservableWriter
 
close() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamSession
Closes the bytestream session.
close() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
 
Close - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Represents a request to close an In-Band Bytestream.
Close(String) - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.Close
Creates a new In-Band Bytestream close request packet.
close() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
 
close() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Close the agent session.
CLOSED - Static variable in class org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue.Status
The queue is NOT active and NOT accepting new chat requests.
CloseIQProvider - Class in org.jivesoftware.smackx.bytestreams.ibb.provider
Parses a close In-Band Bytestream packet.
CloseIQProvider() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.provider.CloseIQProvider
 
CloseListenerTest - Class in org.jivesoftware.smackx.bytestreams.ibb
Test for the CloseListener class.
CloseListenerTest() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.CloseListenerTest
 
CloseTest - Class in org.jivesoftware.smackx.bytestreams.ibb.packet
Test for the Close class.
CloseTest() - Constructor for class org.jivesoftware.smackx.bytestreams.ibb.packet.CloseTest
 
CollectionNode - Class in org.jivesoftware.smackx.pubsub
 
compareMatchingBaseJid() - Method in class org.jivesoftware.smack.filters.FromMatchesFilterTest
 
compareMatchingFullJid() - Method in class org.jivesoftware.smack.filters.FromMatchesFilterTest
 
compareMatchingServiceJid() - Method in class org.jivesoftware.smack.filters.FromMatchesFilterTest
 
complete(Form) - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Completes the command execution with the information provided in the response.
complete(Form) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
COMPOSING - Static variable in class org.jivesoftware.smackx.packet.MessageEvent
 
composingNotification(String, String) - Method in interface org.jivesoftware.smackx.MessageEventNotificationListener
Called when a notification that the receiver of the message is composing a reply is received.
composingNotificationRequested(String, String, MessageEventManager) - Method in class org.jivesoftware.smackx.DefaultMessageEventRequestListener
 
composingNotificationRequested(String, String, MessageEventManager) - Method in interface org.jivesoftware.smackx.MessageEventRequestListener
Called when a request that the receiver of the message is composing a reply notification is received.
CompressionTest - Class in org.jivesoftware.smackx
Ensure that stream compression (JEP-138) is correctly supported by Smack.
CompressionTest(String) - Constructor for class org.jivesoftware.smackx.CompressionTest
 
concat(String[]) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Returns a single string that is the concatenation of all the strings in the specified string array.
concat(String[], String) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Returns a single string that is the concatenation of all the strings in the specified string array.
condition - Variable in class org.jivesoftware.smackx.packet.AdHocCommandData.SpecificError
 
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
 
ConfigurationEvent - Class in org.jivesoftware.smackx.pubsub
Represents the configuration element of a pubsub message event which associates a configuration form to the node which was configured.
ConfigurationEvent(String) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
ConfigurationEvent(String, ConfigureForm) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigurationEvent
 
ConfigureForm - Class in org.jivesoftware.smackx.pubsub
A decorator for a Form to easily enable reading and updating of node configuration.
ConfigureForm(DataForm) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a decorator from an existing DataForm that has been retrieved from parsing a node configuration request.
ConfigureForm(Form) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a decorator from an existing Form for node configuration.
ConfigureForm(FormType) - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureForm
Create a new form for configuring a node.
ConfigureFormTest - Class in org.jivesoftware.smackx.pubsub
 
ConfigureFormTest() - Constructor for class org.jivesoftware.smackx.pubsub.ConfigureFormTest
 
ConfigureNodeFields - Enum in org.jivesoftware.smackx.pubsub
This enumeration represents all the fields of a node configuration form.
conflict - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
connect() - Method in class org.jivesoftware.smack.Connection
Establishes a connection to the XMPP server and performs an automatic login only if the previous connection state was logged (authenticated).
connect() - Method in class org.jivesoftware.smack.DummyConnection
 
connect() - Method in class org.jivesoftware.smack.XMPPConnection
Establishes a connection to the XMPP server and performs an automatic login only if the previous connection state was logged (authenticated).
Connection - Class in org.jivesoftware.smack
The abstract Connection class provides an interface for connections to a XMPP server and implements shared methods which are used by the different types of connections (e.g.
connectionClosed() - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
connectionClosed() - Method in interface org.jivesoftware.smack.ConnectionListener
Notification that the connection was closed normally or that the reconnection process has been aborted.
connectionClosed() - Method in class org.jivesoftware.smack.ReconnectionManager
 
connectionClosedOnError(Exception) - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
connectionClosedOnError(Exception) - Method in interface org.jivesoftware.smack.ConnectionListener
Notification that the connection was closed due to an exception.
connectionClosedOnError(Exception) - Method in class org.jivesoftware.smack.ReconnectionManager
 
ConnectionConfiguration - Class in org.jivesoftware.smack
Configuration to use while establishing the connection to the server.
ConnectionConfiguration(String) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration for the specified service name.
ConnectionConfiguration(String, ProxyInfo) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration for the specified service name with specified proxy.
ConnectionConfiguration(String, int, String) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration using the specified host, port and service name.
ConnectionConfiguration(String, int, String, ProxyInfo) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration using the specified host, port and service name.
ConnectionConfiguration(String, int) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration for a connection that will connect to the desired host and port.
ConnectionConfiguration(String, int, ProxyInfo) - Constructor for class org.jivesoftware.smack.ConnectionConfiguration
Creates a new ConnectionConfiguration for a connection that will connect to the desired host and port with desired proxy.
ConnectionConfiguration.SecurityMode - Enum in org.jivesoftware.smack
An enumeration for TLS security modes that are available when making a connection to the XMPP server.
connectionCreated(Connection) - Method in interface org.jivesoftware.smack.ConnectionCreationListener
Notification that a new connection has been created.
ConnectionCreationListener - Interface in org.jivesoftware.smack
Implementors of this interface will be notified when a new Connection has been created.
ConnectionListener - Interface in org.jivesoftware.smack
Interface that allows for implementing classes to listen for connection closing and reconnection events.
ConnectionUtils - Class in org.jivesoftware.util
A collection of utility methods to create mocked XMPP connections.
ConnectionUtils() - Constructor for class org.jivesoftware.util.ConnectionUtils
 
ConsoleDebugger - Class in org.jivesoftware.smack.debugger
Very simple debugger that prints to the console (stdout) the sent and received stanzas.
ConsoleDebugger(Connection, Writer, Reader) - Constructor for class org.jivesoftware.smack.debugger.ConsoleDebugger
 
contains(String) - Method in class org.jivesoftware.smack.Roster
Returns true if the specified XMPP address is an entry in the roster.
contains(RosterEntry) - Method in class org.jivesoftware.smack.RosterGroup
Returns true if the specified entry is part of this group.
contains(String) - Method in class org.jivesoftware.smack.RosterGroup
Returns true if the specified XMPP address is an entry in this group.
contains(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Returns true if the specified XMPP address is an agent in the workgroup.
containsFeature(String) - Method in class org.jivesoftware.smackx.packet.DiscoverInfo
Returns true if the specified feature is part of the discovered information.
containsKey(Object) - Method in class org.jivesoftware.smack.util.Cache
 
containsKey(Object) - Method in class org.jivesoftware.smack.util.collections.AbstractHashedMap
Checks whether the map contains the specified key.
containsKey(Object) - Method in class org.jivesoftware.smack.util.collections.AbstractReferenceMap
Checks whether the map contains the specified key.
containsValue(Object) - Method in class org.jivesoftware.smack.util.Cache
 
containsValue(Object) - Method in class org.jivesoftware.smack.util.collections.AbstractHashedMap
Checks whether the map contains the specified value.
containsValue(Object) - Method in class org.jivesoftware.smack.util.collections.AbstractReferenceMap
Checks whether the map contains the specified value.
correspondingSenderReceiver - Static variable in interface org.jivesoftware.util.Verification
Verifies that the "To" field of the request corresponds with the "From" field of the response.
countStreamHosts() - Method in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
Returns the count of stream hosts contained in this packet.
create(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Creates the room according to some default configuration, assign the requesting user as the room owner, and add the owner to the room but not allow anyone else to enter the room (effectively "locking" the room).
createAccount(String, String) - Method in class org.jivesoftware.smack.AccountManager
Creates a new account using the specified username and password.
createAccount(String, String, Map<String, String>) - Method in class org.jivesoftware.smack.AccountManager
Creates a new account using the specified username, password and account attributes.
createActivationConfirmation(String, String) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5PacketUtils
Returns a response IQ for a activation request to the proxy.
createAnswerForm() - Method in class org.jivesoftware.smackx.Form
Returns a new Form to submit the completed values.
createBytestreamInitiation(String, String, String) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5PacketUtils
Returns a SOCKS5 Bytestream initialization request packet.
createBytestreamResponse(String, String) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5PacketUtils
Returns a response to a SOCKS5 Bytestream initialization request.
createChat(String, MessageListener) - Method in class org.jivesoftware.smack.ChatManager
Creates a new chat and returns it.
createChat(String, String, MessageListener) - Method in class org.jivesoftware.smack.ChatManager
Creates a new chat using the specified thread ID, then returns it.
createCollector() - Method in class org.jivesoftware.smack.Chat
Creates a PacketCollector which will accumulate the Messages for this chat.
createDiscoverInfo(String, String) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5PacketUtils
Returns a response to an info discovery request.
createDiscoverItems(String, String) - Static method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5PacketUtils
Returns a response to an item discovery request.
createEntry(String, String, String[]) - Method in class org.jivesoftware.smack.Roster
Creates a new roster entry and presence subscription.
createEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Method in class org.jivesoftware.smack.util.collections.AbstractReferenceMap
Creates a ReferenceEntry instead of a HashEntry.
createError(String, String, String, XMPPError) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
 
createErrorIQ(String, String, XMPPError) - Static method in class org.jivesoftware.smackx.bytestreams.ibb.IBBPacketUtils
Returns an error IQ.
createErrorResponse(IQ, XMPPError) - Static method in class org.jivesoftware.smack.packet.IQ
Convenience method to create a new IQ.Type.ERROR IQ based on a IQ.Type.GET or IQ.Type.SET IQ.
createGroup(String) - Method in class org.jivesoftware.smack.Roster
Creates a new group.
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
createIncomingStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
This method handles the file stream download negotiation process.
createInitiationAccept(StreamInitiation, String[]) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
Creates the initiation acceptance packet to forward to the stream initiator.
createIQ(String, String, String, IQ.Type) - Static method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
A convenience method to create an IQ packet.
createMessage() - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Creates a new Message to send to the chat room.
createMockedConnection(Protocol, String, String) - Static method in class org.jivesoftware.util.ConnectionUtils
Creates a mocked XMPP connection that stores every packet that is send over this connection in the given protocol instance and returns the predefined answer packets form the protocol instance.
createNode() - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates an instant node, if supported.
createNode(String) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates a node with default configuration.
createNode(String, Form) - Method in class org.jivesoftware.smackx.pubsub.PubSubManager
Creates a node with specified configuration.
createOutgoingFileTransfer(String) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
Creates an OutgoingFileTransfer to send a file to another user.
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.FaultTolerantNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.IBBTransferNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.Socks5TransferNegotiator
 
createOutgoingStream(String, String, String) - Method in class org.jivesoftware.smackx.filetransfer.StreamNegotiator
This method handles the file upload stream negotiation process.
createPacketCollector(PacketFilter) - Method in class org.jivesoftware.smack.Connection
Creates a new packet collector for this connection.
createPrivacyList(String, List<PrivacyItem>) - Method in class org.jivesoftware.smack.PrivacyListManager
The client has created a new list.
createPrivateChat(String, MessageListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Returns a new Chat for sending private messages to a given room occupant.
createResultIQ(IQ) - Static method in class org.jivesoftware.smack.packet.IQ
Convenience method to create a new empty IQ.Type.RESULT IQ based on a IQ.Type.GET or IQ.Type.SET IQ.
createResultIQ(String, String) - Static method in class org.jivesoftware.smackx.bytestreams.ibb.IBBPacketUtils
Returns a result IQ.
createSocket(String, int) - Method in class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
createSocket(InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks4ProxySocketFactory
 
createSocket(String, int) - Method in class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
createSocket(InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.jivesoftware.smack.proxy.Socks5ProxySocketFactory
 
createVCardFromXML(String) - Static method in class org.jivesoftware.smackx.provider.VCardProvider
Builds a users vCard from xml file.

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