From 5c0f1ebb665f1c9dfd8a521b0be92370048fd354 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 22 Nov 2010 11:34:35 -0500 Subject: [PATCH] INT-1552 fixed schema docs for XMPP, added FEED schema docs --- .../feed/config/spring-integration-feed-2.0.xsd | 14 +++++++++++++- .../xmpp/config/spring-integration-xmpp-2.0.xsd | 4 +++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/spring-integration-feed/src/main/resources/org/springframework/integration/feed/config/spring-integration-feed-2.0.xsd b/spring-integration-feed/src/main/resources/org/springframework/integration/feed/config/spring-integration-feed-2.0.xsd index 9b02b9ea97..c64fd727f1 100644 --- a/spring-integration-feed/src/main/resources/org/springframework/integration/feed/config/spring-integration-feed-2.0.xsd +++ b/spring-integration-feed/src/main/resources/org/springframework/integration/feed/config/spring-integration-feed-2.0.xsd @@ -37,6 +37,11 @@ + + Identifies channel attached to this adapter. Depending on the type of the adapter + this channel could be the receiving channel (e.g., outbound-channel-adapter) or channel where + messages will be sent to by this adapter (e.g., inbound-channel-adapter). + @@ -68,7 +73,14 @@ - + + + + Lifecycle attribute signaling if this component should be started during Application Context startup. + Default is 'true' + + + diff --git a/spring-integration-xmpp/src/main/resources/org/springframework/integration/xmpp/config/spring-integration-xmpp-2.0.xsd b/spring-integration-xmpp/src/main/resources/org/springframework/integration/xmpp/config/spring-integration-xmpp-2.0.xsd index e75e359b1c..655dd56c65 100644 --- a/spring-integration-xmpp/src/main/resources/org/springframework/integration/xmpp/config/spring-integration-xmpp-2.0.xsd +++ b/spring-integration-xmpp/src/main/resources/org/springframework/integration/xmpp/config/spring-integration-xmpp-2.0.xsd @@ -191,11 +191,13 @@ - + + Specifies if generated Message payload should consist of only the text of the XMPP Presence message or the entire XMPP Presence (Smack API specific) message. Default is TRUE. +