* Rebuilds the Windows x64 binary of the PortAudio support from its latest source/r7982. * Other recent changes in earlier versions: * - Opens the PortAudio streams with a valid framesPerBuffer value in order to make it possible to use the pseudo-blocking PortAudio stream interface implemented in r7982. * - Update check detecting wrong password on secure locations. * - Implements the blocking PortAudio stream interface on top the non-blocking PortAudio stream interface in order to make it possible to use the DirectSound PortAudio implementation on Windows and to decrease the input/capture and output/playback latency. * - Fixes a warning about isspace being implicitly declared. * - Fixes NullPointerException in MetaContact.getDefaultContact(). * - Limits contact list selection to a "single selection" to reduce row size problems coming from the multiple selection behavior. * - Reverts the recent changes to up2date.exe because, as discovered by Damian Minkov, it breaks the build. * - Fixes 'Check for Updates' on Windows to start the setup as an update, not as a new install. The fix should be in effect after it is installed i.e. the setup may be started a new install once but it should start as an update afterwards. * - Add the possibility to use SIP Communicator STUN server in case no other STUN servers are available. * - Update ice4j.jar. * - STUN dialog configuration can be edited and changes are correctly reported to TableModel, also do not require username/password for a non-TURN server. * - Sets the default icon of the authentication window to be the application logo. * - Improvements in obtaining contact capabilities. * - Enable ICE and STUN/TURN discovery by default for new Jabber account. * - Fix group box in installer after removing feed. * - Updatecheck activator, update authenticate window, exported window no more used. * - Update ice4j.jar and fix some javadoc warnings. * - Introduce sending/receiving generic events operation set and its implementation for jabber protocol. * - Remove feeds option in the installer. * - Fix filtering broken NOTIFY messages. * - Log moved to the good place. * - Fixes call history record state IndexOutOfBoundsException. * - Tries to fix a NullPointerException in CallPeerMediaHandlerSipImpl.createMediaDescriptionsForAnswer reported by Bauersachs Ingo on the dev mailing list in the thread "Exception creating media description when all video codecs disabled". * - Don't process NOTIFY messages without subscription state header.