* Updated version of jain-sip jars. * Replaces encodeBody() to encode() since it has changed in latest JAIN-SIP jar's. * Other recent changes in earlier versions: * - Commit from translate.sip-communicator.org by user acastroy.: 799 of 799 messages translated (0 fuzzy). * - Removed unused imports. * - Fix a bug codec preferences with equal priorities are ignored. Fix some system bundles. * - In the call transfer menu opened when there are more than one active calls, add a "transfer to" item, which allows to make an unattended transfer. In conference calls, fix local peer appearing in the members. * - Correctly remove "refer" subscription, when a notify with "Subscription-state" "terminated" has been received. * - Set minimum size for transfer call dialog. * - Enable switching off the smileys in the chat window. * - Fix incorrect sequence number in dialog during file transfer. * - Correctly scale incoming call contact image. * - Fix transfer dialog single selection. * - Update portaudio binaries. * - Fix transfer dialog single selection. * - - improving call transfer interface - work in progress - show avatar images for peers in one-to-one and conference calls if available - show our own image in conference calls - connecting icon introduced to indicate when an account is in connecting state (shown in the global status menu - below the name in the application window) * - Use /MT option when compiling with Microsoft Visual C++, otherwise JNI libraries do not load properly. * - Enable telephone-event (DTMF rfc4733) by default. * - Keep logging levels in sync. It does not make sense to set the default logging level to FINEST and the output levels to INFO and SEVERE. Set the default logging level to the lowest outpit logging level, in this case "INFO". * - Update alsa hostapi in portaudio to r1508(fixed latency and buffer sizes calculation). * - Fix logger usage - seventh and last bunch * - Remove debug/check print statements. * - Fix logger usage - sixth bunch. * - Fix a bug in DirectShow when changing webcam resolution and add I420 format support. * - Fix logger usage - fifth bunch. * - use of StringBuilder instead of StringBuffer fixed some brace placement made fields final when possible * - use of StringBuilder instead of StringBuffer fixed some brace placement made fields final when possible * - replaced use of a StringBuffer by a simple String concatenation as it is now optimized by the JVM * - Fix logger usage - third bunch of changes. * - Fix logger usage - forth bunch.