| Package | Description |
|---|---|
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
Roster.Subscription |
Roster.Item.getSubscription()
Returns the subscription state of this item.
|
static Roster.Subscription |
Roster.Subscription.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Roster.Subscription[] |
Roster.Subscription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Roster.Item |
Roster.addItem(JID jid,
Roster.Subscription subscription)
Adds a new item to the roster.
|
Roster.Item |
Roster.addItem(JID jid,
String name,
Roster.Ask ask,
Roster.Subscription subscription,
Collection<String> groups)
Adds a new item to the roster.
|
Roster.Item |
Roster.addItem(String jid,
Roster.Subscription subscription)
Adds a new item to the roster.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.