Uses of Class
org.jivesoftware.openfire.roster.Roster
Packages that use Roster
Package
Description
Implementation of Personal Eventing via Pubsub (XEP-0163).
Implementation of Blocking Communication.
Provides classes for managing the roster.
Provides the interfaces and classes necessary to create custom
user account data providers for Openfire.
-
Uses of Roster in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep with parameters of type RosterModifier and TypeMethodDescriptionbooleanIQPEPHandler.addingContact(Roster roster, RosterItem item, boolean persistent) voidIQPEPHandler.contactAdded(Roster roster, RosterItem item) voidIQPEPHandler.contactDeleted(Roster roster, RosterItem item) voidIQPEPHandler.contactUpdated(Roster roster, RosterItem item) voidIQPEPHandler.rosterLoaded(Roster roster) -
Uses of Roster in org.jivesoftware.openfire.privacy
Methods in org.jivesoftware.openfire.privacy with parameters of type RosterModifier and TypeMethodDescriptionbooleanPrivacyItem.matchesCondition(org.xmpp.packet.Packet packet, Roster roster, org.xmpp.packet.JID userJID) Returns true if the packet to analyze matches the condition defined by this rule. -
Uses of Roster in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster that return RosterModifier and TypeMethodDescriptionReturns the roster for the given username.Methods in org.jivesoftware.openfire.roster with parameters of type RosterModifier and TypeMethodDescriptionstatic booleanRosterEventDispatcher.addingContact(Roster roster, RosterItem item, boolean persistent) Notifies listeners that a contact is about to be added to a roster.booleanRosterEventListener.addingContact(Roster roster, RosterItem item, boolean persistent) Notification message indicating that a contact is about to be added to a roster.static voidRosterEventDispatcher.contactAdded(Roster roster, RosterItem item) Notifies the listeners that a contact has been added to a roster.voidRosterEventListener.contactAdded(Roster roster, RosterItem item) Notification message indicating that a contact has been added to a roster.static voidRosterEventDispatcher.contactDeleted(Roster roster, RosterItem item) Notifies the listeners that a contact has been deleted from a roster.voidRosterEventListener.contactDeleted(Roster roster, RosterItem item) Notification message indicating that a contact has been deleted from a roster.static voidRosterEventDispatcher.contactUpdated(Roster roster, RosterItem item) Notifies the listeners that a contact has been updated.voidRosterEventListener.contactUpdated(Roster roster, RosterItem item) Notification message indicating that a contact has been updated.static voidRosterEventDispatcher.rosterLoaded(Roster roster) Notifies the listeners that a roster has just been loaded.voidRosterEventListener.rosterLoaded(Roster roster) Notification message indicating that a roster has just been loaded. -
Uses of Roster in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that return Roster