public final class Roster extends Object
Rosters are managed using
<iq/>stanzas (see Section 8.2.3 of [XMPP-CORE]), specifically by means of a<query/>child element qualified by the 'jabber:iq:roster' namespace. The detailed syntax and semantics are defined in the following sections.
| Constructor and Description |
|---|
Roster() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContacts()
Gets the contacts.
|
String |
getVersion()
Gets the roster version.
|
String |
toString() |
Copyright © 2014 XMPP.rocks. All rights reserved.