| Package | Description |
|---|---|
| rocks.xmpp.extensions.reach |
Provides classes for XEP-0152: Reachability Addresses.
|
| rocks.xmpp.extensions.reach.model |
Provides XML schema implementations of XEP-0152: Reachability Addresses.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
ReachabilityManager.getReachabilityAddresses() |
List<Address> |
ReachabilityEvent.getReachabilityAddresses()
Gets the reachability addresses.
|
AsyncResult<List<Address>> |
ReachabilityManager.requestReachabilityAddresses(rocks.xmpp.addr.Jid contact)
Requests the reachability addresses of a contact.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Reachability.getAddresses()
Gets the addresses.
|
| Constructor and Description |
|---|
Reachability(Collection<Address> addresses) |
Copyright © 2014–2017 XMPP.rocks. All rights reserved.