See: Description
| Interface | Description |
|---|---|
| Element |
Interface to represent a XML element.
|
| NamedElement |
Interface to represent a XML element.
|
| 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.
|
| Bind.Feature | |
| DefaultPacketExtension |
Default implementation of the PacketExtension interface.
|
| FullStreamElement |
Base class for Stream elements.
|
| IQ |
The base IQ (Info/Query) packet.
|
| Mechanisms | |
| 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 Stanzas, which are called packets in Smack.
|
| PlainStreamElement |
Plain stream elements, ie.
|
| Presence |
Represents XMPP presence 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.
|
| RosterVer | |
| Session |
IQ packet that will be sent to the server to establish a session.
|
| Session.Feature | |
| StartTls | |
| StreamError |
Represents a stream error packet.
|
| StreamOpen | |
| TopLevelStreamElement |
A XMPP top level stream element.
|
| XMPPError |
Represents a XMPP error sub-packet.
|
| XMPPError.Condition |
A class to represent predefined error conditions.
|
| Enum | Description |
|---|---|
| IQ.Type |
A enum to represent the type of the IQ packet.
|
| 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.
|