aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol
Commit message (Expand)AuthorAgeFilesLines
* Adds support for DTLS-SRTP with SIP.Lyubomir Marinov2013-10-0310-290/+621
* Fixes warnings, spelling mistakes.Lyubomir Marinov2013-10-032-17/+23
* Adds mobile indicator icon next contacts when there are detected to be logged...Damian Minkov2013-10-033-0/+335
* Fixes discovering cusax connected contacts when using call history.Damian Minkov2013-09-264-42/+121
* Fixes jabber calls.hristoterezov2013-09-251-3/+2
* Fixes jabber calls.hristoterezov2013-09-251-1/+1
* Fixes NPE in findPrivateContactByRealId method which tries to find private me...hristoterezov2013-09-241-0/+6
* Implements private messaging chats.hristoterezov2013-09-2416-109/+576
* Fixes spell check error in field name.Damian Minkov2013-09-132-10/+10
* Fixes NPE which prevents removing a contact from the UI.Damian Minkov2013-09-121-3/+0
* Fixes tests.Damian Minkov2013-09-121-1/+1
* Saves last seen message coming from server as chat room history and skip olde...Damian Minkov2013-09-121-0/+47
* Don't use P2PTransportManager for conferences using a jitsi-videobridge (allowsBoris Grozev2013-08-311-1/+8
* Adds "set subject" checkbox and subject text field to the chat room nickname ...hristoterezov2013-08-291-1/+1
* Shows contacts information if available even if they are offline, like teleph...Damian Minkov2013-08-291-0/+1
* Cleans up code, fixes javadocs, applies tiny optimizations.Lyubomir Marinov2013-08-284-209/+286
* Adds web page button, if contacts has web page detail, shows a button to open...Damian Minkov2013-08-281-0/+9
* Uses server responses when sending messages to generate delivery reports for ...Damian Minkov2013-08-271-14/+21
* Adds synchronized to members property.hristoterezov2013-08-271-34/+60
* Changes the configuration of the private chat room to be members-only and hid...hristoterezov2013-08-271-2/+50
* Implements a workaround which fixes the number of channelsBoris Grozev2013-08-261-0/+15
* Fixes chatrooms stayed open in UI on connection failed of provider.Damian Minkov2013-08-261-3/+6
* Implements ChatRoom#announceConference for jabber. It works by sending aBoris Grozev2013-08-231-12/+159
* Adds ConferenceDescription and ConferenceDescriptionPacketExtension classes.Boris Grozev2013-08-235-0/+322
* Fixes the choice of the MediaFormat to use for sending media when we accept aBoris Grozev2013-08-231-1/+2
* Updates chatroom members permissions retrieval.Damian Minkov2013-08-222-29/+32
* Fixes showing room configuration button and subject panel after inviting peop...Damian Minkov2013-08-222-8/+16
* Added support for OTR for SIPMarin Dzhigarov2013-08-211-1/+34
* Added supported op set on ProtocolProviderServiceSipImpl.javaMarin Dzhigarov2013-08-211-0/+4
* Fixed saving list of ids in multi user chat config form.Damian Minkov2013-08-191-0/+4
* Fixes initial dispatching of xmpp multi chatrooms, fixes showing settings but...Damian Minkov2013-08-191-17/+55
* Fix an error in the last commitBoris Grozev2013-08-161-1/+1
* Fixes processing of content-modify (a regress introduced in the previousBoris Grozev2013-08-161-7/+48
* Moves the 'senders' field from CallPeerMediaHandlerJabberImpl toBoris Grozev2013-08-164-108/+146
* Fix the 'senders' set in content-add in case the device doesn't allow sending.Boris Grozev2013-08-151-0/+20
* Make sure that video content is added, if necessary, after a peer is put off ...Boris Grozev2013-08-151-0/+15
* Fixes a couple of NPEsBoris Grozev2013-08-151-1/+2
* Fixes issues with the switching between webcam and desktop streaming/sharing ...Lyubomir Marinov2013-08-124-39/+30
* Minor fixes to comments and logging.Boris Grozev2013-08-122-32/+21
* Fixes issue with loading auto answer properties, reported by William Roush.Damian Minkov2013-08-092-2/+4
* Fixes aspect ratio-related issues in desktop (and webcam) streaming.Lyubomir Marinov2013-08-074-80/+115
* Fixes a problem where xmpp can trigger several reconnects on NoRouteToHostExc...Damian Minkov2013-08-071-8/+28
* Set the value of the jingle 'senders' field when processing session-acceptBoris Grozev2013-08-071-3/+5
* Fixes configuring chatrooms, enables data forms provider used for changing ro...Damian Minkov2013-08-051-2/+2
* Fixes direction set when being put remotely on hold.Boris Grozev2013-08-051-1/+1
* Handles local hold when a videobridge is in useBoris Grozev2013-08-051-4/+44
* Uses INACTIVE media direction for peers which are remotely-on-hold in confere...Boris Grozev2013-08-051-11/+13
* Ensure that display name is never nullIngo Bauersachs2013-08-021-2/+2
* Improves 'hold' functionality for videobridge conferences: fixes an issue withBoris Grozev2013-07-261-34/+89
* Adds a method that allows to set the direction of a channel on a videobridge.Boris Grozev2013-07-261-0/+58