Commit Graph

838 Commits (c478197fbcdfd9120be0a9d11edd4b68886faed7)

Author SHA1 Message Date
Sebastien Vincent c478197fbc Updates ice4j.jar which logs only some debug information in certain ICE state and doesn't log stacktrace for 'no route to host' error.
14 years ago
Damian Minkov fbd33b96f8 Fixes some connection issues with msn, where provider goes in a state like its not connected (cannot send messages), but can receive such.
14 years ago
Sebastien Vincent 5b0565bde1 Fixes Google ICE negociation between two peers on the same LAN.
15 years ago
Sebastien Vincent ae090057c7 Updates ice4j.jar which fixes blocking state connecting/incoming call.
15 years ago
Sebastien Vincent 87ad46acf9 Updates ice4j.jar which fixes a problem with symmetrical NAT. Adds support for Vtok android/iPhone application (i.e. removes IPv6 addresses from candidates offer).
15 years ago
Werner Dittmann ad3bd7796a New ZRTP library that supports trusted MitM/PBX feature and implement SRTCP handling.
15 years ago
Sebastien Vincent 88b0a536e2 Updates ice4j.jar which fixes negociation with SSLTCP candidates when Gmail user call Jitsi ones.
15 years ago
Sebastien Vincent c678768812 Updates ice4j.jar which lower log level of keep-alive and useCandidate stuff.
15 years ago
Sebastien Vincent 07c7a7b475 Updates ice4j.jar which fixes some bugs with TCP. Fixes Exception when having SSLTCP candidates.
15 years ago
Sebastien Vincent da25b04a56 Removes add of TCP framing header in RTPConnectorTCP*. Updates ice4j.jar which handle correctly TCP framing header for both local and relayed candidates.
15 years ago
Sebastien Vincent 4c66d9eedc Updates ice4j.jar which fixes Google's ICE with TCP transport.
15 years ago
Sebastien Vincent 0ec405d8d1 Updates ice4j.jar which allow CandidatePair to be updated with useCandidateReceived even if its state is not succeeded.
15 years ago
Sebastien Vincent a9a134c2ea Updates ice4j.jar which make sure we search CandidatePair with the local/remote ufrag and handles candidates TCP connect() in a separate to avoids being blocked for some second (which is at maximum 1 second per CandidatePair).
15 years ago
Sebastien Vincent 2ea86c5bd6 Updates ice4j.jar which fixes two deadlocks (related to DefaultNominatorStrategy for the first one and PaceMaker for the second ones) and fixes a case where in certain circumstances with Google ICE the two peer will choose different candidate pairs (that leads to no audio at all).
15 years ago
Ingo Bauersachs 17e00ec8a1 Use the Fortuna random generator for SDES
15 years ago
Damian Minkov 6635e7a0d4 Fixing tests.
15 years ago
Ingo Bauersachs 01b1bc6e27 SDES Integration: Restore Java 1.5 compatibility
15 years ago
Ingo Bauersachs 703c3a49e7 SDES Integration: Incoming calls work
15 years ago
Sebastien Vincent a06df2e0b7 Updates ice4j.jar which fixes the way to detect relay candidate for the FirstHostOrReflexive nomination strategy and modify loging information for the keep-alive using binding request/response.
15 years ago
Emil Ivov dd40ae6b41 Fixes an issue that prevented Yahoo! Messenger avatars from being displayed by Jitsi
15 years ago
Ingo Bauersachs e4259e9b69 Load CredentialsService at an early stage in unit tests, don't create systray without UIService
15 years ago
Sebastien Vincent 8d0b139877 Updates ice4j.jar which synchronized access to org.ice4j.message.Message's attributes.
15 years ago
Sebastien Vincent 7fc196e002 Updates ice4j.jar which avoids sending error message for STUN transactions that have already sent a response.
15 years ago
Sebastien Vincent 411f1ebc57 Updates commit 8913 which should fix issue when enabling video in an XMPP audio call. Set svn:mime-type property as application/octet-stream for ice4.jar file.
15 years ago
Sebastien Vincent e982e14ce4 Updates ice4j.jar which adds additionnal logs.
15 years ago
Damian Minkov 326a24d843 Detects ip changes (not link changes) under macosx. Fixes a problem with reconnecting several tcp/tls sip providers.
15 years ago
Damian Minkov c4883ab9fc Fixes loading binary on 10.5 macosx.
15 years ago
Sebastien Vincent 72f282b29e Adds a TCP connect timeout when creating ICE connectivity check list.
15 years ago
Sebastien Vincent edca5bdabb Updates ice4j.jar which sends STUN binding indication keep-alives after standard ICE (RFC5245) finished with COMPLETED state.
15 years ago
Sebastien Vincent 9ec09ba8ff Adds support for Google P2P transport (Gingle) in a Jingle session. Adds also missing id attribute in ICE-UDP candidates. Always call highest priority XMPP contact and if it supports Jingle and Gingle use custom Gingle transport on Jingle session, if it supports only Jingle use Jingle with ICE-UDP and if it only supports Gingle use Gingle session.
15 years ago
Sebastien Vincent 3249a9e268 Updates ice4j.jar which fixes a recursion problem which happen when comparing two RelayedCandidates with same address/port (typically in the case of a GTalk call when two network interfaces are upand connected).
15 years ago
Damian Minkov ab33c2e27a Custom avatar service and implementation for nimbuzz avatars.
15 years ago
Damian Minkov e872b16701 Adds support for gsm codec on all operating systems.
15 years ago
Damian Minkov 0467768d8c Fixes crashes reported on various x86 windows machines.
15 years ago
Damian Minkov 16e72a9ff7 Fixes a problem with large msn contactlists.
15 years ago
Ingo Bauersachs 661810caa7 Enable client TLS authentication for SIP and add a corresponding
15 years ago
Sebastien Vincent a0e6edf20b Enables GTalk video support.
15 years ago
Yana Stamcheva f4479d54a2 Merges contact source configurations in a single configuration form.
15 years ago
Sebastien Vincent 3ee406cbf5 Adds a way for protocols to add extra codec settings as well as override payload type preferences.
15 years ago
Damian Minkov 34b9d0ec56 Fixes tests.
15 years ago
Damian Minkov f9992f25f8 Introduces service for detecting system activity like network changes and detecting idle states. Produced events used for autoaway and reconnect plugin.
15 years ago
Sebastien Vincent 18a8b00304 Integrates jdirectshow patch from Ingo Bauersachs, reported in dev mailing list with subject "Hang on Samsung NC20 netbook", that fixes some problem regarding DirectShow locks or crash.
15 years ago
Ingo Bauersachs 60385be26e Ignore manual entered SIP proxy data when autodetect is selected
15 years ago
Sebastien Vincent f0cdc42a21 Fixes problem when using UPnP with Google Talk call.
15 years ago
Yana Stamcheva 801a79ca9d Enables spell check plugin and adds some improvements provided by Purvesh Sahoo.
15 years ago
Damian Minkov c46aae0cbe Updates msn library with latest fixes for login accounts with no contacts and fix a NPE in OIM.
15 years ago
Sebastien Vincent 1a69ca63fa Fixes possible deadlock in RTPConnectorUDPInputStream.
15 years ago
Sebastien Vincent 5d8f00db51 Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP candidates.
15 years ago
Lyubomir Marinov 06dd8d887e Rebuilds the JNI FFmpeg library on Windows to match the Mac OS X and Linux ones committed in r8712 and r8716, respectively.
15 years ago
Lyubomir Marinov 3a1c91c04f Rebuilds the JNI FFmpeg library on Linux to match the Mac OS X one committed in r8712.
15 years ago