See: Description
| Interface | Description |
|---|---|
| Element |
Interface to represent a XML element.
|
| ExtensionElement |
Interface to represent extension elements.
|
| NamedElement |
Interface to represent a XML element.
|
| Packet | Deprecated
use
Stanza instead |
| PacketExtension | Deprecated
use
ExtensionElement instead. |
| PlainStreamElement |
Plain stream elements, ie.
|
| TopLevelStreamElement |
A XMPP top level stream element.
|
| Class | Description |
|---|---|
| AbstractError | |
| Bind |
IQ stanza(/packet) used by Smack to bind a resource and to obtain the jid assigned by the server.
|
| Bind.Feature | |
| DefaultExtensionElement |
Default implementation of the ExtensionElement interface.
|
| EmptyResultIQ | |
| ErrorIQ | |
| FullStreamElement |
Base class for Stream elements.
|
| IQ |
The base IQ (Info/Query) packet.
|
| IQ.IQChildElementXmlStringBuilder | |
| 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.
|
| Presence |
Represents XMPP presence packets.
|
| Session |
IQ stanza(/packet) that will be sent to the server to establish a session.
|
| Session.Feature | |
| SimpleIQ |
A simple IQ.
|
| Stanza |
Base class for XMPP Stanzas, which are called Stanza(/Packet) in older versions of Smack (i.e.
|
| StartTls | |
| StreamError |
Represents a stream error packet.
|
| StreamOpen | |
| UnparsedIQ |
An IQ stanzas that could not be parsed because no provider was found.
|
| XMPPError |
Represents an XMPP error sub-packet.
|
| Enum | Description |
|---|---|
| IQ.Type |
A enum to represent the type of the IQ stanza.
|
| 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.
|
| StreamError.Condition |
The defined stream error conditions, see RFC 6120 ยง 4.9.3
|
| StreamOpen.StreamContentNamespace | |
| XMPPError.Condition | |
| XMPPError.Type |
A class to represent the type of the Error.
|