index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
QXmppOutgoingClient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
start moving client-specific code
Jeremy Lainé
2012-02-08
1
-773
/
+0
*
clear all stream information when starting new stream (fixes issue 135)
Jeremy Lainé
2012-02-07
1
-7
/
+21
*
switch from QXmppSrvInfo to QDnsLookup
Jeremy Lainé
2012-01-31
1
-16
/
+22
*
keep track of which SASL mechanism was actually selected
Jeremy Lainé
2011-09-26
1
-13
/
+17
*
add support for X-FACEBOOK-PLATFORM authentication
Jeremy Lainé
2011-09-26
1
-9
/
+48
*
remove trailing whitespace
Jeremy Lainé
2011-09-21
1
-2
/
+2
*
fix some compiler warnings
Jeremy Lainé
2011-09-07
1
-2
/
+5
*
Apply fix for issue #116
Jeremy Lainé
2011-09-06
1
-0
/
+1
*
Improve QXmppServer packet routing performance.
Jeremy Lainé
2011-09-06
1
-1
/
+2
*
normalize Qt signal / slot signatures
Jeremy Lainé
2011-07-07
1
-2
/
+2
*
make QXmppClient state accessible via "state" property
Jeremy Lainé
2011-06-13
1
-10
/
+2
*
don't touch CA certificates unless asked to
Jeremy Lainé
2011-06-12
1
-1
/
+4
*
Fix for : Issue 106: QXmppClient can't override Qt's set of trusted SSL CAs
Manjeet Dahiya
2011-06-12
1
-0
/
+2
*
refactor SASL authentication to allow server-side password checkers which nat...
Jeremy Lainé
2011-03-29
1
-6
/
+7
*
copyright year update
Manjeet Dahiya
2011-01-21
1
-1
/
+1
*
do not set iq "from" gratuitously
Jeremy Lainé
2011-01-19
1
-3
/
+0
*
do not set objectName in QXmppOutgoingClient
Jeremy Lainé
2011-01-17
1
-2
/
+0
*
move RPC stuff to QXmppRpcManager (client-facing API is unchanged for now)
Jeremy Lainé
2010-12-10
1
-20
/
+0
*
fix compile error on symbian
Jeremy Lainé
2010-12-10
1
-1
/
+1
*
improve QXmppOutgoingClient documentation and remove unnecessary addFeatures(...
Jeremy Lainé
2010-12-10
1
-7
/
+4
*
improve code documentation
Jeremy Lainé
2010-12-10
1
-0
/
+10
*
make QXmppStream inherit QXmppLoggable
Jeremy Lainé
2010-11-16
1
-1
/
+0
*
slightly refactor SASL auth to make QXmppSaslDigestMd5 class more generic
Jeremy Lainé
2010-11-10
1
-1
/
+2
*
use asynchronous DNS SRV lookups to avoid freezing clients during lookup
Jeremy Lainé
2010-10-20
1
-14
/
+30
*
fix QXmppOutgoingClient and QXmppOutgoingServer for slight DNS SRV API change
Jeremy Lainé
2010-10-19
1
-1
/
+1
*
make QXmppRosterManager a QXmppClientExtension
Jeremy Lainé
2010-09-20
1
-7
/
+0
*
Make legacy QXmppClient::discoveryIqReceived() signal actually work
Jeremy Lainé
2010-09-20
1
-22
/
+0
*
prune gratuitous include of QXmppOutgoingClient by QXmppOutgoingServer
Jeremy Lainé
2010-09-20
1
-1
/
+0
*
make QXmppTransferManager a QXmppClientExtension
Jeremy Lainé
2010-09-20
1
-37
/
+0
*
make QXmppArchiveManager a QXmppClientExtension
Jeremy Lainé
2010-09-20
1
-19
/
+0
*
make QXmppCallManager a QXmppClientExtension
Jeremy Lainé
2010-09-20
1
-8
/
+0
*
remove old signal for old vCardManager
Manjeet Dahiya
2010-09-17
1
-7
/
+0
*
* use capabilities() from the discoveryManager
Manjeet Dahiya
2010-09-14
1
-61
/
+0
*
mark TODO
Manjeet Dahiya
2010-09-13
1
-0
/
+2
*
remove local capabilitiesNode definitions and usages
Manjeet Dahiya
2010-09-13
1
-4
/
+2
*
activate discoveryManager to respond
Manjeet Dahiya
2010-09-13
1
-5
/
+5
*
let extensions report their features
Jeremy Lainé
2010-09-10
1
-1
/
+9
*
refactor QXmppMucManager as a client extension
Jeremy Lainé
2010-09-10
1
-14
/
+0
*
refactor QXmppVersionManager as a client extension
Jeremy Lainé
2010-09-10
1
-8
/
+0
*
move the Version Result code to the versionManager class
Manjeet Dahiya
2010-09-07
1
-15
/
+1
*
add signal: versionIqReceived
Manjeet Dahiya
2010-09-07
1
-1
/
+1
*
remove internal usage
Manjeet Dahiya
2010-09-07
1
-3
/
+3
*
rename QXmppSrvLookup to QXmppSrvInfo, and restore previous API
Jeremy Lainé
2010-09-03
1
-6
/
+6
*
API change
Manjeet Dahiya
2010-09-01
1
-2
/
+2
*
change the object name accordingly
Manjeet Dahiya
2010-09-01
1
-5
/
+5
*
change className
Manjeet Dahiya
2010-09-01
1
-2
/
+2
*
replace calls to setPasswd() by setPassword()
Jeremy Lainé
2010-09-01
1
-4
/
+4
*
if no explicit host/port are given, use DNS SRV lookup
Jeremy Lainé
2010-08-29
1
-4
/
+24
*
refactor stream features parsing
Jeremy Lainé
2010-08-29
1
-8
/
+8
*
move remaining SASL code out of QXmppUtils
Jeremy Lainé
2010-08-29
1
-5
/
+5
[next]