* Changes sip status dispatching behaviour (basic closed status, sets to offline even if we have additional presence info). * Other recent changes in earlier versions: * build.3739 * - OTR: Fix a recursive call that should have gone to the outer class * build.3738 * - In Jitsi's run.exe: - Applies Ingo Bauersachs' fix for a crash related to an invalid calling convention upon trying to call JNI_CreateJavaVM. - Fixes a failure to load the JRE runtime library because of unreachable dependencies which are actually available in the bin directory. * build.3737 * - Fixes NullPointerException when making a call. * build.3736 * - Fixes fullscreen issue on Mac OS X with multi monitors where all screens turn black in fullscreen. * - Makes Preferences/Options window resizable. Part of patch provided by Ingo Bauersachs + some adjustments specific to the Video configuration section. * build.3735 * - Updates ice4j.jar which logs only some debug information in certain ICE state and doesn't log stacktrace for 'no route to host' error. * - Fixes tooltips staying visible when the parent window has lost focus. * build.3734 * - Integrates patch from Patrick reported on dev mailing-list with subject ' provisioning parameter'. * - Quotes the value of JAVA_HOME in run.exe's Makefile. * build.3733 * - Fixes RTP timestamp with SILK codec. * build.3732 * - Fixes G.729 timestamp that can cause audio problems (such as audio crackles or no audio at all) at receiver side. * build.3731 * - Loads the Java VM into Jitsi's run.exe in order to fix issue #963: Starting Jitsi via pinned taskbar icon makes a second Jitsi icon appear in the taskbar instead of highlighting the existing one. Based on ibauersachs' patch. * - Fixes setup.exe's Makefile which should've gone into r9038. * build.3730 * - Fixes some connection issues with msn, where provider goes in a state like its not connected (cannot send messages), but can receive such. * build.3729 * - Fixes an issue where we always end up sending html messages even if there is no color and font settings. * build.3728 * - Fixes pixelated avatar image on minimized MacOSX window. * build.3727 * - Stop XMPP connection when the CertificateService is unavailable and TLS is required * build.3726 * - Fixes slow sending of jabber messages. Fixes some messages in history not shown, filtered by history service or exception obtaining display name of offline contacts. * build.3725 * - Fixes RGB format support for V4L2 Linux camera devices. * build.3724 * - Fixes wrong param in httputils result (reported by Davide Corda). * build.3723 * - 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). * 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.