aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppStun.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move files common to client/server into "base"Jeremy Lainé2012-02-081-2581/+0
|
* remove trailing whitespaceJeremy Lainé2011-09-211-3/+3
|
* make QXmppIceComponent use point-to-point interfaces too (Fixes issue #120)Jeremy Lainé2011-09-201-2/+1
|
* fix some compiler warningsJeremy Lainé2011-09-071-3/+10
|
* * when closing an ICE connection, disable active pairJeremy Lainé2011-04-231-0/+4
| | | | | * when already ICE is already connecting/connected, make connectToHost() a no-op
* overhaul RTP / jingle stack to allow video supportJeremy Lainé2011-04-151-21/+54
|
* simplify TURN allocation connect/disconnectJeremy Lainé2011-03-251-32/+34
|
* use actual STUN transactions for TURN operations (handles retries on lost ↵Jeremy Lainé2011-03-231-94/+226
| | | | packets)
* implement ICE candidate pair priority handling to prefer direct connections ↵Jeremy Lainé2011-03-231-25/+49
| | | | over relayed ones
* QXmppIceConnection : integrate support for using TURN relayingJeremy Lainé2011-03-221-25/+212
|
* start preparing TURN support for ICE-UDP transportJeremy Lainé2011-03-121-47/+665
|
* QXmppIceConnection::setStunServer() should not perform DNS queriesJeremy Lainé2011-02-031-21/+3
| | | | | (no impact as it is currently unused, but for future API compatibility)
* copyright year updateManjeet Dahiya2011-01-211-1/+1
|
* STUN: when comparing a reflexive candidate to known candidates, check the ↵Jeremy Lainé2011-01-181-1/+3
| | | | type matches
* improve documentationJeremy Lainé2010-12-101-1/+2
|
* fix some documentation warningsJeremy Lainé2010-12-101-0/+3
|
* improve code documentation for QXmppIceComponent / QXmppIceConnectionJeremy Lainé2010-12-101-0/+24
|
* * improve QXmppIceComponent/QXmppIceConnection code documentationJeremy Lainé2010-12-091-14/+33
| | | | | * start STUN checks as soon as bind() is called
* improve ICE fallback pair selectionJeremy Lainé2010-12-071-7/+8
|
* rework QXmppStunMessage::peekType to return magic cookieJeremy Lainé2010-12-061-4/+4
|
* improve STUN / ICE code documentationJeremy Lainé2010-12-061-86/+161
|
* overhaul ICE support to reserve consecutive ports (required for RTP/RTCP pairs)Jeremy Lainé2010-12-031-94/+216
|
* tweak STUN loggingJeremy Lainé2010-11-161-2/+2
|
* more logging unificationJeremy Lainé2010-11-161-8/+3
|
* make QXmppIceConnection inherit QXmppLoggableJeremy Lainé2010-11-161-35/+18
|
* suppress warningsManjeet Dahiya2010-10-121-2/+2
|
* improve STUN / ICE-UDP supportJeremy Lainé2010-10-111-127/+151
|
* disable ICE-UDP over IPv6 on Mac OS for now, sending packets failsJeremy Lainé2010-09-301-0/+5
|
* fix encoding of IPv6 addreses in STUN packetsJeremy Lainé2010-09-281-5/+14
|
* fix STUN debugging stringsJeremy Lainé2010-09-281-12/+6
|
* improve ICE-UDP support:Jeremy Lainé2010-09-281-43/+131
| | | | | | | - make QXmppIceConnection emit "disconnected()" if negotiation timeouts - handle IPv6 link-local addresses - improve error logging
* unify random number generationJeremy Lainé2010-09-011-11/+3
|
* compatibility fix for Qt 4.4Jeremy Lainé2010-08-311-0/+2
|
* improve STUN support, discover server reflexive addressJeremy Lainé2010-08-221-77/+352
|
* cosmeticsManjeet Dahiya2010-08-171-2/+2
|
* rename "source" directory to "src"Jeremy Lainé2010-08-111-0/+979