Files
spring-integration-extensions/spring-integration-xmpp-smack41
Artem Bilan 2e9247711d INTEXT-195: Add XMPP Extension for Smack 4.1
JIRA: https://jira.spring.io/browse/INTEXT-195

Upgrade to Smack 4.1

Rework logic to the `XMPPConnection` interface

Refactoring for the `XmppConnectionFactoryBean` to extract `serviceName` from the `user`.

Remove redundant dependencies

Add `smack-java7` dependency and some other polishing after testing

Polishing
2015-10-28 17:16:14 -04:00
..

Spring Integration XMPP Extension for Smack 4.1

This extension is provided because we can't upgrade the module within the main distribution to Smack 4.1. It has API changes that cannot be accommodated in a point release of Spring Integration 4.2. The upgrade is postponned to the Spring Integration 4.3, at which time, this version will be merged back to the main project.

So, if you intend to use Smack 4.1 with existing Spring Integration 4.2, this extension is for you.

The functionally of this project is fully equivalent to the Spring Integration XMPP module, so you can rely on the Spring Integration Reference Manual for more information.