| Interface | Description |
|---|---|
| ChatManagerListener |
A listener for chat related events.
|
| ConnectionCreationListener |
Implementors of this interface will be notified when a new
XMPPConnection
has been created. |
| ConnectionListener |
Interface that allows for implementing classes to listen for connection closing
and reconnection events.
|
| MessageListener | |
| PacketInterceptor |
Provides a mechanism to intercept and modify packets that are going to be
sent to the server.
|
| PacketListener |
Provides a mechanism to listen for packets that pass a specified filter.
|
| RosterListener |
A listener that is fired any time a roster is changed or the presence of
a user in the roster is changed.
|
| RosterStore |
This is an interface for persistent roster store needed to implement
roster versioning as per RFC 6121.
|
| Class | Description |
|---|---|
| AbstractConnectionListener |
The AbstractConnectionListener class provides an empty implementation for all
methods defined by the
ConnectionListener interface. |
| AccountManager |
Allows creation and management of accounts on an XMPP server.
|
| Chat |
A chat is a series of messages sent between two users.
|
| ChatManager |
The chat manager keeps track of references to all current chats.
|
| ConnectionConfiguration |
Configuration to use while establishing the connection to the server.
|
| DirectoryRosterStore |
Stores roster entries as specified by RFC 6121 for roster versioning
in a set of files.
|
| Manager | |
| PacketCollector |
Provides a mechanism to collect packets into a result queue that pass a
specified filter.
|
| ReconnectionManager |
Handles the automatic reconnection process.
|
| Roster |
Represents a user's roster, which is the collection of users a person receives
presence updates for.
|
| RosterEntry |
Each user in your roster is represented by a roster entry, which contains the user's
JID and a name or nickname you assign.
|
| RosterGroup |
A group of roster entries.
|
| SASLAuthentication |
This class is responsible authenticating the user using SASL, binding the resource
to the connection and establishing a session with the server.
|
| SmackConfiguration |
Represents the configuration of Smack.
|
| XMPPConnection |
The abstract XMPPConnection 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.
|
| XMPPConnection.InterceptorWrapper |
A wrapper class to associate a packet filter with an interceptor.
|
| XMPPConnection.ListenerWrapper |
A wrapper class to associate a packet filter with a listener.
|
| Enum | Description |
|---|---|
| ChatManager.MatchMode |
Defines the different modes under which a match will be attempted with an existing chat when
the incoming message does not have a thread id.
|
| ConnectionConfiguration.SecurityMode |
An enumeration for TLS security modes that are available when making a connection
to the XMPP server.
|
| Roster.SubscriptionMode |
An enumeration for the subscription mode options.
|
| XMPPConnection.FromMode |
| Exception | Description |
|---|---|
| SmackException |
Smack uses SmackExceptions for errors that are not defined by any XMPP specification.
|
| SmackException.AlreadyLoggedInException | |
| SmackException.ConnectionException |
ConnectionException is thrown if Smack is unable to connect to all hosts of a given XMPP
service.
|
| SmackException.FeatureNotSupportedException | |
| SmackException.IllegalStateChangeException | |
| SmackException.NoResponseException |
Exception thrown always when there was no response to an IQ request within the packet reply
timeout of the used connection instance.
|
| SmackException.NotConnectedException | |
| SmackException.NotLoggedInException | |
| SmackException.ResourceBindingNotOfferedException | |
| SmackException.SecurityRequiredException | |
| XMPPException |
A generic exception that is thrown when an error occurs performing an
XMPP operation.
|
| XMPPException.StreamErrorException | |
| XMPPException.XMPPErrorException |