Commit Graph

128 Commits

Author SHA1 Message Date
Oleg Zhurakousky
a593fcf2fe polishing XMPP schema, moved extract-payload to the inbound adapter 2010-12-17 10:56:48 -05:00
Mark Fisher
66aefa86c7 polishing 2010-12-17 10:34:47 -05:00
Mark Fisher
e80913c639 XmppConnectionFactoryBean's autoStartup property is now true by default (not just via schema-based configuration + parsing) 2010-12-16 17:52:11 -05:00
Mark Fisher
7450c58167 polishing 2010-12-16 15:45:37 -05:00
Oleg Zhurakousky
424d48f145 INT-1687 added connection validation and reconnect logic for outbound XMPP adapters, added ConnectionListener to the XMPPConnection to log (DEBUG level) connection events 2010-12-16 12:47:25 -05:00
Oleg Zhurakousky
ddd2805520 INT-1682 added parser support for error-channel for XMPP inbound adapters 2010-12-13 14:38:50 -05:00
Oleg Zhurakousky
76f0afef4f INT-1682 added tests for error-channel for both ChatMessageListeningEndpoint and PresenceListeningEndpoint 2010-12-13 14:29:27 -05:00
Mark Fisher
228edd8b37 INT-1682, INT-1683 ChatMessageListeningEndpoint and PresenceListeningEndpoint now extend MessageProducerSupport, gaining errorChannel and history writing capabilities 2010-12-13 14:00:31 -05:00
Oleg Zhurakousky
07e0d0c806 INT-1673 added SpEL documentation for @Header, updated @Header javadocs 2010-12-10 13:04:10 -05:00
Oleg Zhurakousky
9a714528e6 polishing, got rid of warining markers HTTP, XMPP 2010-12-10 12:25:19 -05:00
Mark Fisher
1803d73547 INT-1676 added spring.tooling and .gif icons for adapters that were missing these files 2010-12-10 10:41:54 -05:00
Oleg Zhurakousky
41d64cdf6b INT-1652 added documentation for default naming convention for XMPP 2010-11-30 18:28:40 -05:00
Oleg Zhurakousky
99c6c1b3df INT-1651 javadoc ppolishing 2010-11-30 17:00:00 -05:00
Oleg Zhurakousky
1c8c004e8f INT-1651 changed @since version on new classes to 2.0.1 2010-11-30 16:58:53 -05:00
Oleg Zhurakousky
a58e8a83b3 INT-1651 added support for default XMPP connection name and auto-discovery of that name by the XMPP adapters 2010-11-30 16:57:33 -05:00
Oleg Zhurakousky
2f20973b16 INT-1649 consolidated XMPP schema 2010-11-30 13:49:17 -05:00
Oleg Zhurakousky
a5c67073d5 INT-1648 added support for sending Smack Message 2010-11-30 13:30:26 -05:00
Chris Beams
c8a24acfc6 Catch poms up with 2.0.1.BUILD-SNAPSHOT version 2010-11-26 11:26:07 -07:00
Mark Fisher
c712ac6315 Release version 2.0.0.RELEASE 2010-11-22 21:23:47 -05:00
Chris Beams
365108e7e3 Reflect hamcrest 1.1 dependency in generated poms 2010-11-22 16:18:21 -07:00
Chris Beams
1d3f4b2987 Upgrade junit:junit:4.7 -> junit:junit-dep:4.8.2
junit-dep does not bundle dependencies like hamcrest. This avoids
'duplicate package org.hamcrest' errors during javadoc generation
2010-11-22 15:06:02 -07:00
Oleg Zhurakousky
5c0f1ebb66 INT-1552 fixed schema docs for XMPP, added FEED schema docs 2010-11-22 11:34:49 -05:00
Oleg Zhurakousky
44be2a957a INT-1552 added schema docs for XMPP 2010-11-22 11:21:24 -05:00
Mark Fisher
72fcb154b8 updated POMs now that there are no dependencies on commons-io or commons-lang 2010-11-21 14:44:44 -05:00
Oleg Zhurakousky
5a757523d1 INT-1638 removed unused dependencies form manifests, made minor refactoring to sftp and ftp modules to removed dependencies on commons-io and commons-lang 2010-11-21 12:04:16 -05:00
Oleg Zhurakousky
24781476f3 INT-1631 changed remote-file-expression to remote-filename-expression, adjusted tests and docs 2010-11-18 07:41:02 -05:00
Mark Fisher
f3e854b10c INT-1568 removed the MessageHeaders.PREFIX constant since it's no longer necessary. Also added @ManagedOperation to the IntegrationMBeanExporter's getChannelSendRate(..) method. 2010-11-18 00:03:58 -05:00
Oleg Zhurakousky
498fcd8c3c polished and tested all XMPP samples in the ignored package 2010-11-15 20:17:43 -05:00
Oleg Zhurakousky
1fbb5d107a polishing XMPP samples, resuming @Ignored 2010-11-15 19:55:15 -05:00
Oleg Zhurakousky
706a360eda polishing XMPP samples 2010-11-15 19:54:36 -05:00
Mark Fisher
762df2f477 generating id as a fallback for inbound XMPP channel adapters 2010-11-15 17:19:50 -05:00
Mark Fisher
d45f54ba70 INT-1617 renaming test classes and config files 2010-11-15 16:52:10 -05:00
Mark Fisher
bd6fdaa239 INT-1617 renaming test classes and confif files 2010-11-15 16:47:21 -05:00
Mark Fisher
9550fcf87b INT-1617 renaming test classes and confif files 2010-11-15 16:36:03 -05:00
Mark Fisher
1b3d295783 INT-1617 renaming test classes and confif files 2010-11-15 16:31:33 -05:00
Mark Fisher
21500b5845 INT-1617 renaming test classes and confif files 2010-11-15 16:27:16 -05:00
Mark Fisher
669860e78e INT-1617 renaming test classes and confif files 2010-11-15 16:17:27 -05:00
Mark Fisher
6c93d80ac3 polishing 2010-11-15 15:54:27 -05:00
Mark Fisher
6a7cfee022 polishing 2010-11-15 15:46:01 -05:00
Oleg Zhurakousky
557fd6625e INT-1617 updated test classes to reflect name changes, modified Presence related class names, fixed test 2010-11-15 13:53:59 -05:00
Mark Fisher
b6f6541447 RosterListeningEndpoint now only sends Presence changes 2010-11-15 10:45:11 -05:00
Mark Fisher
48d481467c renamed headers, and adjusted header-enricherc 2010-11-13 12:29:04 -05:00
Mark Fisher
f4438d3e3b polishing 2010-11-13 12:14:42 -05:00
Mark Fisher
0c14957a3e renaming components 2010-11-13 12:09:56 -05:00
Mark Fisher
c0d9a9a02c renaming components 2010-11-13 11:55:00 -05:00
Mark Fisher
22821d42d3 renaming components 2010-11-13 11:49:58 -05:00
Mark Fisher
ad5adf3fbf renamed roster inbound parser 2010-11-13 11:34:53 -05:00
Mark Fisher
f0956bf335 renamed roster inbound endpoint to XmppRosterListeningEndpoint 2010-11-13 11:32:34 -05:00
Mark Fisher
752e8b4808 INT-1616 refactored XMPP package structure on test side 2010-11-13 11:20:17 -05:00
Mark Fisher
d95a7df068 INT-1616 refactored XMPP package structure 2010-11-13 11:15:07 -05:00