mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-11 23:51:09 +01:00
Candidates Added after session Establishment fixed
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7449 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
c3c44e142d
commit
9ea6a38249
4 changed files with 519 additions and 75 deletions
|
|
@ -231,7 +231,8 @@ public abstract class TransportNegotiator extends JingleNegotiator {
|
|||
public void candidateChecked(TransportCandidate cand,
|
||||
final boolean validCandidate) {
|
||||
if (validCandidate) {
|
||||
addValidRemoteCandidate(offeredCandidate);
|
||||
if (!(getState() instanceof Active))
|
||||
addValidRemoteCandidate(offeredCandidate);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue