| Package | Description |
|---|---|
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
Roster.Item |
Roster.addItem(JID jid,
Roster.Subscription subscription)
Adds a new item to the roster.
|
Roster.Item |
Roster.addItem(JID jid,
String name,
Roster.Ask ask,
Roster.Subscription subscription,
Collection<String> groups)
Adds a new item to the roster.
|
Roster.Item |
Roster.addItem(String jid,
Roster.Subscription subscription)
Adds a new item to the roster.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Roster.Item> |
Roster.getItems()
Returns an unmodifiable copy of the
Items in the roster packet. |
Copyright © 2009–2017 Ignite Realtime. All rights reserved.