| Package | Description |
|---|---|
| org.jivesoftware.openfire.pep |
Implementation of Personal Eventing via Pubsub (XEP-0163).
|
| org.jivesoftware.openfire.roster |
Provides classes for managing the roster.
|
| org.jivesoftware.openfire.user |
Provides the interfaces and classes necessary to create custom
user account data providers for Openfire.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IQPEPHandler.addingContact(Roster roster,
RosterItem item,
boolean persistent) |
void |
IQPEPHandler.contactAdded(Roster roster,
RosterItem item) |
void |
IQPEPHandler.contactDeleted(Roster roster,
RosterItem item) |
void |
IQPEPHandler.contactUpdated(Roster roster,
RosterItem item) |
void |
IQPEPHandler.rosterLoaded(Roster roster) |
| Modifier and Type | Method and Description |
|---|---|
Roster |
RosterManager.getRoster(String username)
Returns the roster for the given username.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RosterEventListener.addingContact(Roster roster,
RosterItem item,
boolean persistent)
Notification message indicating that a contact is about to be added to a roster.
|
static boolean |
RosterEventDispatcher.addingContact(Roster roster,
RosterItem item,
boolean persistent)
Notifies listeners that a contact is about to be added to a roster.
|
void |
RosterEventListener.contactAdded(Roster roster,
RosterItem item)
Notification message indicating that a contact has been added to a roster.
|
static void |
RosterEventDispatcher.contactAdded(Roster roster,
RosterItem item)
Notifies the listeners that a contact has been added to a roster.
|
void |
RosterEventListener.contactDeleted(Roster roster,
RosterItem item)
Notification message indicating that a contact has been deleted from a roster.
|
static void |
RosterEventDispatcher.contactDeleted(Roster roster,
RosterItem item)
Notifies the listeners that a contact has been deleted from a roster.
|
void |
RosterEventListener.contactUpdated(Roster roster,
RosterItem item)
Notification message indicating that a contact has been updated.
|
static void |
RosterEventDispatcher.contactUpdated(Roster roster,
RosterItem item)
Notifies the listeners that a contact has been updated.
|
void |
RosterEventListener.rosterLoaded(Roster roster)
Notification message indicating that a roster has just been loaded.
|
static void |
RosterEventDispatcher.rosterLoaded(Roster roster)
Notifies the listeners that a roster has just been loaded.
|
| Modifier and Type | Method and Description |
|---|---|
Roster |
User.getRoster()
Returns the user's roster.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.