| Package | Description |
|---|---|
| rocks.xmpp.extensions.rosterx |
Provides classes for XEP-0144: Roster Item Exchange.
|
| rocks.xmpp.extensions.rosterx.model |
Provides XML schema implementations of XEP-0144: Roster Item Exchange.
|
| Modifier and Type | Method and Description |
|---|---|
ContactExchange.Item.Action |
ContactExchangeManager.approve(ContactExchange.Item item)
Approves a roster exchange item by modifying the roster accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
ContactExchange.Item.Action |
ContactExchange.Item.getAction()
Gets the action indicating adding, deleting or modifying the roster item.
|
static ContactExchange.Item.Action |
ContactExchange.Item.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactExchange.Item.Action[] |
ContactExchange.Item.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Item(rocks.xmpp.addr.Jid jid,
String name,
Collection<String> groups,
ContactExchange.Item.Action action) |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.