From a593fcf2fecbc2583fca3c55a80a9a3c6913c22b Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 17 Dec 2010 10:56:35 -0500 Subject: [PATCH] polishing XMPP schema, moved extract-payload to the inbound adapter --- .../config/spring-integration-xmpp-2.0.xsd | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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 a188149441..0046db2aa3 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 @@ -98,7 +98,16 @@ - + + + + + Specifies if generated Message payload should consist of only + the text of the XMPP message or the entire XMPP (Smack API specific) message. Default is true. + + + + @@ -145,14 +154,6 @@ - - - - Specifies if generated Message payload should consist of only - the text of the XMPP message or the entire XMPP (Smack API specific) message. Default is true. - - -