Debug thread no shutdown on connection disconnect

Not a big deal, but XMPPConnection.initConnection is starting a new thread for the debugger if debugging is enabled. If you disconnect() the connection instance, the debugger thread continues to run. Seems it’d be best for any threads started by a call to connect() should be reaped by a call to disconnect().

Never mind. Anyway I can delete this thread?