| Package | Description |
|---|---|
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
Roster.Ask |
Roster.Item.getAsk()
Returns the ask state of this item.
|
static Roster.Ask |
Roster.Ask.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Roster.Ask[] |
Roster.Ask.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,
String name,
Roster.Ask ask,
Roster.Subscription subscription,
Collection<String> groups)
Adds a new item to the roster.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.