mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-11 23:51:09 +01:00
Smack-261
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10934 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
6b375b2e9f
commit
bc9f0179fa
8 changed files with 57 additions and 69 deletions
|
|
@ -142,8 +142,8 @@ public abstract class TransportNegotiator extends JingleNegotiator {
|
|||
return;
|
||||
}
|
||||
}
|
||||
//LOGGER.debug("BEST: " + bestLocalCandidate.getIp());
|
||||
throw new XMPPException("Local transport candidate has not be offered.");
|
||||
LOGGER.debug("BEST: ip=" + bestLocalCandidate.getIp() + " port=" + bestLocalCandidate.getPort() + " has not been offered.");
|
||||
//throw new XMPPException("Local transport candidate has not be offered.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -158,9 +158,7 @@ public abstract class TransportNegotiator extends JingleNegotiator {
|
|||
/**
|
||||
* Called from above to start the negotiator during a session-initiate.
|
||||
*/
|
||||
public void start() {
|
||||
|
||||
//JingleTransport result = new JingleTransport(getJingleTransport());
|
||||
protected void doStart() {
|
||||
|
||||
try {
|
||||
sendTransportCandidatesOffer();
|
||||
|
|
@ -170,8 +168,6 @@ public abstract class TransportNegotiator extends JingleNegotiator {
|
|||
e.printStackTrace();
|
||||
}
|
||||
|
||||
//return result;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue