| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Method and Description |
|---|---|
RosterGroup |
UserRoster.createGroup(String name)
Creates a new group.
|
RosterGroup |
UserRoster.getGroup(String name)
Returns the roster group with the specified name, or null if the
group doesn't exist.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RosterGroup> |
RosterEntry.getGroups()
Returns an unmodifiable collection of the roster groups that this entry
belongs to.
|
Collection<RosterGroup> |
UserRoster.getGroups()
Returns an unmodifiable collections of all the roster groups.
|
Copyright © 2014. All Rights Reserved.