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