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. +