| Package | Description |
|---|---|
| rocks.xmpp.extensions.address.model |
Provides XML schema implementations of XEP-0033: Extended Stanza Addressing.
|
| Modifier and Type | Method and Description |
|---|---|
Address.Type |
Address.getType()
Gets the address type.
|
static Address.Type |
Address.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.Type[] |
Address.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Address(Address.Type type,
Jid jid) |
Address(Address.Type type,
Jid jid,
String description) |
Address(Address.Type type,
Jid jid,
String description,
String node) |
Address(Address.Type type,
URI uri,
String description) |
Copyright © 2014–2015 XMPP.rocks. All rights reserved.