| Package | Description |
|---|---|
| rocks.xmpp.extensions.address.model |
Provides XML schema implementations of XEP-0033: Extended Stanza Addressing.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.delivered()
Creates a copy of this address, which is marked as delivered.
|
Address |
Address.undelivered()
Creates a copy of this address, whose delivered attribute is removed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Address> |
Addresses.getAddresses()
Gets the addresses.
|
| Constructor and Description |
|---|
Addresses(Address... address)
Creates an address extension.
|
| Constructor and Description |
|---|
Addresses(java.util.Collection<Address> addresses)
Creates an address extension.
|
Copyright © 2014–2019 XMPP.rocks. All rights reserved.