From 2f20973b16b73c7f33b39d928ab33ff6986692cd Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 30 Nov 2010 13:49:17 -0500 Subject: [PATCH] INT-1649 consolidated XMPP schema --- .../config/spring-integration-xmpp-2.0.xsd | 159 ++++++------------ 1 file changed, 52 insertions(+), 107 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 b002222398..faf098f56f 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 @@ -43,7 +43,7 @@ - + The host name to connect TO @@ -97,6 +97,53 @@ + + + + + + + + + + Outbound Channel Adapter that sends chat messages. + + + + + + + + + + + + + Configures an endpoint that will forward Presence state changes to a MessageChannel. + + + + + + + + + + + + + Configures an endpoint that will publish an updated {@link org.jivesoftware.smack.packet.Presence} state on your {@link XMPPConnection } object. + + + + + + + + + + + @@ -139,17 +186,10 @@ - - - - - - - Outbound Channel Adapter that sends chat messages. - - - - + + + + @@ -180,101 +220,6 @@ - - - - - - Configures an endpoint that will forward Presence state changes to a MessageChannel. - - - - - - - - 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. - - - - - - - Lifecycle attribute signaling if this component should be started during Application Context startup. - Default is TRUE - - - - - - - - - - - - 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). - - - - - - - - - - - - Reference to XMPP connection bean - - - - - - - - - - Configures an endpoint that will publish an updated {@link org.jivesoftware.smack.packet.Presence} state on your {@link XMPPConnection } object. - - - - - - - - - - - - - - - - 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). - - - - - - - - - - - - Reference to XMPP connection bean - - - - -