bug fix for jingle
This commit is contained in:
parent
f36f218469
commit
4b66b4b5d1
|
@ -381,7 +381,7 @@ public class JingleConnection {
|
||||||
} else if (content.socks5transport().hasChild("candidate-error")) {
|
} else if (content.socks5transport().hasChild("candidate-error")) {
|
||||||
Log.d("xmppService","received candidate error");
|
Log.d("xmppService","received candidate error");
|
||||||
this.receivedCandidate = true;
|
this.receivedCandidate = true;
|
||||||
if (status == STATUS_ACCEPTED) {
|
if ((status == STATUS_ACCEPTED)&&(this.sentCandidate)) {
|
||||||
this.connect();
|
this.connect();
|
||||||
}
|
}
|
||||||
} else if (content.socks5transport().hasChild("candidate-used")){
|
} else if (content.socks5transport().hasChild("candidate-used")){
|
||||||
|
|
Loading…
Reference in a new issue