Example usage for org.springframework.integration.xmpp.core AbstractXmppConnectionAwareEndpoint subclass-usage

List of usage examples for org.springframework.integration.xmpp.core AbstractXmppConnectionAwareEndpoint subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.xmpp.core AbstractXmppConnectionAwareEndpoint subclass-usage.

Usage

From source file org.springframework.integration.xmpp.inbound.PresenceListeningEndpoint.java

/**
 * An inbound endpoint that is able to login and then emit {@link Message}s when a 
 * particular Presence event occurs within the logged-in user's {@link Roster}. 
 * (e.g., logged in/out, changed status etc.)
 *
 * @author Josh Long