| Package | Description |
|---|---|
| rocks.xmpp.core.stanza |
Provides classes for XML stanza management (message, presence, IQ).
|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| rocks.xmpp.core.stanza.model.client | |
| rocks.xmpp.core.stanza.model.server | |
| rocks.xmpp.extensions.delay.model |
Provides XML schema implementations of XEP-0203: Delayed Delivery.
|
| Modifier and Type | Method and Description |
|---|---|
Stanza |
StanzaException.getStanza()
Deprecated.
Gets the stanza, which includes the error.
|
| Constructor and Description |
|---|
StanzaException(Stanza stanza)
Deprecated.
Constructs a stanza exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensibleStanza
A stanza which is extensible (can have more than one extension), i.e.
|
class |
IQ
The implementation of the
<iq/> stanza. |
class |
Message
The implementation of the
<message/> element. |
class |
Presence
The implementation of the
<presence/> element. |
| Modifier and Type | Method and Description |
|---|---|
abstract Stanza |
Stanza.createError(Condition condition)
Creates an error response for this stanza.
|
abstract Stanza |
Stanza.createError(StanzaError error)
Creates an error response for this stanza.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Stanza.isToItselfOrServer(Stanza stanza,
java.lang.CharSequence domain,
Jid connectedResource)
Checks if a stanza is addressed either to itself or to the server.
|
| Constructor and Description |
|---|
StanzaErrorException(Stanza stanza)
Constructs a stanza exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientIQ
The implementation of the
<iq/> element in the jabber:client namespace. |
class |
ClientMessage
The implementation of the
<message/> element in the jabber:client namespace. |
class |
ClientPresence
The implementation of the
<presence/> element in the jabber:client namespace. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerIQ
The implementation of the
<iq/> element in the jabber:server namespace. |
class |
ServerMessage
The implementation of the
<message/> element in the jabber:server namespace. |
class |
ServerPresence
The implementation of the
<presence/> element in the jabber:server namespace. |
| Modifier and Type | Method and Description |
|---|---|
static java.time.Instant |
DelayedDelivery.sendDate(Stanza stanza)
Gets the original send date of a stanza, i.e.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.