Class PresenceListeningEndpoint

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, SmartInitializingSingleton, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ExpressionCapable, MessageProducer, IntegrationPattern, NamedComponent, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent

public class PresenceListeningEndpoint extends AbstractXmppConnectionAwareEndpoint
An inbound endpoint that is able to login and then emit particular Presence event occurs within the logged-in user's Roster. (e.g., logged in/out, changed status etc.)
Since:
2.0
Author:
Josh Long, Oleg Zhurakousky, Mark Fisher, Artem Bilan, Gary Russell, Trung Pham
  • Constructor Details

    • PresenceListeningEndpoint

      public PresenceListeningEndpoint()
    • PresenceListeningEndpoint

      public PresenceListeningEndpoint(org.jivesoftware.smack.XMPPConnection xmppConnection)
  • Method Details