- Create account form, for the SIP2SIP account registration wizard.
Other recent changes in earlier versions:
- Commit from translate.sip-communicator.org by user emcho.: 851 of 851 messages translated (0 fuzzy).
- Update debian packages. When deb packet is installed for the first time it automatically ads the key and the repositories.
- Commit from translate.sip-communicator.org by user mandre.: 808 of 812 messages translated (0 fuzzy).
- Increase the priority of speex wideband codecs. Fix some NPE in jabber and clearing keepalive tasks scheduling on connection failed.
- Renames Abstract MediaAware Call and CallPeer
- Renames Abstract MediaAware Call and CallPeer
- Moves code from call peer's sip implementation to a super class that would be shared with the jabber implementation
- Removes use of the String.isEmpty() method as it does not exist in Java 1.5
- Moves code from call peer's sip implementation to a super class that would be shared with the jabber implementation
- Makes ProtocolMediaActivator implement BundleActivator
- Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri Melnikov on the "Password storage" GSoC 2010 project into trunk.
- Fix put incoming call into active calls in CallManager in gui (this fixes transfer button behavior).
- Create SIP2SIP info account. Enhanced SIP account registration form.
- Ongoing work on testing attended transfer. Fix dialogs in situation when some one has transfered us. Fix Replaces header in REFER. Fix finding peers by matching from and to tags and call-id. Fix order of processing of inviteOKs, notifies and byes when transferring a call.
- Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.
- Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Yana Stamcheva.
- Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Yana Stamcheva.
- Ongoing work on the Jingle implementation
- Commits ongoing work on the Jingle implementation
- Commits work on parsing the description jingle element
- Commits work on parsing the description jingle element
- Adds an implementation of the payloat type element
- Adds an implementation of the payloat type element
- Renames the payload type element
- Renames the payload type element
- Adds parsing for format parameters
- Adds support an implementation for the <encryption/> tags
- Adds an AbstractPacketExtension utility class because I am tired of writing the same stuff over and over again. (Yeah yeah, I should've thought of this earlier). Adds a Crypto packet extension
- Adds support for the Crypto element
- Adds support for the Crypto element
- Adds support for the Crypto element
- Modifies EncryptionPacketExtension so that it would now extend AbstractPacketExtension
- Modifies RtpDescriptionPacketExtension so that it would now extend our newly added AbstractPacketExtension
- Adds support for bandwidth elements. Adds support for text values in AbstractPacketExtension
- Refactors ContentPacketExtension so that it would extend AbstractPacketExtension
- Adds a default packet extension provider. Refactors a few more packet extensions so that they would extend AbstractPacketExtension
- Adds a default packet extension provider. Refactors a few more packet extensions so that they would extend AbstractPacketExtension
- Enables initial jingle parsing
- Adds parsing support for the ICE transport element
- Adds parsing support for the ICE transport element
- Adds parsing support for the ICE transport element
- Adds parsing support for the ICE transport element
- Adds parsing support for the ICE transport element
- Completes the implementation of the CandidatePacketExtension
- Completes jingle packet parsing (I actually believe it does ;) ). Off to the jingle handling now
- Adds packet classes for session-info messages
- Refactors protocol classes so that we could share code between tha SIP and Jabber telephony implementations
- tries a rescue of my git repository after a network loss
- tries a rescue of my git repository after a network loss
- tries a rescue of my git repository after a network loss
- tries a rescue of my git repository after a network loss
- tries a rescue of my git repository after a network loss
- Disables Jabber telephony until it's actually ready
- Removes smackx-jingle.jar from the Eclipse and NetBeans classpaths because the file has been removed from the repository.
- Prevents the jabber contact list from trying to remove contacts that are not on the roster.
- Fix audio device list problem reported by Pujan Srivastava on dev (subject: Device List problem, July 8, 2010). Fix empty space in audio and video config forms.
- Add some cleanups on unregistering jabber provider and remove some possible mem leaks.
- Fix audio device list problem reported by Pujan Srivastava on dev (subject: Device List problem, July 8, 2010).
- Fix some NPEs in jabber provider and fixing build.
- Fix audio configuration form. Problem reported by Mr. Smith on dev (subject: new user interface: Audio properties display (nb2791)).
- Fix issue #687 looses track of some chat windows (when using separate window for every chat).
- Update smack library to latest svn version.
- Fix account enable/disable problem.
- Enhanced icons for the configuration window.
- Replace current account list BorderLayout with a GridBagLayout.
- Use findComponentAt instead of findComponent.
- Also reverse the order when parsing file for call records.
- Debugging logs added.
- Reverse order of the call history records shown in GUI, newest first.
- Fix enabling/disabling accounts functionality. Fix icq and aim accounts.
- Fix a deadlock occurring for jabber accounts, which during login fire connection failed.