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
/
QXmppOutgoingServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move server code to "server" directory
Jeremy Lainé
2012-02-08
1
-331
/
+0
*
switch from QXmppSrvInfo to QDnsLookup
Jeremy Lainé
2012-01-31
1
-9
/
+18
*
remove trailing whitespace
Jeremy Lainé
2011-09-21
1
-1
/
+1
*
* hide some QXmppServer internals
Jeremy Lainé
2011-09-13
1
-2
/
+22
*
fix some compiler warnings
Jeremy Lainé
2011-09-07
1
-0
/
+1
*
Improve QXmppServer packet routing performance.
Jeremy Lainé
2011-09-06
1
-1
/
+2
*
silence compiler warning
Jeremy Lainé
2011-03-17
1
-0
/
+1
*
catch socket errors for outgoing S2S connections, otherwise they never get te...
Jeremy Lainé
2011-03-16
1
-0
/
+10
*
copyright year update
Manjeet Dahiya
2011-01-21
1
-1
/
+1
*
fix typo
Jeremy Lainé
2011-01-19
1
-0
/
+2
*
cope with broken gmail.com servers which never send <stream:features>
Jeremy Lainé
2011-01-19
1
-26
/
+47
*
improve code documentation
Jeremy Lainé
2010-12-10
1
-1
/
+17
*
fix asynchronous DNS SRV lookup for outgoing S2S
Jeremy Lainé
2010-10-27
1
-1
/
+1
*
use asynchronous DNS SRV lookups to avoid freezing clients during lookup
Jeremy Lainé
2010-10-20
1
-5
/
+11
*
fix QXmppOutgoingClient and QXmppOutgoingServer for slight DNS SRV API change
Jeremy Lainé
2010-10-19
1
-1
/
+1
*
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
*
make QXmppOutgoingServer independant from QXmppOutgoingClient
Jeremy Lainé
2010-08-29
1
-15
/
+57
*
if no explicit host/port are given, use DNS SRV lookup
Jeremy Lainé
2010-08-29
1
-0
/
+27
*
refactor stream features parsing
Jeremy Lainé
2010-08-29
1
-1
/
+1
*
outgoing S2S has no reason to receive any stanzas
Jeremy Lainé
2010-08-26
1
-5
/
+0
*
add isConnected() methods to all streams
Jeremy Lainé
2010-08-23
1
-2
/
+2
*
add some code documentation for outgoing S2S stream.
Jeremy Lainé
2010-08-23
1
-7
/
+10
*
- add support for incoming C2S connections
Jeremy Lainé
2010-08-23
1
-0
/
+177