| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | add assignment operators for QXmppJingleIq and QXmppJingleIq::Content | Jeremy Lainé | 2015-08-31 | 2 | -0/+30 | |
| | | | ||||||
| | * | fix typo | Jeremy Lainé | 2015-08-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | cosmetic tweak | Jeremy Lainé | 2015-08-31 | 1 | -5/+4 | |
| | | | ||||||
| | * | refactor | Jeremy Lainé | 2015-08-31 | 1 | -73/+27 | |
| | | | ||||||
| | * | allow QXmppJingleIq to have multiple contents | Jeremy Lainé | 2015-08-31 | 3 | -75/+105 | |
| | | | ||||||
| | * | hide QXmppJingleIq internals | Jeremy Lainé | 2015-08-31 | 2 | -63/+108 | |
| | | | ||||||
| | * | bump version to 0.9.1 | Jeremy Lainé | 2015-08-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix compiler warning | Jeremy Lainé | 2015-08-30 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fix build error when VPX support is enabled (closes #71) | Jeremy Lainé | 2015-08-30 | 1 | -5/+5 | |
| | | | ||||||
| * | | fix warning about unused member "q" | Jeremy Lainé | 2015-09-03 | 1 | -12/+7 | |
| |/ | ||||||
| * | bump version to 0.9.0 | Jeremy Lainé | 2015-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | flag internal classes | Jeremy Lainé | 2015-08-28 | 2 | -2/+10 | |
| | | ||||||
| * | parse DTLS-SRTP attributes according to XEP-0320 | Jeremy Lainé | 2015-08-28 | 2 | -2/+122 | |
| | | ||||||
| * | hide QXmppJingIq::Content internals | Jeremy Lainé | 2015-08-28 | 2 | -76/+102 | |
| | | ||||||
| * | fix compiler warning about unused variable | Jeremy Lainé | 2015-08-28 | 1 | -2/+1 | |
| | | ||||||
| * | don't write SDP header | Jeremy Lainé | 2015-08-28 | 1 | -10/+0 | |
| | | ||||||
| * | parse SDP parameters | Jeremy Lainé | 2015-08-27 | 1 | -2/+38 | |
| | | ||||||
| * | add method to parse SDP to QXmppJingleIq::Content | Jeremy Lainé | 2015-08-27 | 2 | -38/+146 | |
| | | ||||||
| * | add method to generate SDP from QXmppJingleIq::Content | Jeremy Lainé | 2015-08-27 | 2 | -0/+78 | |
| | | ||||||
| * | QXmppCallManager : set the local SSRC in jingle IQ | Jeremy Lainé | 2015-08-27 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
