aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicTelephonyJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* VoiceCall Target resource (#37)Thomas M2017-01-181-1/+4
* Use base Connection class instead of XMPPConnectionpaweldomas2016-12-281-1/+1
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Remove "google talk" from error messages.Boris Grozev2015-04-121-2/+2
* Removes XMPP capability code which was only used for google jingle.Boris Grozev2015-02-131-5/+4
* Removes the "google ICE" option from the GUI, and some Gtalk-related code.Boris Grozev2015-02-131-41/+0
* Fixes possible NPE if OperationSetMultiUserChat is disabled for xmpp provider.Damian Minkov2014-11-041-3/+6
* Applies formatting.Lyubomir Marinov2014-01-031-27/+19
* Fixes an issue which could cause some participants in merged and cross-protoc...Lyubomir Marinov2013-12-161-9/+5
* Removes the support for Google-specific telephony.Lyubomir Marinov2013-11-161-289/+10
* Implements publishing a conference in chat room (Merged from publish-conferen...hristoterezov2013-10-271-1/+94
* Fixes jabber calls.hristoterezov2013-09-251-3/+2
* Fixes jabber calls.hristoterezov2013-09-251-1/+1
* Implements private messaging chats.hristoterezov2013-09-241-3/+10
* Show an error message if we try to initiate a call to an XMPP contact, who doesBoris Grozev2013-06-061-3/+10
* Don't advertise GTalk audio/video capabilities if calls are disabled (viaBoris Grozev2013-06-061-2/+2
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-1/+1
* Adds the possibility to send message or call a specific contact resource (Req...Yana Stamcheva2013-04-241-109/+183
* Improves setting of the stream direction when processing jingle content-accep...Boris Grozev2013-04-111-1/+1
* Implements call waiting disabled property and reject incoming calls property ...Damian Minkov2013-03-141-8/+10
* Adds log entries when a Cobri (Colibri) channel's SSRCs change. Minor correct...Boris Grozev2013-02-261-2/+3
* Works on the user interface of video conference calls: allows toggling the di...Lyubomir Marinov2013-01-201-5/+12
* Do not take a GTalk 1 to 1 call for a conference call.Vincent Lucas2013-01-171-1/+3
* Allows the telephony conferences utilizing the Jitsi VideoBridge server-side ...Lyubomir Marinov2012-11-271-99/+103
* Provides error code and message to the GUI, when a XMPP call failed.Vincent Lucas2012-09-251-3/+2
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-251-82/+20
* Changes XMPP attended transfer to behave like SIP.Vincent Lucas2012-09-211-0/+30
* Merges some code between Jabber and GTalk protocols, in order to removes some...Vincent Lucas2012-09-201-12/+21
* Fixes issues with video conferencing such as a failure of the local video to ...Lyubomir Marinov2012-08-181-40/+35
* Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, does...Vincent Lucas2012-08-021-2/+3
* Logs an exception which would otherwise be swallowed and would thus obstruct ...Lyubomir Marinov2012-07-251-5/+8
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-3/+3
* Adds answer video call with video functionality.Vincent Lucas2012-05-251-20/+0
* When selecting xmpp resources to call or send file, when having same prioriti...Damian Minkov2012-05-081-6/+44
* Adds option to hangup peer with error code and reason in OperationSetBasicTel...Damian Minkov2012-03-161-2/+58
* Separates auto answer operation set into basic and advanced. Damian Minkov2012-03-121-0/+21
* Fixes jingle-info receive for the callee. In this case the jingle-info reques...Sebastien Vincent2012-03-071-9/+13
* Try to fix Gingle call establishment issues by waiting IQ result of transport...Sebastien Vincent2012-02-231-8/+0
* Tries to always use one and the same Call for conference members from one and...Lyubomir Marinov2012-02-221-24/+11
* Fixes issues with video conferences such as adding peers and allowing non-foc...Lyubomir Marinov2012-02-211-4/+6
* Adds UI for cross protocol conference calls. Adds also the possibility to add...Sebastien Vincent2012-02-201-0/+2
* Ongoing work on cross protocol conference calls. Adds missing portaudio hotpl...Sebastien Vincent2012-02-081-2/+42
* If ICE/Gingle checkbox is disabled, do no allow call to Google Voice.Sebastien Vincent2012-01-201-5/+5
* Fixes connection problem and avoids displaying two call windows with Google V...Sebastien Vincent2012-01-041-16/+30
* Fixes checking for jabber contacts when calling from call history(jid with re...Damian Minkov2011-11-081-1/+1
* Fixes jabber 'ext' supported features (i.e. a Gmail or android without suppor...Sebastien Vincent2011-10-201-8/+17
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Add marker OperationSets so PPSs can indicate which encryption methods they s...Ingo Bauersachs2011-10-041-1/+1
* Adapt Call UI to multiple encryption methodsIngo Bauersachs2011-10-041-14/+0
* Adds support for Google P2P transport (Gingle) in a Jingle session. Adds also...Sebastien Vincent2011-09-081-46/+7