| 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 |
|---|---|
List<AbstractPresence.Status> |
AbstractPresence.getStatuses()
Gets the statuses.
|
| Constructor and Description |
|---|
Presence(Jid to,
AbstractPresence.Type type,
AbstractPresence.Show show,
Collection<AbstractPresence.Status> status,
Byte priority,
String id,
Jid from,
String language,
Collection<?> extensions,
StanzaError error)
Constructs a presence with all possible values.
|
| Constructor and Description |
|---|
Presence(Jid to,
AbstractPresence.Type type,
AbstractPresence.Show show,
Collection<AbstractPresence.Status> status,
Byte priority,
String id,
Jid from,
String language,
Collection<?> extensions,
StanzaError error)
Constructs a presence with all possible values.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.