aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* QXmppTransferManager: Close only devices which we opened.Alexandr Akulich2015-10-271-1/+4
| | | | | | | | sendFile() method expects the device to be opened, but QXmppTransferJob::terminate() closes the dev unconditionaly, which breaks reusable QIODevice workflow. Introduce a private boolean variable saying "we created this device".
* QXmppTransferManager: Fixed device ownership.Alexandr Akulich2015-10-271-3/+2
| | | | | | - sendFile() without a device argument now set Job as a parent for the constructed (own) device. - sendFile() with a device argument does not reparent the device anymore.
* File transfer: Make sure the filename is being converted to a QUrl correctlyfbeutel2015-10-211-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-038-282/+536
|\
| * 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
| |
| * don't use gcc-specific profilingJeremy Lainé2015-09-021-7/+0
| |
| * 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
| |
| * fix typoJeremy Lainé2015-08-311-1/+1
| |
| * cosmetic tweakJeremy Lainé2015-08-311-5/+4
| |
| * refactorJeremy Lainé2015-08-311-73/+27
| |
| * allow QXmppJingleIq to have multiple contentsJeremy Lainé2015-08-313-75/+105
| |
| * 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
|
* fix compiler warning about unused variableJeremy Lainé2015-08-281-2/+1
|
* 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
|
* QXmppCallManager : set the local SSRC in jingle IQJeremy Lainé2015-08-271-0/+1
|
* 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
|