| 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)
Sets the
<show/> element. |
| Constructor and Description |
|---|
AbstractPresence(AbstractPresence.Show show)
Constructs a presence with a specific 'show' attribute.
|
| Constructor and Description |
|---|
Presence(AbstractPresence.Show show)
Constructs a presence with a specific 'show' attribute.
|
| Constructor and Description |
|---|
Presence(AbstractPresence.Show show)
Constructs a presence with a specific 'show' attribute.
|
Copyright © 2014 XMPP.rocks. All rights reserved.