aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/CallJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Use base Connection class instead of XMPPConnectionpaweldomas2016-12-281-1/+1
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Implements OperationSetIncomingDTMF for XMPP, wired to receive events via RTP...Boris Grozev2015-04-121-0/+28
* Adds utility method for copying IceUdpTransportPacketExtension. Adds utility ...paweldomas2014-11-201-4/+1
* Replace SRTP protocol string constants with their enum.Ingo Bauersachs2014-04-201-1407/+1407
* Ignore the jingle 'initiator' field in session-initiate messages and use the ...Boris Grozev2014-04-031-7/+5
* Introduces endpoint and last-n to the Colibri protocol implementation.Lyubomir Marinov2014-01-201-0/+2
* Fixes an issue which could cause the DTLS-SRTP implementation to assume the r...Lyubomir Marinov2013-11-301-6/+4
* Supports the Jingle ICE-UDP transport in telephony conferences utilizing the ...Lyubomir Marinov2013-11-181-1381/+1409
* Supports the Jingle ICE-UDP transport in telephony conferences utilizing the ...Lyubomir Marinov2013-11-161-36/+151
* Fixes warnings, formatting, naming consistency.Lyubomir Marinov2013-11-141-14/+14
* Implements publishing a conference in chat room (Merged from publish-conferen...hristoterezov2013-10-271-1/+7
* Adds support for DTLS-SRTP with Jitsi Videobridge.Lyubomir Marinov2013-10-181-62/+316
* Fixes issues with DTLS-SRTP.Lyubomir Marinov2013-10-101-11/+25
* Adds a method that allows to set the direction of a channel on a videobridge.Boris Grozev2013-07-261-0/+58
* When closing a ColibriStreamConnector in a CallJabberImpl, remove the connectorBoris Grozev2013-07-221-0/+11
* Adds a CALL_PARTICIPANTS_CHANGE type for CallChangeEvent-s and fires eventsBoris Grozev2013-07-171-1/+6
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-2/+3
* Adds audioSenders and videoSenders fields to CallPeerMediaHandlerJabberImpl.Boris Grozev2013-05-041-12/+10
* Added implementation to fire an exception to fail the call if conference pack...Hristo Terezov2013-04-111-1/+1
* Improves setting of the stream direction when processing jingle content-accep...Boris Grozev2013-04-111-3/+25
* Makes Jitsi's Jingle implementation more friendly toward SIP-2-Jingle gateway...Emil Ivov2013-03-221-1/+1
* Small fixes to various comments. Adds logs when a SIP outgoing call is create...Boris Grozev2013-03-181-8/+4
* renames the CoBri extension to COLIBRI (for COnferencing with LIghtwight BRId...Emil Ivov2013-02-271-144/+144
* Adds log entries when a Cobri (Colibri) channel's SSRCs change. Minor correct...Boris Grozev2013-02-261-0/+3
* Allows the telephony conferences utilizing the Jitsi VideoBridge server-side ...Lyubomir Marinov2012-11-271-0/+82
* Commits work in progress on refactorying the call-related user interface for ...Lyubomir Marinov2012-10-151-2/+2
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-251-347/+332
* Merges some code between Jabber and GTalk protocols, in order to removes some...Vincent Lucas2012-09-201-53/+1
* Fixes issues with video conferencing such as a failure of the local video to ...Lyubomir Marinov2012-08-181-38/+47
* Shows the "Enable desktop remote control" check box for desktop sharing only ...Vincent Lucas2012-07-111-31/+2
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
* Adds answer video call with video functionality.Vincent Lucas2012-05-251-0/+12
* Fixes multiple stability issues with the (experimental) support for the cobri...Lyubomir Marinov2012-04-031-14/+124
* Fixes a ConcurrentModificationException in SRTPTransformer reported by Emil I...Lyubomir Marinov2012-04-021-3/+9
* Adds (experimental) support for the cobri Jabber extension.Lyubomir Marinov2012-04-021-38/+355
* Adds option to hangup peer with error code and reason in OperationSetBasicTel...Damian Minkov2012-03-161-1/+3
* Adds security timeout event, triggered whenever we tried and couldn't establi...Damian Minkov2012-03-061-0/+22
* Fixes issue related to conference establishment with some SIP providers (cont...Sebastien Vincent2012-02-281-1/+3
* Fixes issues with video conferences such as adding peers and allowing non-foc...Lyubomir Marinov2012-02-211-16/+17
* Adds UI for cross protocol conference calls. Adds also the possibility to add...Sebastien Vincent2012-02-201-1/+1
* Ongoing work on cross protocol conference calls. Adds missing portaudio hotpl...Sebastien Vincent2012-02-081-1/+34
* Makes sure the peer is set to failed if creating call failed, like starting a...Damian Minkov2012-01-111-2/+17
* Adds the possibility to answer video call with video enabled for SIP and XMPP.Sebastien Vincent2011-12-021-2/+33
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* When we receive a Jingle call, set the session init IQ of the CallPeer before...Sebastien Vincent2011-04-261-1/+2
* Add Coin (Conference Information) support and audio levels in XMPP conference.Sebastien Vincent2011-04-011-0/+13
* When we perform an XMPP/Jingle attended tranfer, the callee have to auto-answ...Sebastien Vincent2010-12-211-2/+95
* Display an error message when Jingle call failed if contact does not belong t...Sebastien Vincent2010-11-301-0/+19
* Impelements switching on and off the streaming of video in Jingle calls, call...Lyubomir Marinov2010-11-071-10/+18