Lyubomir Marinov
fe17af4a65
Fixes RTCP loss information by distinguishing between RTP sequence number cycling and RTP packet desequencing. Contributed by Vincent Lucas.
14 years ago
Werner Dittmann
2b23c9ccc6
Implement paranoid mode for ZRTP.
...
Refer to the in-line documentation of enableParanoidMode flag in ZRTPTransformerEngine.java to read the full description.
14 years ago
Damian Minkov
4cb5d7107c
Adds ice states to call info.
...
Fixes a problem with creating two transport managers for jabber calls and slow creating of upnpharvester.
14 years ago
Werner Dittmann
f355167ed0
New version of ZRTP library.
...
This version includes SAS signature features, enhancements of the trusted MitM feature and Damian's patch
to get the remaining time of ZRTP's discovery (Hello) phase.
14 years ago
Lyubomir Marinov
e77c861931
Fixes the display of local video in a call on Linux. Patch contributed by Sebastien Vincent.
14 years ago
Lyubomir Marinov
cc95e558e4
Fixes value equality of FMJ's CaptureDeviceInfo and MediaLocator which , for example, resolves an issue with failing desktop streaming reported by Damian Minkov/damencho.
14 years ago
Werner Dittmann
6da252fb4e
Fix F8 crypto mode and change handling of secret SRTP key data.
...
These modifications remove unnecessary copying of SRTP key data and overwrite the key data right
after secure state was reached (in ZRTP lib). This makes it harder to extract secret key data in memory dumps.
14 years ago
Lyubomir Marinov
6978a3eed6
Fixes issues related to audio quality and compatibility.
14 years ago
Sebastien Vincent
c15fdf24ed
Updates ice4j.jar which fixes possible deadlock in ConnectivityCheckClient.
14 years ago
Sebastien Vincent
6f0b55ef5e
Update ice4j.jar which adds additionnall logs and fixes some possible race conditions. The patches of ice4j was contributed by Daniel Pocock on the dev mailing-list with subject "ice4j patches".
14 years ago
Vincent Lucas
74d0012eb4
Updates ice4j library to revision 3000, which provides CandidateExtendedType. Updates JingleNodesCandidate constructor to comply with the ice4j update.
14 years ago
Damian Minkov
0a0c71237a
Updates smack library to 3.2.2.
14 years ago
Sebastien Vincent
2d127c27d3
Try to fix Gingle call establishment issues by waiting IQ result of transport-info IQ request.
14 years ago
Sebastien Vincent
23d7cb83e5
Updates ice4j.jar which delay connectivity checks reemission when receiving STALE-CREDENTIALS error (that can happen when one peer have not receive candidates list from remote but receive already one of its connectivity check). This also fix the stop of some ICE threads.
14 years ago
Damian Minkov
aaf2407f32
Fixes leak of threads reported by Ingo and fixes memory leak of XMPPConnections. Leak fixed in smackx.ChatStateManager.
14 years ago
Ingo Bauersachs
4407d10ec1
Update otr4j to accept html in front of initiating messages
14 years ago
Sebastien Vincent
63ecfb3cfc
Fixes "bad path element" warning when build with ant.
14 years ago
Lyubomir Marinov
6c2a8919d2
Switches from JMF to FMJ.
14 years ago
Ingo Bauersachs
7e30640fb9
Update DNSJAVA to fix NoClassDefFoundError when no network is available
14 years ago
Ingo Bauersachs
2d1896a464
Adapt D-Bus NetworkManager signal listener to NM_STATE 0.9
14 years ago
Ingo Bauersachs
6ef1a9cfc5
Update Felix to 3.2.2
14 years ago
Ingo Bauersachs
b628cdc642
Use DNSJAVA as DNS SPI
14 years ago
Ingo Bauersachs
aaa147c435
Avoid unnecessary DNS lookups for SIP
14 years ago
Sebastien Vincent
2e49d2677b
Removes debug line about VCard in smackx.jar.
14 years ago
Ingo Bauersachs
2b1ed218df
Update Apache HttpClient to 4.1.2 (avoids PTR queries on TLS connections)
14 years ago
Damian Minkov
8c8dfd6013
Fixes http redirects within msn lib, preventing some users to login and retrieve contactlist successfully.
14 years ago
Sebastien Vincent
fd02ba901d
Updates ice4j.jar that fixes a race condition and sends an 'stale credentials' error when receiving binding request where its username does not match any of local ufrag/rfrag.
14 years ago
Sebastien Vincent
5f02a419e0
Updates ice4.jar which allows GTalk controlled agent to nominate pair under some circumstances when it receives a binding success response for one of its checks.
14 years ago
Damian Minkov
ae4eab7297
Fixes local audio levels when peer removed from call.
...
Adds profile-level-id when negotiating video codecs.
Fixes login with msn due to server address changes.
14 years ago
Sebastien Vincent
cb2422fc88
Updates ice4j.jar that reduces logs output when ICE state is completed.
14 years ago
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.
15 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.
15 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
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
Sebastien Vincent
8d0b139877
Updates ice4j.jar which synchronized access to org.ice4j.message.Message's attributes.
15 years ago