| 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.idle.model |
Provides XML schema implementations of XEP-0319: Last User Interaction in Presence.
|
| Modifier and Type | Method and Description |
|---|---|
Presence |
Presence.createError(Condition condition) |
Presence |
Presence.createError(StanzaError error) |
| Modifier and Type | Method and Description |
|---|---|
int |
Presence.compareTo(Presence o) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientPresence
The implementation of the
<presence/> element in the jabber:client namespace. |
| Modifier and Type | Method and Description |
|---|---|
static ClientPresence |
ClientPresence.from(Presence p)
Creates a presence for the
jabber:client namespace from a generic presence. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerPresence
The implementation of the
<presence/> element in the jabber:server namespace. |
| Modifier and Type | Method and Description |
|---|---|
static ServerPresence |
ServerPresence.from(Presence p)
Creates a presence for the
jabber:server namespace from a generic presence. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentPresence
The implementation of the
<presence/> element in the jabber:component:accept namespace. |
| Modifier and Type | Method and Description |
|---|---|
static ComponentPresence |
ComponentPresence.from(Presence p)
Creates a presence for the
jabber:client namespace from a generic presence. |
| Modifier and Type | Method and Description |
|---|---|
static Instant |
Idle.timeFromPresence(Presence presence)
Extracts the idle time from a presence.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.