| 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 |
|---|---|
java.util.Collection<ContactGroup> |
RosterManager.getContactGroups()
Gets the contact groups.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<java.lang.Void> |
RosterManager.removeContactGroup(ContactGroup contactGroup)
Removes a contact group.
|
AsyncResult<java.lang.Void> |
RosterManager.renameContactGroup(ContactGroup contactGroup,
java.lang.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 |
|---|---|
java.util.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(java.lang.String name,
java.lang.String fullName,
ContactGroup parentGroup) |
Copyright © 2014–2019 XMPP.rocks. All rights reserved.