* Commit from translate.sip-communicator.org by user ratelists.: 810 of 885 messages translated (26 fuzzy). * Other recent changes in earlier versions: * - Update to otr4j@408c804ee which fixes a possible NullPointerException in otr4j. * - If OTR is disabled and we are over a plaintext session, dont process any message delivery events. * - Prevents the call recorder from failing when the config service contains an unsupported record format. Changes default name for recordings. * - Commit from translate.sip-communicator.org by user fliker09.: 885 of 885 messages translated (0 fuzzy). * - Commits a patch provided by Dmitri Melnikov on the dev mailing list in the thread "Call Recording" which fixes the display of file paths in the Swing PopupMessageHandler implementation. * - Fixes a memory leak in Html2Text which used to keep the plain text extracted from a specific HTML text after it was no longer necessary. * - Commit from translate.sip-communicator.org by user fliker09.: 885 of 885 messages translated (0 fuzzy). * - Lists the format supported by the call Recorder into it in order to have them defined in one place, introduced MediaException and throws exceptions when the call recording cannot be started successfully. * - Update jain-sip to latest 1.2.154, fixing a problem with message retransmission if authentication dialog shown on our side(jain-sip issue@323). Show protocol name in login fail dialog. * - New icon for call recording. * - Fixing unmerging contacts when disabling account issue#849. * - Fixed type Removed redundant initialization Used addAll() instead of a manual arrayCopy * - Fix problem with editing accounts and duplicating contacts or inconsistent contacts. * - When creating sip2sip account, automatically configure xcap URI. * - Fire event immedietly(for delivered message) when sending message, this way we prevent the long wait when sending for example offline messages. * - Unregister jabber provider when editing it(modify it). * - Synchronizing handling challenge in order to avoid multiple password windows if needed to ask for password. * - Fixes the NetBeans classpath to not reference lib/bundle/httpcore which doesn't exist and to reference lib/installer-exclude/httpcore-4.0.1.jar which exists. * - Fixes two NullPointerExceptions in the presence and instant messaging OperationSets of Jabber privately reported by Yana Stamcheva. * - Fix calls initiated with SIP registrarless account. * - Tries to deal to some extent with unsupported formats in Call Recording. But there're still other issues to fix such as reporting the failures to the user. * - Merge latest patch sent to dev mailinglist with subject "XCAP tests" which represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk. Fix merging already existing contacts with serverside list and storing password in credential service. * - Fix editing sip account details. * - Shields message transformers so that their exceptions won't disturb event dispatching * - Offers a default name for the file into which a call is to be recorded when the 'Toggle Record' button is invoked and there's no default folder for recorded calls set. * - Tries to fix a "javax.media.NoDataSinkException: Cannot find a DataSink for: null" reported by Emil Ivov on the dev mailing list in the thread "Call Recording". * - Removes an unnecessary import * - Resolves conflicts with the newly added video telephony op-set * - Adds a clumsy way of enabling or disabling Jingle * - Fix some warnings, javadoc and 80 characters per line. * - Missing modified files for commit 7601. * - Fix default values for sip account wizard. SIP protocol now always use outbound proxy even if no proxy server is set (uses SRV records for server address or if missing records the address itself). * - Works around a ClassCastException on Mac OS X in the 'Call Recording' configuration form. * - Fix editable unknown contact panel information text + make it resizable in order to fix text cut in some cases. * - - Add desktop streaming operation set for XMPP/Jingle; - Fix rescaling at sender side (for answerer of a call only); - Support for MediaFormat's format parameters and advanced attributes in XMPP.