| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smackx.xroster | |
| org.jivesoftware.smackx.xroster.packet |
| Modifier and Type | Method and Description |
|---|---|
Roster |
XMPPConnection.getRoster()
Returns the roster for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RosterExchangeManager.send(Roster roster,
String targetUserID)
Sends a roster to userID.
|
| Constructor and Description |
|---|
RosterExchange(Roster roster)
Creates a new roster exchange package with the entries specified in roster.
|