aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* start moving client-specific codeJeremy Lainé2012-02-081-773/+0
|
* clear all stream information when starting new stream (fixes issue 135)Jeremy Lainé2012-02-071-7/+21
|
* switch from QXmppSrvInfo to QDnsLookupJeremy Lainé2012-01-311-16/+22
|
* keep track of which SASL mechanism was actually selectedJeremy Lainé2011-09-261-13/+17
|
* add support for X-FACEBOOK-PLATFORM authenticationJeremy Lainé2011-09-261-9/+48
|
* remove trailing whitespaceJeremy Lainé2011-09-211-2/+2
|
* fix some compiler warningsJeremy Lainé2011-09-071-2/+5
|
* Apply fix for issue #116Jeremy Lainé2011-09-061-0/+1
|
* Improve QXmppServer packet routing performance.Jeremy Lainé2011-09-061-1/+2
|
* normalize Qt signal / slot signaturesJeremy Lainé2011-07-071-2/+2
|
* make QXmppClient state accessible via "state" propertyJeremy Lainé2011-06-131-10/+2
|
* don't touch CA certificates unless asked toJeremy Lainé2011-06-121-1/+4
|
* Fix for : Issue 106: QXmppClient can't override Qt's set of trusted SSL CAsManjeet Dahiya2011-06-121-0/+2
|
* refactor SASL authentication to allow server-side password checkers which ↵Jeremy Lainé2011-03-291-6/+7
| | | | natively support MD5
* copyright year updateManjeet Dahiya2011-01-211-1/+1
|
* do not set iq "from" gratuitouslyJeremy Lainé2011-01-191-3/+0
|
* do not set objectName in QXmppOutgoingClientJeremy Lainé2011-01-171-2/+0
|
* move RPC stuff to QXmppRpcManager (client-facing API is unchanged for now)Jeremy Lainé2010-12-101-20/+0
|
* fix compile error on symbianJeremy Lainé2010-12-101-1/+1
|
* improve QXmppOutgoingClient documentation and remove unnecessary ↵Jeremy Lainé2010-12-101-7/+4
| | | | addFeatures() method
* improve code documentationJeremy Lainé2010-12-101-0/+10
|
* make QXmppStream inherit QXmppLoggableJeremy Lainé2010-11-161-1/+0
|
* slightly refactor SASL auth to make QXmppSaslDigestMd5 class more genericJeremy Lainé2010-11-101-1/+2
|
* use asynchronous DNS SRV lookups to avoid freezing clients during lookupJeremy Lainé2010-10-201-14/+30
|
* fix QXmppOutgoingClient and QXmppOutgoingServer for slight DNS SRV API changeJeremy Lainé2010-10-191-1/+1
|
* make QXmppRosterManager a QXmppClientExtensionJeremy Lainé2010-09-201-7/+0
|
* Make legacy QXmppClient::discoveryIqReceived() signal actually workJeremy Lainé2010-09-201-22/+0
| | | | | | by relaying QXmppDiscoveryManager's signals. The old code in QXmppOutgoingClient is no longer reached.
* prune gratuitous include of QXmppOutgoingClient by QXmppOutgoingServerJeremy Lainé2010-09-201-1/+0
|
* make QXmppTransferManager a QXmppClientExtensionJeremy Lainé2010-09-201-37/+0
|
* make QXmppArchiveManager a QXmppClientExtensionJeremy Lainé2010-09-201-19/+0
|
* make QXmppCallManager a QXmppClientExtensionJeremy Lainé2010-09-201-8/+0
|
* remove old signal for old vCardManagerManjeet Dahiya2010-09-171-7/+0
|
* * use capabilities() from the discoveryManagerManjeet Dahiya2010-09-141-61/+0
| | | | * move presenceExtensions() from outgoingClientStream to clientPrivate
* mark TODOManjeet Dahiya2010-09-131-0/+2
|
* remove local capabilitiesNode definitions and usagesManjeet Dahiya2010-09-131-4/+2
|
* activate discoveryManager to respondManjeet Dahiya2010-09-131-5/+5
|
* let extensions report their featuresJeremy Lainé2010-09-101-1/+9
|
* refactor QXmppMucManager as a client extensionJeremy Lainé2010-09-101-14/+0
|
* refactor QXmppVersionManager as a client extensionJeremy Lainé2010-09-101-8/+0
|
* move the Version Result code to the versionManager classManjeet Dahiya2010-09-071-15/+1
|
* add signal: versionIqReceivedManjeet Dahiya2010-09-071-1/+1
|
* remove internal usageManjeet Dahiya2010-09-071-3/+3
|
* rename QXmppSrvLookup to QXmppSrvInfo, and restore previous APIJeremy Lainé2010-09-031-6/+6
|
* API changeManjeet Dahiya2010-09-011-2/+2
|
* change the object name accordinglyManjeet Dahiya2010-09-011-5/+5
|
* change classNameManjeet Dahiya2010-09-011-2/+2
|
* replace calls to setPasswd() by setPassword()Jeremy Lainé2010-09-011-4/+4
|
* if no explicit host/port are given, use DNS SRV lookupJeremy Lainé2010-08-291-4/+24
|
* refactor stream features parsingJeremy Lainé2010-08-291-8/+8
|
* move remaining SASL code out of QXmppUtilsJeremy Lainé2010-08-291-5/+5
|