|
|
@@ -356,6 +356,8 @@ public class XReconnectionManager extends AbstractConnectionListener {
|
|
|
@Override
|
|
|
public void connectionClosedOnError(Exception e) {
|
|
|
LogUtil.d("reconnect","<<connectionClosedOnError>> mConnection:"+((XMPPTCPConnection) mConnection).getDirectUser());
|
|
|
+ LogUtil.d("reconnect","<<connectionClosedOnError>> mConnection:"+((XMPPTCPConnection) mConnection).getUser());
|
|
|
+
|
|
|
doReconnecting = true;
|
|
|
if (e instanceof StreamErrorException) {// 有人重复登陆
|
|
|
StreamErrorException xmppEx = (StreamErrorException) e;
|