| Package | Description |
|---|---|
| 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.component.accept.model |
Provides XML schema implementations of XEP-0050: Ad-Hoc Commands.
|
| rocks.xmpp.extensions.delay.model |
Provides XML schema implementations of XEP-0203: Delayed Delivery.
|
| rocks.xmpp.extensions.forward.model |
Provides XML schema implementations of XEP-0297: Stanza Forwarding.
|
| Modifier and Type | Class and Description |
|---|---|
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 | 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 | Class and Description |
|---|---|
class |
ComponentIQ
The implementation of the
<iq/> element in the jabber:component:accept namespace. |
class |
ComponentMessage
The implementation of the
<message/> element in the jabber:component:accept namespace. |
class |
ComponentPresence
The implementation of the
<presence/> element in the jabber:component:accept namespace. |
| Modifier and Type | Method and Description |
|---|---|
static Instant |
DelayedDelivery.sendDate(Stanza stanza)
Gets the original send date of a stanza, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Stanza |
Forwarded.getStanza()
Gets the forwarded stanza.
|
| Constructor and Description |
|---|
Forwarded(Stanza stanza)
Creates a forwarded element.
|
Forwarded(Stanza stanza,
DelayedDelivery delayedDelivery)
Creates a forwarded element.
|
Copyright © 2014–2016 XMPP.rocks. All rights reserved.