| Package | Description |
|---|---|
| org.jivesoftware.openfire.roster |
Provides classes for managing the roster.
|
| Modifier and Type | Method and Description |
|---|---|
RosterItem |
Roster.createRosterItem(org.xmpp.packet.JID user,
boolean push,
boolean persistent)
Create a new item to the roster.
|
RosterItem |
Roster.createRosterItem(org.xmpp.packet.JID user,
String nickname,
List<String> groups,
boolean push,
boolean persistent)
Create a new item to the roster.
|
void |
Roster.createRosterItem(org.xmpp.packet.Roster.Item item)
Create a new item to the roster based as a copy of the given item.
|
RosterItem |
Roster.deleteRosterItem(org.xmpp.packet.JID user,
boolean doChecking)
Remove a user from the roster.
|
protected RosterItem |
Roster.provideRosterItem(org.xmpp.packet.JID user,
String nickname,
List<String> groups,
boolean push,
boolean persistent)
Generate a new RosterItem for use with createRosterItem.
|
void |
RosterItem.setAsCopyOf(org.xmpp.packet.Roster.Item item)
Update the cached item as a copy of the given item.
|
void |
RosterItem.setGroups(List<String> groups)
Set the current groups for the item.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.