From a6cf3b74bb4a50396fbfd8438f1b887dcba4a617 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 16 Dec 2010 13:12:22 -0500 Subject: [PATCH] INT-1687 updated documentation to document the change in connection validation logic as well as registration of the ConnectionListener --- docs/src/reference/docbook/xmpp.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/reference/docbook/xmpp.xml b/docs/src/reference/docbook/xmpp.xml index 859f1beb5d..36f776afa8 100644 --- a/docs/src/reference/docbook/xmpp.xml +++ b/docs/src/reference/docbook/xmpp.xml @@ -65,6 +65,11 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/xmpp The default name xmppConnection will be used for this connection bean. + + If XMPP Connection goes stale the attempts to reconnect with an automatic login if the previous connection + state was logged (authenticated) will be made. + We also register ConnectionListener which will log connection events if DEBUG level is enabled. +