| Package | Description |
|---|---|
| rocks.xmpp.im.roster |
Provides classes for roster management.
|
| rocks.xmpp.im.roster.model |
Provides XML schema implementations of the Roster Namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ContactGroup> |
RosterManager.getContactGroups()
Gets the contact groups.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<Void> |
RosterManager.removeContactGroup(ContactGroup contactGroup)
Removes a contact group.
|
AsyncResult<Void> |
RosterManager.renameContactGroup(ContactGroup contactGroup,
String name)
Renames a contact group.
|
| Modifier and Type | Method and Description |
|---|---|
ContactGroup |
ContactGroup.getParentGroup()
Gets the parent group.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ContactGroup> |
ContactGroup.getGroups()
Gets the nested sub-groups of this group.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContactGroup.compareTo(ContactGroup o) |
| Constructor and Description |
|---|
ContactGroup(String name,
String fullName,
ContactGroup parentGroup) |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.