| Interface | Description |
|---|---|
| ConnectionEstablishedListener |
Interface that allows for implementing classes to listen for connection established
events.
|
| ConnectionListener |
Interface that allows for implementing classes to listen for connection closing
events.
|
| 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.
|
| Class | Description |
|---|---|
| AccountManager |
Allows creation and management of accounts on an XMPP server.
|
| Chat |
A chat is a series of messages sent between two users.
|
| ConnectionConfiguration |
Configuration to use while establishing the connection to the server.
|
| GoogleTalkConnection |
Convenience class to make it easier to connect to the Google Talk IM service.
|
| GroupChat |
A GroupChat is a conversation that takes place among many users in a virtual
room.
|
| PacketCollector |
Provides a mechanism to collect packets into a result queue that pass a
specified filter.
|
| 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.
|
| SSLXMPPConnection |
Creates an SSL connection to a XMPP server using the legacy dedicated SSL port
mechanism.
|
| XMPPConnection |
Creates a connection to a XMPP server.
|
| Exception | Description |
|---|---|
| XMPPException |
A generic exception that is thrown when an error occurs performing an
XMPP operation.
|
Copyright © 2003 Jive Software.