mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 09:42:17 -05:00
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")) {
|
||||
Log.d("xmppService","received candidate error");
|
||||
this.receivedCandidate = true;
|
||||
if (status == STATUS_ACCEPTED) {
|
||||
if ((status == STATUS_ACCEPTED)&&(this.sentCandidate)) {
|
||||
this.connect();
|
||||
}
|
||||
} else if (content.socks5transport().hasChild("candidate-used")){
|
||||
|
Loading…
Reference in New Issue
Block a user