aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/ProtocolProviderServiceJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent deadlock if a XMPP certificate validation failsIngo Bauersachs2013-12-211-1/+10
* Avoids second attempt to initialize a xmpp connection if several threads call...Damian Minkov2013-12-161-0/+7
* Allows finer control over the generation of synchronization source (SSRC) ide...Lyubomir Marinov2013-11-241-15/+3
* Adds operation set and its implementation to handle contactlist group modific...Damian Minkov2013-11-221-0/+9
* Removes the support for Google-specific telephony.Lyubomir Marinov2013-11-161-13/+0
* Fixes warnings, formatting, naming consistency.Lyubomir Marinov2013-11-141-2857/+2857
* Adds support for DTLS-SRTP with Jitsi Videobridge.Lyubomir Marinov2013-10-181-0/+11
* Fixes leaking Roster instances as we create the Roster once it was cleared wh...Damian Minkov2013-10-171-1/+5
* Adds support for DTLS-SRTP with XMPP.Lyubomir Marinov2013-10-101-1/+19
* Fixes spell check error in field name.Damian Minkov2013-09-131-5/+5
* Adds ConferenceDescription and ConferenceDescriptionPacketExtension classes.Boris Grozev2013-08-231-0/+5
* Fixes a problem where xmpp can trigger several reconnects on NoRouteToHostExc...Damian Minkov2013-08-071-8/+28
* Fires event when room has been left. Makes sure that before unregistering we ...Damian Minkov2013-07-261-0/+9
* Tries to narrow detecting authentication failed errors and distinguish it fro...Damian Minkov2013-07-251-5/+6
* Handle RFC4575 partial notifications.Boris Grozev2013-07-101-1/+1
* Changes xmpp priority to be dependent on the presence status. Default values ...Damian Minkov2013-06-251-15/+0
* Merge masterpaweldomas2013-06-101-2/+14
|\
| * Don't advertise GTalk audio/video capabilities if calls are disabled (viaBoris Grozev2013-06-061-2/+14
* | Refactor AccountIDspaweldomas2013-06-031-1/+1
|/
* Initializes smack services under android (on desktop they are loaded from sma...Damian Minkov2013-05-181-0/+42
* Adds support for draft-saintandre-impp-call-info and improves the avataryanas2013-05-071-0/+5
* Adds the possibility to send message or call a specific contact resource (Req...Yana Stamcheva2013-04-241-0/+4
* Abort connecting when the certificate is not accepted by the serverIngo Bauersachs2013-04-091-2/+13
* Add TLS client certificate login strategy for XMPP (Patch by Stefan Sieber)Ingo Bauersachs2013-04-091-4/+18
* Use strategy pattern for XMPP login (Patch by Stefan Sieber)Ingo Bauersachs2013-04-091-117/+54
* Makes Jitsi's Jingle implementation more friendly toward SIP-2-Jingle gateway...Emil Ivov2013-03-221-4/+11
* Checks for inband registration support via disco#info, instead of using the s...Boris Grozev2013-02-281-0/+5
* renames the CoBri extension to COLIBRI (for COnferencing with LIghtwight BRId...Emil Ivov2013-02-271-7/+7
* Works on preventing an issue with the display of remote video which could sca...Lyubomir Marinov2013-02-261-3/+3
* Adds option to disable custom digest-md5 mechanism.Damian Minkov2013-02-261-4/+12
* Include domain name in SRV lookup logIngo Bauersachs2013-02-051-1/+2
* Separates dns package to service and impl. Creates a ParallelResolver interfa...Yana Stamcheva2013-01-271-2/+1
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ...Yana Stamcheva2013-01-241-1/+2
* Adds property to disable video bridge menu and functionality. Patch contribut...Damian Minkov2012-11-231-4/+14
* Adds a separate video bridge menu in Tools and adds an OperationSetVideBridge...Yana Stamcheva2012-10-181-1/+5
* Commits work in progress on refactorying the call-related user interface for ...Lyubomir Marinov2012-10-151-9/+0
* Adds XMPP GUI configuration the ability to disable Jingle (audio and video ca...Vincent Lucas2012-10-021-0/+1
* Adds password modification from within Jitsi for XMPP accounts that allow it....Emil Ivov2012-08-071-0/+5
* Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, does...Vincent Lucas2012-08-021-0/+3
* Adds last message correction functionality. Implementation provided by Ivan V...Yana Stamcheva2012-07-121-0/+5
* Moves the ConfigurationService and FileAccessService implementations from Jit...Lyubomir Marinov2012-07-101-1/+1
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-10/+10
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
* Sends status message with unavailable presence when logging off, this way the...Damian Minkov2012-06-211-1/+16
* Fixes handling away status after successful reconnection. Damian Minkov2012-06-191-0/+9
* Adds XMPP remote control capability advertising and adds XMPP remote control ...Vincent Lucas2012-06-191-10/+16
* Adds priority prefixes we search first while discovering jingle nodes, and ad...Damian Minkov2012-06-151-30/+8
* Uses info retriever for retrieving contact avatar, to avoid possible duplicat...Damian Minkov2012-06-141-7/+6
* Adds answer video call with video functionality.Vincent Lucas2012-05-251-1/+1
* Loads only used jabber providers, sending service unavailable for not handled...Damian Minkov2012-04-241-2/+30