- Fix when removing jabber contacts and operation fails inform user and stop any further actions.
Other recent changes in earlier versions:
- Reverts the touch screen changes, which are moved to the touchgui now.
- Fix - show proper status in UI for SIP Registerless accounts.
- Fix a problem when registering with sip TCP and creation of via and contact headers. Add latest patch from Grigorii Balutsel for Xcap, fixes NPE on wrong server URI.
- Commit from translate.sip-communicator.org by user emcho.: 885 of 885 messages translated (0 fuzzy).
- Fix wrong cseq incrementation in sip protocol with message and typing info. Remove some redundant resource strings.
- Commit from translate.sip-communicator.org by user ratelists.: 885 of 885 messages translated (0 fuzzy).
- Commit from translate.sip-communicator.org by user ratelists.: 885 of 885 messages translated (0 fuzzy).
- Commit from translate.sip-communicator.org by user ratelists.: 810 of 885 messages translated (26 fuzzy).
- 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.