Webchat may kill the JVM when not able to connect to Wildfire
Description
Webchat will try to connect to wildfire every 10 seconds if not connected. The problem is that for each connection attempt a new thread is going to be created and never killed if the connection fails. This is a Smack error.
Webchat will try to connect to wildfire every 10 seconds if not connected. The problem is that for each connection attempt a new thread is going to be created and never killed if the connection fails. This is a Smack error.