* Fixes jabber 'ext' supported features (i.e. a Gmail or android without support of Gingle appears with suppported audio/video capabilities). Also verify the callee address belongs to our contact list and notify associated error message rather than 'contact does not support Jingle or Google Talk' (this does not apply for Google Voice or for Gtalk bypass caps domain calls). * Other recent changes in earlier versions: * build.3722 * - Fixes possible concurrent modification exception in TransportManagerGTalkImpl. * build.3721 * - Attempt to fix fullscreen display on Windows by disabling D3D pipeline (used internally by the JVM for fullscreen). Please note that it is absolutely not related to our D3D JAWTRenderer (the fullscreen bug also appears with JMF's AWTRenderer). * - Check that STUN servers name discovered by SRV/jingleinfo can be resolved. * build.3720 * - Fixes updates on windows x64. * build.3719 * - Fixes Google ICE negociation between two peers on the same LAN. * - Changes project name in source license headers from SIP Communicator to Jitsi * build.3718 * - 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). * - Unifies menus in the chat window. * - Tries to pre-select the preferred account in the add contact dialog if such exists. * - Updates ice4j.jar which fixes blocking state connecting/incoming call. * build.3717 * - Merge branch 'srtcp2' * - Fixes issues with moving metacontacts. * build.3716 * - Fixes html tags appearing in chat window when a smiley is sent. * build.3715 * - New ZRTP library that supports trusted MitM/PBX feature and implement SRTCP handling. * - Fix shift values when converting from/to network order. * build.3714 * - Update httputil bundle with common codec import. * build.3713 * - Updates ice4j.jar which fixes negociation with SSLTCP candidates when Gmail user call Jitsi ones. * build.3712 * - Updates ice4j.jar which lower log level of keep-alive and useCandidate stuff. * build.3711 * - 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. * 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.