| 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 |
| 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. |
Copyright © 2014–2018 XMPP.rocks. All rights reserved.