* Fix contact capabilities, causing disappearing buttons in the contact list. * Move volume buttons next to sound indicators. * Other recent changes in earlier versions: * - Change account wizards to register protocol in separate thread and no more block the UI and shows status text. * - Wait the end of ICE processing to process session-accept message. * - Fix jabber account default values and creating it from initial registration form. * - Fix disable/enable upnp option in wizard. * - Remove some unnecessary resolves. Fix NAPTR queries, getting SRV query string from NAPTR results. Fix NPE when there is no SERVER_ADDRESS saved. Process SIP 423 Interval Too Brief to update our expiration time value. Disable Jabber user id field when editing jabber accounts. * - Fix localized call state strings. * - New received call dialog for Mac users. * - Commits work in progress on adding support for the Address Book of Microsoft Outlook. * - Fixes a NullPointerException in MainToolBar which is seen in the log and appears to happen at startup. * - When we perform an XMPP/Jingle attended tranfer, the callee have to auto-answer when it receives a session-initiate with a transfer element (if ithe transfer information correspond to us). * - Execute cancel action when pressing escape and closing authentication window. * - Trim every user id we enter in account wizards. Remove opaque default setting for menus in MenuBars. * - Update ice4j.jar that now supports UPnP candidates harvesting. Note that UPnP is not enabled by default for the moment (it can be enabled in the advanced tab of your Jabber account). * - Make menus opaque. * - Enable packet logging by default. * - Adds new libraries to the appropriate IDE configuration files. Fixes chat window transparent toolbar on windows and linux. Adjusts some gaps in the contact list window. * - Commits work in progress on adding support for the Address Book of Microsoft Outlook. * - Fixes a variable reference in the Makefile of the binary counterpart of the PortAudio support. * - Commits work in progress on adding support for the Address Book of Microsoft Outlook. (Should have been a part of r8093.) * - Remove unused border. * - More native MacOS interface for main components. * - Fix a bug when saving sip account with different registrar changing user_id property, reported by Bauersachs Ingo. Fix request uri when using registrar address different from user id server part, , reported by Bauersachs Ingo. Don't construct account uid string every time, if it exists loaded it from the account props. * - Enable Jingle Nodes by default. * - Rebuilds the Windows binary counterpart of the PortAudio support with PortAudio 20101214 which has been used for the last Mac OS X binary committed in r8082. * - Text formatting. * - Update ice4j.jar that add a new nomination strategy. Note that this new strategy is not yet use by default in SIP Communicator. * - Takes a second try at rebuilding the Mac OS X counterart of the PortAudio support with 10.4 compatibility (as r8082 didn't seem to do it properly). * - Ads prefix to statistic prints for easier searching in log files and modify some prints. Change their log level to info. Change getFormat of MediaDeviceSession, if processor is not present we will not query for format and use the locally stored one. * - Rebuilds the Mac OS X counterpart of the PortAudio support with 10.4 compatibility. Fixes javadocs, formatting.