| 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,
rocks.xmpp.addr.Jid jid,
CharSequence description,
CharSequence node,
Object... extensions) |
Address(Address.Type type,
rocks.xmpp.addr.Jid jid,
CharSequence description,
Object... extensions) |
Address(Address.Type type,
rocks.xmpp.addr.Jid jid,
Object... extensions) |
Address(Address.Type type,
URI uri,
CharSequence description,
Object... extensions) |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.