| Package | Description |
|---|---|
| rocks.xmpp.core.roster.model |
Provides XML schema implementations of the Roster Namespace.
|
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
Roster.getContacts()
Gets the contacts.
|
Collection<Contact> |
ContactGroup.getContacts()
Gets the contacts in this group.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Contact.compareTo(Contact o)
Compares two contacts with each other by first comparing their names, then their subscription states and eventually their pending states.
|
Copyright © 2014 XMPP.rocks. All rights reserved.