aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [cosmetic] capitalize XEP-0280: Message CarbonsJeremy Lainé2016-09-041-1/+1
|
* [examples] remove gratuitous forward declarationJeremy Lainé2016-09-041-2/+0
|
* Merge pull request #88 from fbeutel/carbonsfbeutel2016-09-0411-1/+486
| | | * Implemented XEP-0280: Message Carbons
* [travis] try to use trusty to fix travis buildsJeremy Lainé2016-08-162-1/+2
|
* bump version to 0.9.3Jeremy Lainé2015-12-034-4/+7
|
* Merge pull request #79 from Kaffeine/masterJeremy Lainé2015-11-011-4/+6
|\ | | | | QXmppTransferManager: Fixed device management
| * 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.
* Merge pull request #85 from fbeutel/masterJeremy Lainé2015-10-272-1/+2
|\ | | | | File transfer: Make sure the filename is being converted to a QUrl correctly
| * Change test case for c4f27ae, compare localFileUrl directlyfbeutel2015-10-211-1/+1
| |
| * Added test case for c4f27ae (converting file transfer path correctly)fbeutel2015-10-211-0/+1
| |
| * File transfer: Make sure the filename is being converted to a QUrl correctlyfbeutel2015-10-211-1/+1
|/
* Merge branch 'master' of github.com:qxmpp-project/qxmppJeremy Lainé2015-09-042-32/+23
|\
| * 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-0316-307/+629
| |\
| * | fix warning about unused member "q"Jeremy Lainé2015-09-031-12/+7
| | |
* | | add QXMPP_NO_TESTS and QXMPP_NO_EXAMPLESJeremy Lainé2015-09-041-3/+5
| |/ |/|
* | 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-032-1/+61
| |
* | Add QXmppIceConnection::gatheringState propertyJeremy Lainé2015-09-034-3/+107
| |
* | don't use gcc-specific profilingJeremy Lainé2015-09-022-20/+1
| |
* | bump version to 0.9.2Jeremy Lainé2015-09-024-3/+9
| |
* | fix include of utils.hJeremy Lainé2015-08-311-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
| |
* | [travis] test debug buildsJeremy Lainé2015-08-312-1/+9
| |
* | 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-314-77/+108
| |
* | hide QXmppJingleIq internalsJeremy Lainé2015-08-312-63/+108
| |
* | [tests] rename component to componentIdJeremy Lainé2015-08-301-3/+3
| |
* | bump version to 0.9.1Jeremy Lainé2015-08-304-3/+8
| |
* | 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
| |
* | [travis] build VPX supportJeremy Lainé2015-08-301-1/+1
|/
* simplify url for docsJeremy Lainé2015-08-281-1/+1
|
* bump version to 0.9.0Jeremy Lainé2015-08-284-5/+5
|
* flag internal classesJeremy Lainé2015-08-282-2/+10
|
* parse DTLS-SRTP attributes according to XEP-0320Jeremy Lainé2015-08-283-29/+227
|
* hide QXmppJingIq::Content internalsJeremy Lainé2015-08-282-76/+102
|
* fix compiler warning about unused variableJeremy Lainé2015-08-281-2/+1
|
* feed changelogJeremy Lainé2015-08-281-0/+5
|
* don't write SDP headerJeremy Lainé2015-08-282-20/+2
|
* parse SDP parametersJeremy Lainé2015-08-272-2/+77
|
* add method to parse SDP to QXmppJingleIq::ContentJeremy Lainé2015-08-273-59/+230
|
* add method to generate SDP from QXmppJingleIq::ContentJeremy Lainé2015-08-273-0/+98
|