aboutsummaryrefslogtreecommitdiff
path: root/src/base
Commit message (Expand)AuthorAgeFilesLines
* add support for SSRC in QXmppJingleIqJeremy Lainé2015-08-272-0/+18
* add some code docs for QXmppIceConnectionJeremy Lainé2015-08-272-0/+35
* trim QXmppIceComponent API down to bare minimalJeremy Lainé2015-08-272-70/+35
* share ICE configJeremy Lainé2015-08-272-33/+24
* reduce QXmppIceComponent public APIJeremy Lainé2015-08-272-114/+97
* QXmppIceComponent: prevent changing component IDJeremy Lainé2015-08-272-29/+17
* remove setRemoteUser / setRemotePassword from ICE component public APIJeremy Lainé2015-08-272-24/+4
* ICE: do not allow setting local user / passwordJeremy Lainé2015-08-272-63/+8
* hide QXmppIceConnection internalsJeremy Lainé2015-08-272-82/+108
* QXmppStream : handle end of incoming stream (fixes issue #70)Jeremy Lainé2015-08-271-5/+15
* don't try to send stream end if socket is disconnectedJeremy Lainé2015-08-271-4/+7
* ICE: do not send STUN check for incompatible addressesJeremy Lainé2015-08-261-4/+13
* exclude loopback addressesJeremy Lainé2015-08-261-0/+10
* RTCP: expose Receiver Report dataJeremy Lainé2015-08-262-13/+78
* RTCP: parse goodbye packetJeremy Lainé2015-08-262-16/+85
* RTCP: parse more receiver report infoJeremy Lainé2015-08-262-38/+60
* RTCP: start decoding receiver reportsJeremy Lainé2015-08-262-28/+49
* RTCP: start decode sender reportsJeremy Lainé2015-08-262-107/+334
* RTCP: encode source descriptionsJeremy Lainé2015-08-251-8/+49
* RTCP: decode source descriptionJeremy Lainé2015-08-252-10/+196
* ICE: use actual transactions for STUN testsJeremy Lainé2015-08-252-103/+111
* ICE: use QXmppUdpTransportJeremy Lainé2015-08-253-107/+167
* add a QXmppIceTransport base classJeremy Lainé2015-08-252-5/+25
* STUN: use a private headerJeremy Lainé2015-08-254-114/+159
* ICE: fix nominationJeremy Lainé2015-08-252-53/+76
* ICE: rework sending STUN packetJeremy Lainé2015-08-252-32/+27
* ICE: store remote candidatesJeremy Lainé2015-08-251-3/+4
* fix ICE pair orderingJeremy Lainé2015-08-241-1/+1
* fix triggered connectivity checkJeremy Lainé2015-08-241-32/+31
* set candidate foundations to a sane valueJeremy Lainé2015-08-241-3/+22
* don't send triggered check if one is in progressJeremy Lainé2015-08-241-3/+3
* handle binding error responseJeremy Lainé2015-08-241-12/+10
* tweak debuggingJeremy Lainé2015-08-241-2/+1
* fix sending triggered checkJeremy Lainé2015-08-241-1/+3
* hide QXmppIceComponent private membersJeremy Lainé2015-08-242-148/+152
* make ICE use actual STUN transactionsJeremy Lainé2015-08-242-48/+143
* use STUN_ID_SIZE consistentlyJeremy Lainé2015-08-241-13/+13
* QXmppStunTransaction : delay initial messageJeremy Lainé2015-08-241-5/+3
* ICE: sort candidate pairs according RFC 5245Jeremy Lainé2015-08-241-0/+10
* move CandidatePair definition to QXmppStun.cppJeremy Lainé2015-08-242-38/+39
* stop STUN retry timer when transaction completesJeremy Lainé2015-08-241-0/+1
* use PIMPL + accessors for QXmppRtpPacketJeremy Lainé2015-08-244-78/+214
* move QXmppRtpPacket to it's own filesJeremy Lainé2015-08-206-108/+181
* add QXmppRtcpPacket classJeremy Lainé2015-08-203-0/+204
* QXmppRtpChannel: make it possible to get / set the local SSRCJeremy Lainé2015-08-192-10/+28
* QXmppJingleCandidate : add accessors for "generation"Jeremy Lainé2015-08-172-0/+19
* ICE candidate foundation can be an arbitrary stringJeremy Lainé2015-08-173-9/+8
* ICE: do not send USERNAME in binding responsesJeremy Lainé2015-08-161-1/+0
* prine USE-CANDIDATEJeremy Lainé2015-08-161-0/+2
* generate ICE tie breaker instead of 0Jeremy Lainé2015-08-162-3/+19