Hi: I have been attempting to test the XMPP endpoint with Camel 1.3.0. I see that it uses the Smack 2.2.1 API, and is not 100% (drop-in) compatible with the smack 3.x API. The problem is that the 2.2.1 API does support the auto-reconnect feature (connect() and disconnect() methods) that the 3.x API does, and so if the XMPP connection goes down after your camelContext.start(), attempts to route will just throw an exception until you restart the process.
Are there any plans to switch to Smack 3.0.x in order to support automatic reconnects? If so, what's the ETA? Thanks, Michael
