* About window adjustments. * Other recent changes in earlier versions: * - Fix a problem in OperationSetDesktopStreaming*Impl where the camera was used instead of the desktop capture device if we enable desktop streaming during a call. * - Commit from translate.sip-communicator.org by user acastroy.: 910 of 910 messages translated (0 fuzzy). * - Trim search field text in order to obtain correct results. * - On startup don't block account loading with dns queries (network maybe down). * - Add DND icon to tray/notification/dock icons. * - New dnd systray icons. Changing the color code for dock icons in order to fit the color code of the status menu. * - Fix Global status icon on setting DND. Allow wizards to enable/disable add button in simple forms dialog. Facebook usernames does not allow '-' and '@' chars, reflect this in the wizard. * - Close JmDNS after having discovered (or not) the provisioning URL. * - Use install_name_tool directly in Makefile to change library path in libsparkle_init.dylib (@loader_path => @executable_path). * - Add provisioning via mDNS (Bonjour). * - Commits work in progress on supporting ICE in Jingle. * - Finally it is necessary to decode all received messages even if they are not rich text, at least to transform < into &lt; * - Authorization for SIP protocol, implement subscribe for presence.winfo rfc3857, rfc3858, rfc5025. Add block and polite-block to the currently available allow rules in xcap implementation and using them fo the sip authorization. Fix - do not subscribe for not in contactlist contacts and for terminated subscriptions. Remove warning for not found AAAA and A records, warn when both are not found. Change some config properties for autoaway. * - Authorization for SIP protocol, implement subscribe for presence.winfo rfc3857, rfc3858, rfc5025. Add block and polite-block to the currently available allow rules in xcap implementation and using them fo the sip authorization. Fix - do not subscribe for not in contactlist contacts and for terminated subscriptions. Remove warning for not found AAAA and A records, warn when both are not found. Change some config properties for autoaway. * - Fix libsparkle_init.dylib of commit 7779 (@loader_path -> @executable_path) and bring back SparkleActivator changes. * - Rollback part of commit 7779 because Sparkle is not loaded properly. * - Fix for issue reported and fixed by Matthieu Casanova on dev mailing-list thread "Receiving xml tags in Yahoo Messenger chat". * - Fixed yahoo message decoding : Now a method OperationSetBasicInstantMessagingYahooImpl.decodeMessage(String message) will decode messages for both chat and multi chat. First the message is decoded by the yahoo library if necessary. Then the links are made hypertext if they are not and last the font size are fixed. * - Fixes issue #815 Size of the status button sometimes too small (https://sip-communicator.dev.java.net/issues/show_bug.cgi?id=815). * - Use CertificateVerificationService in the UpdateChecker plugin. * - Add DND to global status and when a contact is in On The Phone status, show it in the contact list(do not show Away). Reorder status scales, when setting global statuses correct protocol status to be set. Fix string in avatar menu (icons -> pictures). * - Missed in previous commit. * - Add implementation of an ordered Properties class. * - If an update link is provided by provisioning configuration, use it instead of default ones. * - Fixes warnings and javadocs. * - Create video calls with a MediaDevice in OperationSetDesktopSharingServer. * - Fixes warnings, TODOs, javadocs, formatting. * - Fixes warnings, javadocs, formatting.