| 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 |
|---|---|
AbstractPresence.Show |
AbstractPresence.getShow()
Gets the
<show/> element. |
static AbstractPresence.Show |
AbstractPresence.Show.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPresence.Show[] |
AbstractPresence.Show.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPresence.setShow(AbstractPresence.Show show)
Deprecated.
Use constructor.
|
| Constructor and Description |
|---|
Presence(AbstractPresence.Show show)
Constructs a presence with a specific 'show' value.
|
Presence(AbstractPresence.Show show,
Byte priority)
Constructs a presence with a specific 'show' value and priority.
|
Presence(Jid to,
AbstractPresence.Show show,
String status)
Constructs a directed presence with a specific 'show' attribute and status.
|
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(AbstractPresence.Show show)
Constructs a presence with a specific 'show' value.
|
Presence(AbstractPresence.Show show,
Byte priority)
Constructs a presence with a specific 'show' value and priority.
|
Presence(Jid to,
AbstractPresence.Show show,
String status)
Constructs a directed presence with a specific 'show' attribute and status.
|
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.