aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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