Class Reachability
- java.lang.Object
-
- rocks.xmpp.extensions.reach.model.Reachability
-
public final class Reachability extends Object
The implementation of the<reach/>
element in theurn:xmpp:reach:0
namespace.This class is immutable.
- See Also:
- XEP-0152: Reachability Addresses, XML Schema
-
-
Constructor Summary
Constructors Constructor Description Reachability()
Reachability(Collection<Address> addresses)
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Reachability
public Reachability(Collection<Address> addresses)
-
Reachability
public Reachability()
-
-