| 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.Type |
AbstractPresence.getType()
Gets the type of the presence.
|
static AbstractPresence.Type |
AbstractPresence.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPresence.Type[] |
AbstractPresence.Type.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.setType(AbstractPresence.Type type)
Sets the type of the presence.
|
| Constructor and Description |
|---|
AbstractPresence(AbstractPresence.Type type)
Constructs a presence of a specific type.
|
| Constructor and Description |
|---|
Presence(AbstractPresence.Type type)
Constructs a presence of a specific type.
|
| Constructor and Description |
|---|
Presence(AbstractPresence.Type type)
Constructs a presence of a specific type.
|
Copyright © 2014 XMPP.rocks. All rights reserved.