aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol/media/MediaAwareCallPeer.java
Commit message (Expand)AuthorAgeFilesLines
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-231-1245/+1245
* Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-231-1/+0
* Updates the license headers.Damian Minkov2015-07-201-5/+16
* Fixes warnings, formatting, naming consistency.Lyubomir Marinov2013-11-141-1251/+1251
* Romoves the use of enum-like constants from SrtpListeners because it is a par...Lyubomir Marinov2013-10-101-20/+57
* When a ConferenceMember is removed from a conference with aBoris Grozev2013-07-181-0/+29
* Updates getting the direction of a CallPeer for use in conference-info documentsBoris Grozev2013-07-161-0/+17
* Prevents more than one conference-info NOTIFY being sent to a single SIP Call...Boris Grozev2013-07-101-1/+39
* Fixes issue with error COIN packets. If error COIN packet is recieved it isn'...hristoterezov2013-07-101-0/+8
* Adds a MediaAwareCallPeer.getEntity() method in order to preserve previous be...Boris Grozev2013-06-241-0/+13
* Adds comments, renames fieldsBoris Grozev2013-06-241-8/+56
* Updates handling of received conference-information documents. Uses the Confe...Boris Grozev2013-06-181-0/+20
* Makes sending of XMPP COINs use the new architecture, removes unused code.Boris Grozev2013-06-171-0/+35
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-0/+2
* Fix commentBoris Grozev2013-05-041-1/+1
* - Fixes a race condition in the Jitsi VideoBridge/colibri support which could...Lyubomir Marinov2013-03-061-1/+1
* Fixes an issue of overlapping videos which could cause the local video in a c...Lyubomir Marinov2013-01-151-7/+4
* Attempts to optimize the handling of audio level-related information in Jitsi...Lyubomir Marinov2013-01-071-6/+71
* Works on fixing issues with Jitsi VideoBridge telephony conferencing.Lyubomir Marinov2013-01-071-555/+579
* Allows the telephony conferences utilizing the Jitsi VideoBridge server-side ...Lyubomir Marinov2012-11-271-5/+8
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-251-1/+1
* Fixes a NullPointerException in MediaAwareCallPeer related to ConferenceMembe...Lyubomir Marinov2012-07-261-5/+12
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-2/+3
* Call security fixes. Adds SrtpControl to the security negotiation started event.Yana Stamcheva2012-04-101-2/+3
* Renames recently added event securityStarted to securityNegotiationStarted.Damian Minkov2012-04-061-4/+4
* Adds security started event, indicating when security initialization has real...Damian Minkov2012-04-051-0/+13
* Implements automatic selection of the (experimental) cobri support for confer...Lyubomir Marinov2012-04-041-10/+8
* Fixes multiple stability issues with the (experimental) support for the cobri...Lyubomir Marinov2012-04-031-3/+1
* Fixes a ConcurrentModificationException in SRTCPTransformer.Lyubomir Marinov2012-03-301-7/+4
* Adds security timeout event, triggered whenever we tried and couldn't establi...Damian Minkov2012-03-061-0/+13
* Commits work in progress on fixing issues with video conferences. Fixes an Ar...Lyubomir Marinov2012-02-151-8/+9
* Fixes audio levels in conference UI.Sebastien Vincent2012-01-201-1/+0
* Adds support for audio devices hotplug as well as to change input/output audi...Sebastien Vincent2012-01-181-1/+1
* Create security off event object in security control event handlerIngo Bauersachs2012-01-151-3/+5
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Adapt Call UI to multiple encryption methodsIngo Bauersachs2011-10-041-15/+8
* Remove unused security-event callback methodsIngo Bauersachs2011-10-041-44/+0
* SDES Integration: Enable fallback to ZRTP, add Javadoc, more renamesIngo Bauersachs2011-10-041-1/+1
* Rename generic srtp classes from Zrtp* to Srtp*Ingo Bauersachs2011-10-041-1/+1
* Fixes possible NPE calling getDisplayName on sip call peers that are already ...Damian Minkov2011-08-041-5/+11
* Addresses a possible deadlock in video calls.Lyubomir Marinov2011-07-261-11/+19
* Fixes a problem with hold and enabling audio if we were in mutually hold stat...Damian Minkov2011-07-181-1/+1
* Fixes a deadlock in audio level functionality which used to freeze the user i...Lyubomir Marinov2011-06-281-28/+81
* Removes a duplicate method/an unnecessary method override.Lyubomir Marinov2011-01-261-15/+0
* Fix closing media when Bye has a reason string, fix missed and not overriden ...Damian Minkov2010-11-161-1/+17
* Move video-related methods from CallSipImpl to MediaAwareCall so that they ca...Sebastien Vincent2010-08-111-1/+0
* Improves support for Jingle with RAW UDP.Emil Ivov2010-07-281-1/+7
* Adds support for session termination and cancelingEmil Ivov2010-07-251-3/+1
* Ongoing work on the jingle implementationEmil Ivov2010-07-251-5/+5
* Ongling work on jingle media negotiationEmil Ivov2010-07-251-3/+45