Interface | Description |
---|---|
ChatManagerListener |
A listener for chat related events.
|
ChatMessageListener | |
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.
|
ExceptionCallback | |
MessageListener | |
PacketListener |
Provides a mechanism to listen for packets that pass a specified filter.
|
PresenceListener | |
RosterListener |
A listener that is fired any time a roster is changed or the presence of
a user in the roster is changed.
|
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.
|
Class | Description |
---|---|
AbstractConnectionListener |
The AbstractConnectionListener class provides an empty implementation for all
methods defined by the
ConnectionListener interface. |
AbstractXMPPConnection | |
AbstractXMPPConnection.InterceptorWrapper |
A wrapper class to associate a packet filter with an interceptor.
|
AbstractXMPPConnection.ListenerWrapper |
A wrapper class to associate a packet filter with a listener.
|
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.
|
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.
|
SmackInitialization | |
SynchronizationPoint<E extends java.lang.Exception> | |
XMPPConnectionRegistry |
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 |