aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetTelephonyConferencingJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Use base Connection class instead of XMPPConnectionpaweldomas2016-12-281-1/+1
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-231-583/+583
* Updates the license headers.Damian Minkov2015-07-201-5/+16
* Merge branch 'sipgateway'paweldomas2014-12-081-1/+17
|\
| * Adds the property that allows to disable COIN notifications.paweldomas2014-09-021-1/+17
* | Fixes possible NPE if OperationSetMultiUserChat is disabled for xmpp provider.Damian Minkov2014-11-041-1/+2
|/
* Fixes warnings.Lyubomir Marinov2013-12-051-1/+2
* Fixes warnings, formatting, naming consistency.Lyubomir Marinov2013-11-141-577/+570
* Implements publishing a conference in chat room (Merged from publish-conferen...hristoterezov2013-10-271-0/+85
* Fixes a couple of NPEsBoris Grozev2013-08-151-1/+2
* Minor fixes to comments and logging.Boris Grozev2013-08-121-16/+14
* Don't send COINs to peers with might not be ready to accept COINs yetBoris Grozev2013-07-111-0/+9
* Prevents more than one conference-info NOTIFY being sent to a single SIP Call...Boris Grozev2013-07-101-4/+4
* Fixes issue with error COIN packets. If error COIN packet is recieved it isn'...hristoterezov2013-07-101-1/+25
* Removes some generics method declarations that are hitting some jdk bugs on b...Damian Minkov2013-07-031-1/+1
* Improves exception handlingBoris Grozev2013-06-271-1/+10
* Fix log messageBoris Grozev2013-06-241-2/+2
* Moves ConferenceInfoDocument to the net.java.sip.communicator.service.protoco...Boris Grozev2013-06-241-1/+0
* Adds a MediaAwareCallPeer.getEntity() method in order to preserve previous be...Boris Grozev2013-06-241-2/+3
* Fix converting ConferenceInfoDocument to XML. Fix setting a "state" child ele...Boris Grozev2013-06-221-1/+1
* Small bug fixesBoris Grozev2013-06-221-2/+6
* Prevents sending of more than one COIN every 200ms to a specific CallPeerJabb...Boris Grozev2013-06-181-1/+36
* Part of last commitBoris Grozev2013-06-181-1/+1
* Small fixesBoris Grozev2013-06-171-8/+12
* Makes sending of SIP Conference Information use the new architecture. Removes...Boris Grozev2013-06-171-3/+0
* Makes sending of XMPP COINs use the new architecture, removes unused code.Boris Grozev2013-06-171-174/+37
* Adds code to AbstractOperationSetTelephonyConferencing which describes aBoris Grozev2013-06-151-0/+39
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-1/+5
* Small fixes to various comments. Adds logs when a SIP outgoing call is create...Boris Grozev2013-03-181-4/+9
* Works on the user interface of video conference calls: allows toggling the di...Lyubomir Marinov2013-01-201-12/+13
* Allows the telephony conferences utilizing the Jitsi VideoBridge server-side ...Lyubomir Marinov2012-11-271-22/+17
* Commits work in progress on refactorying the call-related user interface for ...Lyubomir Marinov2012-10-171-3/+6
* Commit work in progress of fixing the implementation of content mixing in Jit...Lyubomir Marinov2012-10-161-19/+19
* Commits work in progress on refactorying the call-related user interface for ...Lyubomir Marinov2012-10-151-165/+1
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-251-140/+53
* Merges some code between Jabber and GTalk protocols, in order to removes some...Vincent Lucas2012-09-201-2/+2
* Fixes issues with video conferencing such as a failure of the local video to ...Lyubomir Marinov2012-08-181-16/+13
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-8/+8
* Adds video conference interface enhancements.Yana Stamcheva2012-06-251-6/+22
* Fixes issues with video conferences such as adding peers and allowing non-foc...Lyubomir Marinov2012-02-211-7/+14
* Adds UI for cross protocol conference calls. Adds also the possibility to add...Sebastien Vincent2012-02-201-9/+42
* Ongoing work on cross protocol conference calls. Adds missing portaudio hotpl...Sebastien Vincent2012-02-081-33/+25
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Ongoing work on Google Talk voice support.Sebastien Vincent2011-06-091-2/+3
* Fix a problem when switch between camera and desktop streaming (and vice-vers...Sebastien Vincent2011-05-041-4/+4
* Fix an issue in XMPP conference call where some peers does not show conferenc...Sebastien Vincent2011-04-191-1/+6
* Add Coin (Conference Information) support and audio levels in XMPP conference.Sebastien Vincent2011-04-011-1/+602
* Impelements switching on and off the streaming of video in Jingle calls, call...Lyubomir Marinov2010-11-071-0/+100