See: Description
| Interface | Description |
|---|---|
| PacketExtension |
Interface to represent packet extensions.
|
| Class | Description |
|---|---|
| Authentication |
Authentication packet, which can be used to login to a XMPP server as well
as discover login information from the server.
|
| Bind |
IQ packet used by Smack to bind a resource and to obtain the jid assigned by the server.
|
| DefaultPacketExtension |
Default implementation of the PacketExtension interface.
|
| IQ |
The base IQ (Info/Query) packet.
|
| IQ.Type |
A class to represent the type of the IQ packet.
|
| Message |
Represents XMPP message packets.
|
| Message.Type |
Represents the type of a message.
|
| Packet |
Base class for XMPP packets.
|
| Presence |
Represents XMPP presence packets.
|
| Presence.Mode |
A typsafe enum class to represent the presence mode.
|
| Presence.Type |
A typsafe enum class to represent the presecence type.
|
| Registration |
Represents registration packets.
|
| RosterPacket |
Represents XMPP roster packets.
|
| RosterPacket.Item |
A roster item, which consists of a JID, their name, the type of subscription, and
the groups the roster item belongs to.
|
| RosterPacket.ItemStatus |
The subscription status of a roster item.
|
| RosterPacket.ItemType |
The subscription type of a roster item.
|
| Session |
IQ packet that will be sent to the server to establish a session.
|
| StreamError |
Represents a stream error packet.
|
| XMPPError |
Represents a XMPP error sub-packet.
|
Copyright © 2003 Jive Software.