Spring Integration

Package org.springframework.integration.xmpp.inbound

Provides XMPP inbound Endpoint implementations that extend AbstractXmppConnectionAwareEndpoint.

See:
          Description

Class Summary
ChatMessageListeningEndpoint This component logs in as a user and forwards any messages to that user on to downstream components.
PresenceListeningEndpoint An inbound endpoint that is able to login and then emit Messages when a particular Presence event occurs within the logged-in user's Roster.
 

Package org.springframework.integration.xmpp.inbound Description

Provides XMPP inbound Endpoint implementations that extend AbstractXmppConnectionAwareEndpoint.


Spring Integration