| Package | Description |
|---|---|
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
Presence.Show |
Presence.getShow()
Returns the presence "show" value, which specifies a particular availability
status.
|
static Presence.Show |
Presence.Show.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Presence.Show[] |
Presence.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 |
Presence.setShow(Presence.Show show)
Sets the presence "show" value, which specifies a particular availability
status.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.