Uses of Interface
org.jivesoftware.openfire.event.UserEventListener
Packages that use UserEventListener
Package
Description
Implementation of Entity Capabilities (XEP-0115).
Event system.
Groups, which are used to organize users together.
IQ class implementations.
Implementation of Multi-User Chat (XEP-0045).
Implementation of Personal Eventing via Pubsub (XEP-0163).
Provides classes for managing the roster.
-
Uses of UserEventListener in org.jivesoftware.openfire
Classes in org.jivesoftware.openfire that implement UserEventListenerModifier and TypeClassDescriptionclassRepresents the user's offline message storage. -
Uses of UserEventListener in org.jivesoftware.openfire.entitycaps
Classes in org.jivesoftware.openfire.entitycaps that implement UserEventListenerModifier and TypeClassDescriptionclassImplements server side mechanics for XEP-0115: "Entity Capabilities" Version 1.5 In particular, EntityCapabilitiesManager is useful for processing "filtered-notifications" for use with Pubsub (XEP-0060) for contacts that may not want to receive notifications for all payload types. -
Uses of UserEventListener in org.jivesoftware.openfire.event
Classes in org.jivesoftware.openfire.event that implement UserEventListenerModifier and TypeClassDescriptionclassAn abstract adapter class for receiving user events.Methods in org.jivesoftware.openfire.event with parameters of type UserEventListenerModifier and TypeMethodDescriptionstatic voidUserEventDispatcher.addListener(UserEventListener listener) Registers a listener to receive events.static voidUserEventDispatcher.removeListener(UserEventListener listener) Unregisters a listener to receive events. -
Uses of UserEventListener in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group with parameters of type UserEventListenerModifier and TypeMethodDescriptionprotected voidGroupManager.registerUserEventListener(UserEventListener listener) Registers a listener for user events viaUserEventDispatcher. -
Uses of UserEventListener in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement UserEventListenerModifier and TypeClassDescriptionclassIQPrivacyHandler is responsible for handling privacy lists. -
Uses of UserEventListener in org.jivesoftware.openfire.muc
Classes in org.jivesoftware.openfire.muc that implement UserEventListenerModifier and TypeClassDescriptionclassA chat room on the chat server manages its users, and enforces its own security rules.classProvides centralized management of all configured Multi User Chat (MUC) services. -
Uses of UserEventListener in org.jivesoftware.openfire.pep
Classes in org.jivesoftware.openfire.pep that implement UserEventListenerModifier and TypeClassDescriptionclassAnIQHandlerused to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0 -
Uses of UserEventListener in org.jivesoftware.openfire.roster
Classes in org.jivesoftware.openfire.roster that implement UserEventListenerModifier and TypeClassDescriptionclassA simple service that allows components to retrieve a roster based solely on the ID of the owner. -
Uses of UserEventListener in org.jivesoftware.openfire.spi
Classes in org.jivesoftware.openfire.spi that implement UserEventListenerModifier and TypeClassDescriptionclassSimple in memory implementation of the PresenceManager interface.