aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingServer.h
Commit message (Collapse)AuthorAgeFilesLines
* move server code to "server" directoryJeremy Lainé2012-02-081-82/+0
|
* switch from QXmppSrvInfo to QDnsLookupJeremy Lainé2012-01-311-2/+1
|
* * hide some QXmppServer internalsJeremy Lainé2011-09-131-1/+4
| | | | | * improve QXmppServer performance
* catch socket errors for outgoing S2S connections, otherwise they never get ↵Jeremy Lainé2011-03-161-0/+3
| | | | terminated
* copyright year updateManjeet Dahiya2011-01-211-1/+1
|
* fix typoJeremy Lainé2011-01-191-0/+1
|
* use asynchronous DNS SRV lookups to avoid freezing clients during lookupJeremy Lainé2010-10-201-0/+2
|
* prune gratuitous include of QXmppOutgoingClient by QXmppOutgoingServerJeremy Lainé2010-09-201-1/+2
|
* make QXmppOutgoingServer independant from QXmppOutgoingClientJeremy Lainé2010-08-291-2/+8
|
* if no explicit host/port are given, use DNS SRV lookupJeremy Lainé2010-08-291-0/+1
|
* add code documentation to stream classesJeremy Lainé2010-08-231-1/+4
|
* - add support for incoming C2S connectionsJeremy Lainé2010-08-231-0/+63
- add support for incoming S2S connections - add support for outgoing S2S connections