- One sender thread for outgoing msn messages.
Other recent changes in earlier versions:
- Fix creating and deleting bonjour accounts. Fix choosing default call record directory on Macosx and store it if it exists when entring it manually without the need to hit enter. Fix msn to release calling thread when sending messages(offline one can be time consuming).
- Add G.722 JNI for Linux, Windows and FreeBSD.
- Skin support patch provided by Adam Netocny. Adding skin support in the SIP Communicator look&feel.
- Rebuilds the Mac OS X JNI counterpart of the G.722 audio codec implementation. Build contributed by Damyan Minkov/damencho.
- Tries to hang up when a timeout is received during a call.
- Spell Check plugin (work in progress). Note that the spellcheck plugin is not enabled and would be available once it's ready and finished.
- Prevents call failing on desktop sharing notify timeout.
- Reimplements the G.722 audio codec support.
- Reimplements the G.722 audio codec support.
- Fixes the NetBeans project classpath after the introduction of the spell checker.
- Fixes NullPointerException in OperationSetDesktopSharingClient.
- Fixes persistence of show/hide contact list. Now the application remembers the user choice no matter how the application was shown or hidden.
- Check if the UIService is already visible before setting it to visible.
- Add H263+ video codec.
- Fix RTP timestamp problem with speex, reported on the mailing with the subject "Outgoing Speex packets have incorrect RTP timestamp".
- Fix build.
- Commit from translate.sip-communicator.org by user acastroy.: 923 of 923 messages translated (0 fuzzy).
- Commit from translate.sip-communicator.org by user emcho.: 923 of 923 messages translated (0 fuzzy).
- Added a more appropriate AIM user name example in the AIM create account form.
- Fix race condition in ZRTP state engine
- Removes support for IRC since we can have a more decent implementation one day. The code is still on SVN so whoever needs it can easily reenable it.
- Fix setting custom status messages and enable msn to set status messages.
- Fixes an issue with disappearing contact list window on MacOSX, reported on users mailing list by James Ward. Mac users would be now able to show the contact list window at any time by clicking on the dock icon.
- Fixes systray service.
- Removes support for IRC since we can have a more decent implementation one day. The code is still on SVN so whoever needs it can easily reenable it.
- Removes support for IRC since we can have a more decent implementation one day. The code is still on SVN so whoever needs it can easily reenable it.
- Use the OperationSetDesktopSharingServer from the beginning of the call instead of first using the streaming operation set and once remote control is enabled moving to the sharing operation set, thus fixing NullPointerException in mouse coordinates parsing during a sharing.
- Remove two system out prints used for testing.
- Remove two system out prints used for testing.
- Disable Desktop sharing and Video Telephony menu items if the corresponding operation sets aren't available.
- Fixes error message rendering.
- Add some extra space on the left of chat write area.
- Handles 180 SIP responses arriving after a 183 by not starting a local audio notification since the 183 means the server is already sending one.