aboutsummaryrefslogtreecommitdiff
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
...
* bump version to 0.9.3Jeremy Lainé2015-12-031-1/+1
|
* fixJeremy Lainé2015-09-031-1/+1
|
* fix warning about unused member "q"Jeremy Lainé2015-09-031-20/+16
|
* Merge branch 'master' of github.com:qxmpp-project/qxmppJeremy Lainé2015-09-036-183/+483
|\
| * make SDP parser more tolerant : accept both LF and CRLFJeremy Lainé2015-09-031-1/+4
| |
| * improve default candidate selection during SDP generationJeremy Lainé2015-09-031-1/+11
| |
| * Add QXmppIceConnection::gatheringState propertyJeremy Lainé2015-09-032-1/+95
| |
| * bump version to 0.9.2Jeremy Lainé2015-09-021-1/+1
| |
| * hide QXmppJinglePayloadType internalsJeremy Lainé2015-08-312-54/+98
| |
| * add some code docsJeremy Lainé2015-08-312-1/+9
| |
| * hide QXmppJingleCandidate internalsJeremy Lainé2015-08-312-57/+100
| |
| * add assignment operators for QXmppJingleIq and QXmppJingleIq::ContentJeremy Lainé2015-08-312-0/+30
| |
| * allow QXmppJingleIq to have multiple contentsJeremy Lainé2015-08-312-11/+33
| |
| * hide QXmppJingleIq internalsJeremy Lainé2015-08-312-63/+108
| |
| * bump version to 0.9.1Jeremy Lainé2015-08-301-1/+1
| |
| * fix compiler warningJeremy Lainé2015-08-301-0/+1
| |
| * Fix build error when VPX support is enabled (closes #71)Jeremy Lainé2015-08-301-5/+5
| |
* | fix warning about unused member "q"Jeremy Lainé2015-09-031-12/+7
|/
* bump version to 0.9.0Jeremy Lainé2015-08-281-1/+1
|
* flag internal classesJeremy Lainé2015-08-282-2/+10
|
* parse DTLS-SRTP attributes according to XEP-0320Jeremy Lainé2015-08-282-2/+122
|
* hide QXmppJingIq::Content internalsJeremy Lainé2015-08-282-76/+102
|
* don't write SDP headerJeremy Lainé2015-08-281-10/+0
|
* parse SDP parametersJeremy Lainé2015-08-271-2/+38
|
* add method to parse SDP to QXmppJingleIq::ContentJeremy Lainé2015-08-272-38/+146
|
* add method to generate SDP from QXmppJingleIq::ContentJeremy Lainé2015-08-272-0/+78
|
* 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
| | | | | | | | | 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 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
|