See: Description
| Interface | Description |
|---|---|
| PacketExtension |
Interface to represent packet extensions.
|
| Class | Description |
|---|---|
| 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.Body |
Represents a message body, its language and the content of the message.
|
| Message.Subject |
Represents a message subject, its language and the content of the subject.
|
| Packet |
Base class for XMPP packets.
|
| Presence |
Represents XMPP presence packets.
|
| 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.
|
| 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.
|
| XMPPError.Condition |
A class to represent predefined error conditions.
|
| Enum | Description |
|---|---|
| Message.Type |
Represents the type of a message.
|
| Presence.Mode |
An enum to represent the presence mode.
|
| Presence.Type |
An enum to represent the presence type.
|
| RosterPacket.ItemStatus |
The subscription status of a roster item.
|
| RosterPacket.ItemType | |
| XMPPError.Type |
A class to represent the type of the Error.
|