aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingServer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* switch from QXmppSrvInfo to QDnsLookupJeremy Lainé2012-01-311-9/+18
|
* remove trailing whitespaceJeremy Lainé2011-09-211-1/+1
|
* * hide some QXmppServer internalsJeremy Lainé2011-09-131-2/+22
| | | | | * improve QXmppServer performance
* fix some compiler warningsJeremy Lainé2011-09-071-0/+1
|
* Improve QXmppServer packet routing performance.Jeremy Lainé2011-09-061-1/+2
|
* silence compiler warningJeremy Lainé2011-03-171-0/+1
|
* catch socket errors for outgoing S2S connections, otherwise they never get ↵Jeremy Lainé2011-03-161-0/+10
| | | | terminated
* copyright year updateManjeet Dahiya2011-01-211-1/+1
|
* fix typoJeremy Lainé2011-01-191-0/+2
|
* cope with broken gmail.com servers which never send <stream:features>Jeremy Lainé2011-01-191-26/+47
|
* improve code documentationJeremy Lainé2010-12-101-1/+17
|
* fix asynchronous DNS SRV lookup for outgoing S2SJeremy Lainé2010-10-271-1/+1
|
* use asynchronous DNS SRV lookups to avoid freezing clients during lookupJeremy Lainé2010-10-201-5/+11
|
* fix QXmppOutgoingClient and QXmppOutgoingServer for slight DNS SRV API changeJeremy Lainé2010-10-191-1/+1
|
* 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
|
* make QXmppOutgoingServer independant from QXmppOutgoingClientJeremy Lainé2010-08-291-15/+57
|
* if no explicit host/port are given, use DNS SRV lookupJeremy Lainé2010-08-291-0/+27
|
* refactor stream features parsingJeremy Lainé2010-08-291-1/+1
|
* outgoing S2S has no reason to receive any stanzasJeremy Lainé2010-08-261-5/+0
|
* add isConnected() methods to all streamsJeremy Lainé2010-08-231-2/+2
|
* add some code documentation for outgoing S2S stream.Jeremy Lainé2010-08-231-7/+10
|
* - add support for incoming C2S connectionsJeremy Lainé2010-08-231-0/+177
- add support for incoming S2S connections - add support for outgoing S2S connections