I have a project on Android, which needs to use asmack library to enable real time chat.
The key feature is reconnecting mechanism, that means my application can rec
When setting up everything at the start, call
ReconnectionManager.setEnabledPerDefault(true);
Then connections created from then on will automatically reconnect.