Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Trying to fix duplicating jabber messages. | Damian Minkov | 2010-07-06 | 7 | -923/+0 |
| | | | | - Remove obsolete media bundle and plugins using it that no longer work. | ||||
* | Cleanup PropertyChangeEvent stuff | Werner Dittmann | 2010-04-09 | 1 | -1/+1 |
| | | | | | | | | Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from SC and removes ambiguities with respect to PropertyChangeEvent handling. Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception (intentionally) to simplify handling. | ||||
* | Adds work on the new MediaService (Work in Progress) | Emil Ivov | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Adds work on the new MediaService (Work in Progress) | Emil Ivov | 2009-09-13 | 1 | -79/+0 |
| | |||||
* | Commits the patch of Sebastien Vincent provided on the dev mailing in an ↵ | Lyubomir Marinov | 2009-09-02 | 2 | -4/+5 |
| | | | | e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings. | ||||
* | Renames occurrences of callParticipant to callPeer so that it would better ↵ | Emil Ivov | 2009-08-09 | 1 | -11/+11 |
| | | | | reflect our new Call architecture that also includes conferencing and ConferenceMembers | ||||
* | Renames occurrences of callParticipant to callPeer so that it would better ↵ | Emil Ivov | 2009-08-09 | 1 | -3/+0 |
| | | | | reflect our new Call architecture that also includes conferencing and ConferenceMembers | ||||
* | Renames CallParticipant to CallPeer so that it would better reflect our new ↵ | Emil Ivov | 2009-08-09 | 2 | -3/+3 |
| | | | | Call architecture that also includes conferencing and ConferenceMembers | ||||
* | Commits first bits of the new media package (very early stage. should have ↵ | Emil Ivov | 2009-07-25 | 5 | -258/+3 |
| | | | | more next week) | ||||
* | Disables a regularly failing test on xmpp room subjects until we have a ↵ | Emil Ivov | 2009-07-25 | 1 | -0/+79 |
| | | | | proper implementation | ||||
* | Adds local representations of MediaFormats. Part of issue #701 | Emil Ivov | 2009-07-22 | 4 | -0/+255 |
| | |||||
* | Simplifies MediaControl.createDataSourceForEncodings(). Resolves issue #693. ↵ | Emil Ivov | 2009-07-08 | 1 | -7/+7 |
| | | | | Applies a number of cosmetic changes. | ||||
* | Fixes reINVITE-related functionality so that SC can join a 3-way ↵ | Lyubomir Marinov | 2009-04-27 | 1 | -1/+9 |
| | | | | auto-conference (SC doesn't really see that it's a conference) created by X-Lite. | ||||
* | Fix raw types, unused variables, possible NP, etc, this contributes to fix ↵ | Werner Dittmann | 2009-04-17 | 1 | -1/+2 |
| | | | | issue #637 | ||||
* | Supports enabling/disabling the streaming of the local video to the remote ↵ | Lyubomir Marinov | 2009-03-16 | 1 | -5/+42 |
| | | | | call participants. | ||||
* | Fixes various warnings, mostly ones about performance. | Lyubomir Marinov | 2009-03-12 | 1 | -5/+119 |
| | |||||
* | After having the new security enevt mechanism in place: remove unused code ↵ | Werner Dittmann | 2009-02-28 | 1 | -11/+0 |
| | | | | | | of the old security event implementation. | ||||
* | Continuation of Werner's work on ZRTP event management + some changes on the ↵ | Yana Stamcheva | 2009-02-27 | 2 | -0/+68 |
| | | | | way we're triggering security events through the CallParticipants. | ||||
* | Modifications to separate ZRTP GUI from ZRTP callback and state information. | Werner Dittmann | 2008-11-30 | 1 | -0/+7 |
| | | | | Refer to E-mail to dev list (dated 30 Nov 2008) about the modifications. | ||||
* | Adds support for fullscreen display and local video in calls. | Lyubomir Marinov | 2008-11-18 | 1 | -0/+5 |
| | |||||
* | When in a video call, embeds the received video in the CallDialog instead of ↵ | Lyubomir Marinov | 2008-10-24 | 1 | -2/+37 |
| | | | | displaying it in its own frame. | ||||
* | Committing cosmetic modifications on the media package before refactoring ZRTP | Emil Ivov | 2008-10-22 | 1 | -18/+18 |
| | |||||
* | Puts existing calls on hold when a new call starts. | Lyubomir Marinov | 2008-10-13 | 1 | -1/+5 |
| | |||||
* | Added ZRTP4J bundle | Romain Kuntz | 2008-10-06 | 1 | -1/+1 |
| | | | | | | | | | Added the boucycastle lib Renamed OperationSetSecuredTelephony to OperationSetSecureTelephony Renamed the isSecured/setSecured method to isSecure/setSecure Fixed some identations | ||||
* | Committed the rest of the ZRTP implementation from Emanuel Onica: | Romain Kuntz | 2008-10-05 | 1 | -1/+1 |
| | | | | | | | | - added the secure button on the call panel - added a new operation set for secure call - removed implementation of the secure mode from jabber/mock | ||||
* | Merged ZRTP-related code | Romain Kuntz | 2008-09-23 | 1 | -0/+27 |
| | |||||
* | Transfers a Call upon receiving a REFER request. The new Call being referred ↵ | Lyubomir Marinov | 2008-08-13 | 1 | -0/+6 |
| | | | | to/created as part of the transfer is still not displayed in the UI. | ||||
* | Introduces support for muting a call. | Lyubomir Marinov | 2008-07-29 | 1 | -0/+16 |
| | |||||
* | Committing the on hold patch from Lubomir Marinov | Emil Ivov | 2008-07-18 | 1 | -4/+53 |
| | |||||
* | Committing patches from Lubomir Marinov (moving isRegistered() to ↵ | Emil Ivov | 2008-07-01 | 2 | -1/+11 |
| | | | | AbstractProtocolProviderService) and Keio Kraaner (implementation of message filtering). | ||||
* | Add property to media service to disable video support(skip device detection) | Damian Minkov | 2008-05-20 | 1 | -0/+7 |
| | |||||
* | Upgrade to the latest available smack lib. Mod. the current jingle code to ↵ | Symphorien Wanko | 2007-09-14 | 2 | -0/+35 |
| | | | | conform to the new API. | ||||
* | Committing support for Jingle. (By Symphorien Wanko) | Emil Ivov | 2007-08-27 | 2 | -15/+87 |
| | |||||
* | First commit for AV Mmailbox. (from Ryan Ricard) | Emil Ivov | 2007-08-26 | 1 | -0/+58 |
| | |||||
* | First addings of a patch by Symphorien | Emil Ivov | 2007-08-14 | 1 | -0/+35 |
| | |||||
* | cosmetics | Emil Ivov | 2007-07-10 | 1 | -0/+2 |
| | |||||
* | Fixed property name | Emil Ivov | 2007-01-04 | 1 | -1/+1 |
| | |||||
* | try to always obtain an indication from the protocol provider concerning the ↵ | Emil Ivov | 2006-12-04 | 1 | -0/+18 |
| | | | | address of the destination so that we could choose the most suitable local address for the sdp advertisement. | ||||
* | Added an error code for unsupported encoding sets | Emil Ivov | 2006-11-09 | 1 | -1/+6 |
| | |||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -38/+42 |
| | | | | | moved out some methods that are specific for every call session into the CallSession interface/implementation | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+86 |
| | | | | | Added class for media specific exceptions. | ||||
* | Working on the JMF implementation of the media service. | Emil Ivov | 2006-10-23 | 1 | -0/+94 |
| | | | | | Added class for support of methods specific to every call session and not to the whole media implementation. | ||||
* | Support for SIP (Work in Progress) | Emil Ivov | 2006-09-24 | 1 | -0/+3 |
| | | | | | fixed javadocs | ||||
* | Code format | Emil Ivov | 2006-08-16 | 2 | -2/+2 |
| | |||||
* | cosmetic | Emil Ivov | 2006-05-28 | 1 | -2/+3 |
| | |||||
* | Initial sip-communicator-1.0 commit | Emil Ivov | 2005-11-02 | 3 | -0/+129 |