* Extend the SIPCommButton to allow a rollover image. * Extend the SIPCommButton to allow a pressed image. * Fixes construction of mute button used in full screen mode. * Fixes a deadlock in the audio level functionality upong call hangup which prevents further calls from being established. * Fix issue#JITSI-921 , ConcurrentModificationException at MetaContactImpl.removeCapabilities. * Fixing random jabber test fails. * Other recent changes in earlier versions: * build.3408 * - Update app name replacement. * build.3407 * - Fix some strings. * build.3406 * - Fixing windows builds. * build.3405 * - Introduce msi localization, for now French and English available. * build.3404 * - Fix some javadocs and warnings. * build.3403 * - Fix xcap content type when sending resource list, and skip hostname verification on xcap https connections. * build.3402 * - Commit from translate.jitsi.org by user yana.: 1021 of 1022 messages translated (0 fuzzy). * build.3401 * - Removes unused imports. * build.3400 * - Commit from translate.jitsi.org by user yana.: 1021 of 1022 messages translated (0 fuzzy). * build.3399 * - Orders imports. * build.3398 * - Fixes an issue in the Windows setup which may cause versioned .dll and .exe files to not be updated. * build.3397 * - Fix Master Password background. Fix post http redirects in HttpUtils. Enable google contacts in separate thread to avoid blocking initial felix registering of accounts. * - Add additionnal conference-info attributes (not used yet). * build.3396 * - If the sms service isn't available do not add the send sms item. * build.3395 * - Add Coin (Conference Information) support and audio levels in XMPP conference. * build.3394 * - Introduce HttpUtils, utility handling http get and post request. One place to handle certificates, http authentication, hostname verification, site redirects. * - GoogleTalk account wizard now accepts and only usrnames defaulting @gmail.com. Fix NPE with IceUdpTransportManager if password is not saved for the account. When init roaster in jabber check if there are some unresolved contacts (missing on server side) and remove them. * - Change wizard, reusing some strings. Fix order of bundles, make sure that simpleaccreg is registered after all account wizards. * - Fix some exceptions kindly reported and tested by Sebastien Vincent. Fixing tests. * - Fix NoClassDefFoundError. * build.3393 * - Added a method allowing to scale image given by its bytes. * - Fixes a case of failures to find JNI libraries in java.library.path on Windows (e.g. LocalhostRetriever.dll which often results in failures to register/login or make calls). * build.3392 * - Panel layout adjustment. * build.3391 * - Fixes NullPointerException when trying to call a source contact (LDAP, Google Contact, etc.), which has more than one phone. Reported by Miroslav Nachev. * - Take into account advanced paramters even if there are no format parameters. * - Fixes a 'Class does not exist' error in setup.exe which bootstraps the MSI setup on Windows. * build.3390 * - Check the providers size after verifying that we actually have providers. * - Adds debug output to the error dialog of setup.exe in order to easier locate the sources of the reproted errors in the source file (such as the 'Class does not exist' reported on the dev mailing list). * build.3389 * - Some contact list top panel adjustments.