| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add support for SSRC in QXmppJingleIq | Jeremy Lainé | 2015-08-27 | 2 | -0/+18 |
| | | |||||
| * | add some code docs for QXmppIceConnection | Jeremy Lainé | 2015-08-27 | 2 | -0/+35 |
| | | |||||
| * | trim QXmppIceComponent API down to bare minimal | Jeremy Lainé | 2015-08-27 | 2 | -70/+35 |
| | | |||||
| * | share ICE config | Jeremy Lainé | 2015-08-27 | 2 | -33/+24 |
| | | |||||
| * | reduce QXmppIceComponent public API | Jeremy Lainé | 2015-08-27 | 2 | -114/+97 |
| | | |||||
| * | QXmppIceComponent: prevent changing component ID | Jeremy Lainé | 2015-08-27 | 2 | -29/+17 |
| | | |||||
| * | remove setRemoteUser / setRemotePassword from ICE component public API | Jeremy Lainé | 2015-08-27 | 2 | -24/+4 |
| | | |||||
| * | ICE: do not allow setting local user / password | Jeremy Lainé | 2015-08-27 | 2 | -63/+8 |
| | | | | | | | | | | Making it possible to change the local ICE user fragment or password complicates the state machine significantly. To avoid users shooting themselves in the foot, remove this API. Also make it clear that QXmppIceComponent cannot be used separately from QXmppIceConnection by making its constructor private. | ||||
| * | hide QXmppIceConnection internals | Jeremy Lainé | 2015-08-27 | 2 | -82/+108 |
| | | |||||
| * | QXmppStream : handle end of incoming stream (fixes issue #70) | Jeremy Lainé | 2015-08-27 | 1 | -5/+15 |
| | | |||||
| * | don't try to send stream end if socket is disconnected | Jeremy Lainé | 2015-08-27 | 1 | -4/+7 |
| | | |||||
| * | ICE: do not send STUN check for incompatible addresses | Jeremy Lainé | 2015-08-26 | 1 | -4/+13 |
| | | |||||
| * | exclude loopback addresses | Jeremy Lainé | 2015-08-26 | 1 | -0/+10 |
| | | |||||
| * | RTCP: expose Receiver Report data | Jeremy Lainé | 2015-08-26 | 2 | -13/+78 |
| | | |||||
| * | RTCP: parse goodbye packet | Jeremy Lainé | 2015-08-26 | 2 | -16/+85 |
| | | |||||
| * | RTCP: parse more receiver report info | Jeremy Lainé | 2015-08-26 | 2 | -38/+60 |
| | | |||||
| * | RTCP: start decoding receiver reports | Jeremy Lainé | 2015-08-26 | 2 | -28/+49 |
| | | |||||
| * | RTCP: start decode sender reports | Jeremy Lainé | 2015-08-26 | 2 | -107/+334 |
| | | |||||
| * | RTCP: encode source descriptions | Jeremy Lainé | 2015-08-25 | 1 | -8/+49 |
| | | |||||
| * | RTCP: decode source description | Jeremy Lainé | 2015-08-25 | 2 | -10/+196 |
| | | |||||
| * | ICE: use actual transactions for STUN tests | Jeremy Lainé | 2015-08-25 | 2 | -103/+111 |
| | | |||||
| * | ICE: use QXmppUdpTransport | Jeremy Lainé | 2015-08-25 | 3 | -107/+167 |
| | | |||||
| * | add a QXmppIceTransport base class | Jeremy Lainé | 2015-08-25 | 2 | -5/+25 |
| | | |||||
| * | STUN: use a private header | Jeremy Lainé | 2015-08-25 | 4 | -114/+159 |
| | | |||||
| * | ICE: fix nomination | Jeremy Lainé | 2015-08-25 | 2 | -53/+76 |
| | | |||||
| * | ICE: rework sending STUN packet | Jeremy Lainé | 2015-08-25 | 2 | -32/+27 |
| | | |||||
| * | ICE: store remote candidates | Jeremy Lainé | 2015-08-25 | 1 | -3/+4 |
| | | |||||
| * | fix ICE pair ordering | Jeremy Lainé | 2015-08-24 | 1 | -1/+1 |
| | | |||||
| * | fix triggered connectivity check | Jeremy Lainé | 2015-08-24 | 1 | -32/+31 |
| | | |||||
| * | set candidate foundations to a sane value | Jeremy Lainé | 2015-08-24 | 1 | -3/+22 |
| | | |||||
| * | don't send triggered check if one is in progress | Jeremy Lainé | 2015-08-24 | 1 | -3/+3 |
| | | |||||
| * | handle binding error response | Jeremy Lainé | 2015-08-24 | 1 | -12/+10 |
| | | |||||
| * | tweak debugging | Jeremy Lainé | 2015-08-24 | 1 | -2/+1 |
| | | |||||
| * | fix sending triggered check | Jeremy Lainé | 2015-08-24 | 1 | -1/+3 |
| | | |||||
| * | hide QXmppIceComponent private members | Jeremy Lainé | 2015-08-24 | 2 | -148/+152 |
| | | |||||
| * | make ICE use actual STUN transactions | Jeremy Lainé | 2015-08-24 | 2 | -48/+143 |
| | | |||||
| * | use STUN_ID_SIZE consistently | Jeremy Lainé | 2015-08-24 | 1 | -13/+13 |
| | | |||||
| * | QXmppStunTransaction : delay initial message | Jeremy Lainé | 2015-08-24 | 1 | -5/+3 |
| | | |||||
| * | ICE: sort candidate pairs according RFC 5245 | Jeremy Lainé | 2015-08-24 | 1 | -0/+10 |
| | | |||||
| * | move CandidatePair definition to QXmppStun.cpp | Jeremy Lainé | 2015-08-24 | 2 | -38/+39 |
| | | |||||
| * | stop STUN retry timer when transaction completes | Jeremy Lainé | 2015-08-24 | 1 | -0/+1 |
| | | |||||
| * | use PIMPL + accessors for QXmppRtpPacket | Jeremy Lainé | 2015-08-24 | 4 | -78/+214 |
| | | |||||
| * | move QXmppRtpPacket to it's own files | Jeremy Lainé | 2015-08-20 | 6 | -108/+181 |
| | | |||||
| * | add QXmppRtcpPacket class | Jeremy Lainé | 2015-08-20 | 3 | -0/+204 |
| | | |||||
| * | QXmppRtpChannel: make it possible to get / set the local SSRC | Jeremy Lainé | 2015-08-19 | 2 | -10/+28 |
| | | |||||
| * | QXmppJingleCandidate : add accessors for "generation" | Jeremy Lainé | 2015-08-17 | 2 | -0/+19 |
| | | |||||
| * | ICE candidate foundation can be an arbitrary string | Jeremy Lainé | 2015-08-17 | 3 | -9/+8 |
| | | |||||
| * | ICE: do not send USERNAME in binding responses | Jeremy Lainé | 2015-08-16 | 1 | -1/+0 |
| | | |||||
| * | prine USE-CANDIDATE | Jeremy Lainé | 2015-08-16 | 1 | -0/+2 |
| | | |||||
| * | generate ICE tie breaker instead of 0 | Jeremy Lainé | 2015-08-16 | 2 | -3/+19 |
| | | |||||
