aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Deprecate QXmppConfiguration::setSASLAuthMechanism(), replaced by the string-based QXmppConfiguration::setSaslAuthMechanism().
* 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