aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/ProtocolProviderServiceJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Moved the CertificateVerificationService to its own bundle.Yana Stamcheva2010-09-291-1/+1
* Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to p...Sebastien Vincent2010-09-281-0/+18
* Fixing jabber login to some services.Damian Minkov2010-09-121-2/+0
* - Fixes call recording-related issues reported off-list by Emil Ivov.Lyubomir Marinov2010-09-101-10/+15
* When connecting obtain all possible destination addresses (SRV, A, AAAA) and ...Damian Minkov2010-09-101-130/+270
* ZRTP support for XMPP.Sebastien Vincent2010-09-091-6/+16
* Fix Jingle calls with a google account (either gmail or google apps related o...Sebastien Vincent2010-09-071-2/+16
* Resolves conflicts with the newly added video telephony op-setEmil Ivov2010-08-171-20/+23
* Fix default values for sip account wizard. Damian Minkov2010-08-171-1/+6
* - Add desktop streaming operation set for XMPP/Jingle;Sebastien Vincent2010-08-171-0/+5
* - Finish the AbstractOperationSetVideoTelephony class to be as generic as pos...Sebastien Vincent2010-08-161-1/+8
* Merge latest patch sent to dev mailinglist with subject "XCAP tests" which re...Damian Minkov2010-08-161-1/+1
* Adds possible assignment of preferred dynamic payload types so that we could ...Emil Ivov2010-08-061-2/+1
* Jabber protocol now can be invited to gtalk chat rooms and can create such by...Damian Minkov2010-08-061-2/+12
* Jabber protocol: clear connection if we are disconnected due to other than co...Damian Minkov2010-08-021-1/+9
* Disables (the accidentally enabled) Jingle until we finalize it.Emil Ivov2010-07-301-1/+1
* Disables (the accidentally enabled) Jingle until we finalize it.Emil Ivov2010-07-301-2/+2
* Intermedia debug commit.Emil Ivov2010-07-291-2/+2
* - Re-enables the saving of Jabber DiscoverInfo performed by EntityCapsManager.Lyubomir Marinov2010-07-281-13/+8
* Improves support for Jingle with RAW UDP.Emil Ivov2010-07-281-3/+4
* Intermediate debugging commitEmil Ivov2010-07-281-2/+2
* Resolves an issue with stream closingEmil Ivov2010-07-281-1/+0
* Fixes an issue with the determination of the next hopEmil Ivov2010-07-281-1/+8
* Brings TransportManagers up into the protocol.media package so that we could ...Emil Ivov2010-07-281-23/+66
* Introduces an initial implementation of OperationSetContactCapabilities for J...Lyubomir Marinov2010-07-281-21/+51
* Fix clearing partially connected XMPPConnection.Damian Minkov2010-07-261-1/+5
* Prepares the jabber provider for yet another intermediate commit on jingle. T...Emil Ivov2010-07-251-2/+2
* Ongoing work on the jingle implementationEmil Ivov2010-07-251-2/+34
* Fixes a few warnings. Removes a seemingly-unnecessary field.Lyubomir Marinov2010-07-251-9/+10
* Fix a problem with multiple login and still trying to reconnect. Fixed NPE in...Damian Minkov2010-07-231-2/+2
* Fix storing passwords on Linux, wrong key length. Now tries first the default...Damian Minkov2010-07-151-1/+4
* Disables Jabber telephony until it's actually readyEmil Ivov2010-07-111-0/+2
* tries a rescue of my git repository after a network lossEmil Ivov2010-07-111-1/+38
* Completes jingle packet parsing (I actually believe it does ;) ). Off to the ...Emil Ivov2010-07-111-5/+5
* Commits ongoing work on the Jingle implementationEmil Ivov2010-07-111-10/+9
* Ongoing work on the Jingle implementationEmil Ivov2010-07-111-2/+1
* Add some cleanups on unregistering jabber provider and remove some possible m...Damian Minkov2010-07-081-15/+42
* Fix a deadlock occurring for jabber accounts, which during login fire connect...Damian Minkov2010-07-061-0/+79
* Ongoing work on the Jingle implementationEmil Ivov2010-07-051-36/+54
* MinorEmil Ivov2010-07-051-0/+1
* Starts work on the Jingle implementation.Emil Ivov2010-07-051-19/+32
* [cosmetic] Removes whitespacesEmil Ivov2010-07-051-2/+2
* Fix jabber keepalive thread to change state and not trigger re-registering.Damian Minkov2010-05-311-1/+1
* Fix another bunch of unguarded logger.{debug,info,trace} calls.Werner Dittmann2010-05-301-6/+12
* Fixing jabber asking for password on connection problems.Damian Minkov2010-05-281-71/+72
* - Support for DTMF rfc4733 finished and activated. If this telephony event is...Damian Minkov2010-05-211-10/+15
* Jabber to work better with reconnect plugin.Damian Minkov2010-05-181-122/+98
* - Fix saving certificates, there was a problem when on startup more than one ...Damian Minkov2010-04-121-187/+52
* Implement Always trust mode for verifying certificates, and enable the mode f...Damian Minkov2010-04-011-0/+4
* Implement use of Certificate Verification service in jabber.Damian Minkov2010-03-311-3/+333