| Package | Description |
|---|---|
| rocks.xmpp.im.roster.model |
Provides XML schema implementations of the Roster Namespace.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionState.Subscription |
SubscriptionState.getSubscription()
Gets the primary subscription state.
|
SubscriptionState.Subscription |
DefinedState.getSubscription() |
SubscriptionState.Subscription |
Contact.getSubscription()
Gets the subscription attribute.
|
static SubscriptionState.Subscription |
SubscriptionState.Subscription.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionState.Subscription[] |
SubscriptionState.Subscription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Contact(Jid jid,
java.lang.String name,
java.lang.Boolean isPending,
java.lang.Boolean approved,
SubscriptionState.Subscription subscription,
java.util.Collection<java.lang.String> groups)
Creates a new contact associated with the given JID, name and groups.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.