* Add some extra space on the left of chat write area. * Other recent changes in earlier versions: * - Handles 180 SIP responses arriving after a 183 by not starting a local audio notification since the 183 means the server is already sending one. * - Remove unused string. * - Makes Session Progress messages interrupt locally played alerts. Some SIP servers send both 180 and 183 responses which causes for simultaneous rings. Problem reported by Fabio Telme * - Mutes deprecation resulting from Apple deprecating their own JRE * - Disables G.722 because it seems to malfunction. * - Commits work in progress on enabling ICE support in Jingle calls. Allows video to be started in a call which has been established with audio only. * - Fixes issue #871: Early media seems not to work in some cases, by making sure we start the media handler when handling 'Session Progress' responses * - Attempts to fix a problem related to RTPManager which causes G.722 calls to fail after the first such has succeeded. * - Fixes F2 on Windows and Linux. * - Add g722 JNI libraries for Freebsd (32-bit and 64-bit) and Windows (32-bit and 64-bit). * - Fix for F2 key not working in contact list. F2 now properly opens the rename dialog when a contact or group has been selected. * - Fix for F2 key not working in contact list. F2 now properly opens the rename dialog when a contact or group has been selected. * - Remove unused import. * - Binaries for g722 linux, linux-amd64, macos universal. * - Adds support for the G.722 audio codec. * - Remove bottom grey line of contact list . * - Fix macosx update link replacement. * - Check whether underlying chat transport supports html content type before send the text to it. * - Fix windows builds. * - Change name of client loclal file with update location from versionupdate.properties to update-location.properties. Make download links configurable. * - Fixes a NullPointerException related to MSN contact avatars. * - Chat window made fully skinnable - patch provided by Adam Netocny. Added google-chrome to the list of browsers we're using to open links - Adam Netocny. :D smiley added - Adam Netocny. * - Use the application name property in the popup configuration string. * - Make call dialog button area available for plugin components. * - Fix broken ffmpeeg JNI on Linux 32-bit. * - Commits work in progress on enabling ICE support in Jingle calls: - Sends transport-info without content child extensions other than transport. - Does not send candidates in session-accept if they have already been sent in transport-info. - Does not wait for connectivity establishment to conclude before sending session-accept because the ICE controlling agent determines when the connectivity establishment concludes. * - Replaces the "me" in the title of outgoing messages in chat window, with the account name.