Uses of Interface
org.jivesoftware.openfire.event.UserEventListener
Packages that use UserEventListener
Package
Description
Implementation of Entity Capabilities (XEP-0115).
Event system.
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 TypeClassDescriptionclass
Represents the user's offline message storage. -
Uses of UserEventListener in org.jivesoftware.openfire.entitycaps
Classes in org.jivesoftware.openfire.entitycaps that implement UserEventListenerModifier and TypeClassDescriptionclass
Implements server side mechanics for XEP-0115: "Entity Capabilities" Version 1.4 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 TypeClassDescriptionclass
An abstract adapter class for receiving user events.Methods in org.jivesoftware.openfire.event with parameters of type UserEventListenerModifier and TypeMethodDescriptionstatic void
UserEventDispatcher.addListener
(UserEventListener listener) Registers a listener to receive events.static void
UserEventDispatcher.removeListener
(UserEventListener listener) Unregisters a listener to receive events. -
Uses of UserEventListener in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement UserEventListenerModifier and TypeClassDescriptionclass
IQPrivacyHandler is responsible for handling privacy lists. -
Uses of UserEventListener in org.jivesoftware.openfire.muc
Classes in org.jivesoftware.openfire.muc that implement UserEventListenerModifier and TypeClassDescriptionclass
A chat room on the chat server manages its users, and enforces its own security rules.class
Provides 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 TypeClassDescriptionclass
AnIQHandler
used 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Simple in memory implementation of the PresenceManager interface.