aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Disable Facebook / Google / Facebook specific mechanisms if we do notJeremy Lainé2013-03-091-0/+6
* With Qt >= 4.8, verify peer SSL certificate against domain name as specified ...Jeremy Lainé2012-09-061-0/+5
* Add support for X-OAUTH2 authentication for Google Talk.Jeremy Lainé2012-09-051-1/+4
* If building with Qt 5, use Qt's QDnsLookup instead of our backport.Jeremy Lainé2012-09-041-0/+4
* add QXmppClient::isAuthenticatedJeremy Lainé2012-09-031-0/+12
* handle XMPP connections without a sessionJeremy Lainé2012-09-031-4/+24
* don't send non-SASL auth if disabledJeremy Lainé2012-09-031-2/+3
* make it possible to disable non-SASL authenticationJeremy Lainé2012-09-031-7/+3
* Add support for X-MESSENGER-OAUTH2 authentication for Windows Live Messenger.Jeremy Lainé2012-09-031-0/+2
* handle port in see-other-hostJeremy Lainé2012-09-031-1/+4
* Add support for see-other-host server change.Jeremy Lainé2012-09-021-2/+22
* move socket disconnect handling out of QXmppStreamJeremy Lainé2012-09-021-0/+10
* revert to use the domain for SASL authJeremy Lainé2012-08-031-6/+2
* keep track of the host we connect toJeremy Lainé2012-08-021-28/+34
* doc fixesJeremy Lainé2012-07-211-0/+2
* make SASL code fully privateJeremy Lainé2012-07-201-2/+1
* reworkJeremy Lainé2012-07-201-1/+4
* remove gratuitous toLatin1()Jeremy Lainé2012-07-201-1/+1
* use QXmppSaslFailureJeremy Lainé2012-07-201-2/+5
* parse SASL authJeremy Lainé2012-07-201-6/+2
* make QXmppSaslClient a QXmppLoggableJeremy Lainé2012-07-201-1/+1
* SASL: move definition of available mechanisms to QXmppSaslClientJeremy Lainé2012-07-201-1/+1
* SASL: don't hardcode service typeJeremy Lainé2012-07-201-1/+2
* move SASL specifics out of QXmppOutgoingClientJeremy Lainé2012-07-191-129/+44
* Make SASL mechanisms string based.Jeremy Lainé2012-07-181-15/+1
* make QXmppStreamFeatures string-based to allow pluggable SASLJeremy Lainé2012-07-181-43/+44
* update copyright yearJeremy Lainé2012-07-181-1/+1
* forward-declare QNetworkProxyJeremy Lainé2012-05-121-0/+1
* remove QXmppPacket from user-facing APIsJeremy Lainé2012-04-201-1/+0
* start moving client-specific codeJeremy Lainé2012-02-081-0/+773