* Fixes jabber chat html messages. Replaces <BR> tags with <BR/> and trims the html message before sending it to the protocol.
* Updates ice4j.jar which fixes some bugs with TCP. Fixes Exception when having SSLTCP candidates.
* Other recent changes in earlier versions:
* build.3710
* - Makes OTR menu appear directly for meta contact with only one protocol contact.
* - Fixes the blurry taskbar icon on Win7 (c.f. JITSI-964)
* build.3709
* - Removes add of TCP framing header in RTPConnectorTCP*. Updates ice4j.jar which handle correctly TCP framing header for both local and relayed candidates.
* build.3708
* - Updates ice4j.jar which fixes Google's ICE with TCP transport.
* build.3707
* - Fixes IllegalStateException when deleting everything from the chat.
* build.3706
* - Fixes IP address missing in DHCP request for provisioning.
* build.3705
* - Fixes java 1.5 compatibility.
* - Makes the Windows x64 setup default to 'Program Files' and not 'Program Files (x86)'.
* build.3704
* - Makes fonts in chat window persistent.
* - Improves a chat error message by adding to it the protocol contact, which is concerned.
* - Fixes NPE from TransportManager.sendHolePunchPacket() when a Jingle with Google P2P transport peer answer too quickly a call.
* build.3703
* - Makes multiline account error messages appear correctly.
* - Logs available webcam resolutions if any when creating devices.
* - Moves NotInContactList group name string into language resources.
* build.3702
* - Updates ice4j.jar which allow CandidatePair to be updated with useCandidateReceived even if its state is not succeeded.
* build.3701
* - Fixes a problem with editing sip accounts and changing a wrong entered data like port. Adds some more logging to media service as sent resolution and framerate.
* - Extends account wizard class with forgot password link.
* build.3700
* - Commit from translate.jitsi.org by user ibauersachs.: 1180 of 1180 messages translated (0 fuzzy).
* build.3699
* - Enable translation of the event configuration
* build.3698
* - Commit from translate.jitsi.org by user acastroy.: 1145 of 1145 messages translated (0 fuzzy).
* build.3697
* - Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure
* build.3696
* - 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).
* build.3695
* - Adds tooltips for some chat toolbar buttons and adjusts menu item names.
* build.3694
* - 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).
* build.3693
* - Ignore multistream starts from the same controller
* build.3692
* - Use the Fortuna random generator for SDES
* build.3691
* - Cache the provisioning URL before loading the provisioned properties
* - Rename generic srtp classes from Zrtp* to Srtp*
* - SDES Integration: Incoming calls work
* - SDES Integration: Working calls with Asterisk, Snom & Linksys
* - SDES Integration: Enable fallback to ZRTP, add Javadoc, more renames
* - SDES Integration: Add Javadoc and license headers
* - Security Tab in SIP register wizzard
* - Add SIP Wizzard resource strings
* - SDES Integration: Calls to and from Jitsi work
* - Don't change the MediaStream in setFormat and setDirection when the desired parameters are already set. Remove dead code.
* - SDES Integration: Change SSRC handling
* - Remove unused (S|Z)rtpAwareCallPeer
* - Hide most security settings of the SIP Wizzard in a show/hide advanced panel
* - Remove unused security-event callback methods
* - Adapt Call UI to multiple encryption methods
* - Fix the indication of the ZRTP SAS verified padlock, more Javadoc
* - Add marker OperationSets so PPSs can indicate which encryption methods they support
* - Remove a warning about a redundant cast
* - Ignore protocol identifier of conference member addresses
* - Avoid a race condition in SIP conference calls
* - SDES Integration: Review before SVN commit
* - Fixes an issue with removing groups after removing an account.
* - Explicitly reduces method calls made in r8967, formats source code.
* - SDES Integration: Restore Java 1.5 compatibility
* - Mark sdes4j.jar as binary file
* - Fixing tests.