* Update ice4j.jar that attempt to fix UPnP problem with peer reflexive. * Add option to auto generate jabber resources. Unregister sip account on modifying. Rename pcap files. * Other recent changes in earlier versions: * build.3431 * - Rename protocol contacts where possible. * build.3430 * - Applies tiny source code formatting. * - Renames SIP Communicator to Jitsi in the Windows run.exe and cleansweep.exe. * - Fix an issue in XMPP conference call where some peers does not show conference-info update in UI. * build.3429 * - Attempt to fix UPnP discover and action problems with linux-igd and _maybe_ other routers. * build.3428 * - Accept a manually entered proxy in the SIP account reg wizard when the user navigates between the wizards pages. Remove the unused predefined proxy settings of ippi and sip2sip wizards (they both use autodetection). * - Attempt to fix UPnP discover and action problems with linux-igd and _maybe_ other routers. * build.3427 * - Reload DNS configuration after network change regardless of whether the ParallelResolver is enabled * build.3426 * - change the title of the ZRTP configuration tab back to Call (but leave a distinct property name for translations) * build.3425 * - Remove some unused translation entries; change the title of the ZRTP configuration tab from Call to ZRTP * - change the title of the ZRTP configuration tab back to Call (but leave a distinct property name for translations) * build.3424 * - Fix dmg builds (when deltas are not enabled). * build.3423 * - Preparation for dmg delta updates. * - Change log property config. * build.3422 * - Improves the performance of the iLBC codec (encoder and decoder) by lowering its memory requirements and reducing the number of array allocations and copies. * - Prepares the source of the FFmpeg JNI library for an update to a more recent version of FFmpeg. * - Fixes source code formatting. * build.3421 * - Fixes the iLBC encoder to work with arbitrary input audio sample lengths. Reduces the number of array allocations and copies in the encoder and the decoder. * build.3420 * - Fixes ArrayIndexOutOfBoundsException in chat window reported by Emil Ivov. * build.3419 * - Fixes a string in the french version of the Windows installer. * build.3418 * - Moves the ldap contact source code in the impl package in order to allow creating contact sources for ldap directories through the LdapService. Uses the authentication window instead of the ldap config form on ldap authentication error. * build.3417 * - Commit from translate.jitsi.org by user ibauersachs.: 1034 of 1041 messages translated (5 fuzzy). * build.3416 * - Commit from translate.jitsi.org by user ibauersachs.: 1013 of 1022 messages translated (8 fuzzy). * build.3415 * - Remove the default button from the authorization window in order to prevent the user from accidently accepting authorization requests. * build.3414 * - Some layout and component adjustments. * build.3413 * - Fixes the NetBeans classpath to include the JAR library dependencies of .impl.googlecontacts. * - Fixes a NullPointerException for buttons with pressed button icon. * build.3412 * - Removes src/native/ffmpeg/Makefile which is outdated and obsoleted by src/native/build.xml. * - Switches the iLBC codec implementations from com.ibm.media.codec.audio.AudioCodec to .impl.neomedia.codec.AbstractCodecExt in preparation for replacing JMF with FMJ. * - Makes it possible to have MediaFormat instances with the same encodings and clock rates and different format parameters and still display them as a single choice in the Audio/Video configuration forms of the Tools > Options dialog.