Commit Graph

54 Commits

Author SHA1 Message Date
Oleg Zhurakousky
5946cb048b INT-1554 general polishing 2010-11-05 11:36:10 -04:00
Oleg Zhurakousky
e85adbba9c INT-1554 removed Presence headers, Inbound/Outboound Message Mapper, fixed schema and tests 2010-11-05 10:42:23 -04:00
Oleg Zhurakousky
2b0e34b3bc INT-1554 polishing 1st iteration on the way to removing unnessessery Xmpp headers, removed InboundMapper dependency 2010-11-05 08:43:04 -04:00
Oleg Zhurakousky
2695566a8b INT-1580 added tests and sample config for more complex configuration of the XmppConnection 2010-11-04 14:20:42 -04:00
Oleg Zhurakousky
f07dc4a68f INT-1554 polishing XmppMessageDrivenEndpoint, uts parser and tests 2010-11-04 13:51:36 -04:00
Oleg Zhurakousky
acf9d2bc13 INT-1554 polishing, finished restructuring of XmppNamespaceHandler 2010-11-04 13:40:45 -04:00
Oleg Zhurakousky
b87cf6fa4a INT-1554 polishing, actually pushing ;) further restructuring of XmppNamespaceHandler 2010-11-04 13:34:06 -04:00
Oleg Zhurakousky
5f5de2fe42 INT-1554 polishing, further restructuring of XmppNamespaceHandler 2010-11-04 13:32:35 -04:00
Oleg Zhurakousky
601d67bcf8 INT-1554 refactored XmppMessageOutboundEndpointParser and XmppMessageSendingMessageHandler, added tests 2010-11-04 13:29:15 -04:00
Oleg Zhurakousky
8d1e5e3f1d INT-1554 refactored XmppRosterEventOutboundEndpointParser, cleaned up XmppRosterEventMessageSendingHandler, added tests 2010-11-04 12:31:45 -04:00
Oleg Zhurakousky
e20a929d1d INT-1554 added more tests for presenceChangeEvent, more clean up in XmppRosterEventMessageDrivenEndpoint 2010-11-04 10:59:34 -04:00
Oleg Zhurakousky
9e8f14b05b INT-1554 added more tests and refactored/cleaned XmppPresenceMapper. Removed Presence Type header as unneccessery, since the only two payloads that are supported is Presence itself or Presentce.Type 2010-11-04 10:38:46 -04:00
Oleg Zhurakousky
b1e3f76417 INT-1554 added tests and refactored/cleaned XmppPresenceMessageMapper 2010-11-04 10:15:40 -04:00
Oleg Zhurakousky
821437b548 INT-1580 added more test for Smack SASL config 2010-11-03 23:55:02 -04:00
Oleg Zhurakousky
b1e1aa2460 INT-1580 cleaned up Roster endpoint, added tests 2010-11-03 23:20:05 -04:00
Oleg Zhurakousky
50d97f12cc INT-1580 code cleanup 2010-11-03 20:24:28 -04:00
Oleg Zhurakousky
ee1357d854 INT-1580 polishing, removed SASL attributes from the namesapce, will add paragraph to the docs how to configure it the native Smack way via config file in teh META-INF 2010-11-03 20:15:11 -04:00
Oleg Zhurakousky
154c2504c3 INT-1580, more polishing, made PacketListener instance variable of an Inbound endpoint, add/remove is now part of the start/stop, added tests to validate 2010-11-03 20:08:48 -04:00
Oleg Zhurakousky
c387f47dd4 INT-1580, more polishing, moved PacketListener registration to a statr() method of an inbound endpoint 2010-11-03 19:37:16 -04:00
Oleg Zhurakousky
ad37847162 INT-1580, more polishing, more tests 2010-11-03 19:19:20 -04:00
Oleg Zhurakousky
c1c38db8c4 INT-1580, more polishing, added Lifecycle to XmppConnectionFactoryBean, added tests 2010-11-03 19:08:46 -04:00
Oleg Zhurakousky
9e178c1de8 INT-1580 changed XmppConnectionFactoryBean to be bootstrapped with ConnectionConfiguration 2010-11-03 16:12:40 -04:00
Josh Long
d6891a2ea2 INT-1580 this is a beanfactory that knows how to factory an SSL XMPPConnection (as opposed to the regular XmppConnectionFactory) 2010-11-02 16:35:56 -07:00
Josh Long
155cc0717c INT-1580 this is a beanfactory that knows how to factory an SSL XMPPConnection (as opposed to the regular XmppConnectionFactory) 2010-11-02 16:34:22 -07:00
Mark Fisher
2e310f9971 using camelCase for header key values 2010-10-28 15:32:23 -04:00
Oleg Zhurakousky
a870217e23 INT-1540, added extract-payload and auto-atartup to Inbound XMPP adapters, added tests 2010-10-28 15:32:16 -04:00
Oleg Zhurakousky
96a35f81ba INT-1522, polishing 2010-10-14 18:41:18 -04:00
Oleg Zhurakousky
80c9b89851 INT-1522, now actually adding the test, oops 2010-10-14 18:24:27 -04:00
Oleg Zhurakousky
63d947a26b INT-1522 added XmppMessageSendingMessageHandlerTests with initial tests 2010-10-14 18:16:55 -04:00
Oleg Zhurakousky
8d83fa7919 INT-1521 polished the structure of the module to be consistent with other modules 2010-10-14 15:17:15 -04:00
Josh Long
824a813aaf fixing some code in the twitter adapter... 2010-10-12 13:42:32 -07:00
Oleg Zhurakousky
53bc3ebf18 INT-1263, forgot one handler 2010-08-31 23:51:41 +00:00
Oleg Zhurakousky
e909409909 changed spring-integration schema from 1.0 to default 2010-08-31 23:44:52 +00:00
Oleg Zhurakousky
353b61160f INT-1263, refactored MessageHandlers in several modules to subclass from AbstractMessageHandler to support MessageHistory 2010-08-31 22:56:05 +00:00
Mark Fisher
3b15a0dd38 INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package 2010-08-31 02:51:27 +00:00
Mark Fisher
7c1ab04cd5 INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package 2010-08-31 01:53:45 +00:00
Josh Long
d2f74acbfb moved spaces to tabs for the xmpp package 2010-08-24 22:07:37 +00:00
Mark Fisher
6257853512 INT-1129 renamed 'message' package to 'mapping' since that is all that remains there 2010-07-28 15:25:33 +00:00
Mark Fisher
c69c29d2e1 INT-1129 moved MessageSource interface to 'core' package 2010-07-28 15:16:15 +00:00
Mark Fisher
80a22b8a2c INT-1129 moved most of the MessagingException hierarchy to the root package (org.springframework.integration) 2010-07-28 15:10:42 +00:00
Mark Fisher
4de9a23357 INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration) 2010-07-28 15:05:50 +00:00
Mark Fisher
7434976734 INT-1129 moved MessageRejectedException and MessageHandlingException from 'message' to 'core' 2010-07-28 14:57:35 +00:00
Mark Fisher
94938a2746 INT-1129 moved MessageHandler from 'message' to 'core' 2010-07-28 14:54:09 +00:00
Mark Fisher
008cac18f5 INT-1129 moved GenericMessage, ErrorMessage, and MessageDeliveryException from 'message' to 'core' 2010-07-28 14:42:02 +00:00
Mark Fisher
00d3e351f7 INT-1129 moved MessageBuilder from 'message' to 'core' 2010-07-28 14:38:36 +00:00
Mark Fisher
012b08f1db INT-1129 moved MessagingTemplate from 'channel' to 'core' package 2010-07-28 14:28:18 +00:00
Mark Fisher
af14b065f8 INT-1129 modified the argument order for MessagingTemplate send(..) methods so that MessageChannel always comes first - consistent with Destination/destinationName being the first argument in all JmsTemplate send(..) methods 2010-07-28 14:20:53 +00:00
Mark Fisher
cc8d445280 INT-1129 renamed MessageChannelTemplate to MessagingTemplate 2010-07-27 14:34:28 +00:00
David Syer
829d6efc08 Fix compiler warnings and move docbook build to a profile 2010-07-27 12:54:18 +00:00
Josh Long
5c2e5d33db a bit of reformatting / clean up 2010-07-20 09:06:27 +00:00