org.jivesoftware.openfire.roster |
|
Java Source File Name | Type | Comment |
Roster.java | Class | A roster is a list of users that the user wishes to know if they are online.
Rosters are similar to buddy groups in popular IM clients. |
RosterEventDispatcher.java | Class | Dispatches roster events. |
RosterEventListener.java | Interface | Interface to listen for roster events. |
RosterItem.java | Class | Represents a single roster item for a User's Roster.
The server doesn't need to know anything about roster groups so they are
not stored with easy retrieval or manipulation in mind. |
RosterItemProvider.java | Class | Defines the provider methods required for creating, reading, updating and deleting roster
items.
Rosters are another user resource accessed via the user or chatbot's long ID. |
RosterManager.java | Class | A simple service that allows components to retrieve a roster based solely on the ID
of the owner. |