Class XmppMessageReceiver

All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle

public class XmppMessageReceiver extends AbstractStandaloneMessageReceiver
Server-side component for receiving XMPP (Jabber) messages. Requires a connection to be set, in addition to the messageFactory and messageReceiver required by the base class.
Since:
2.0
Author:
Gildas Cuisinier, Arjen Poutsma, Greg Turnquist
See Also: