aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix paths in CMakeLists.txtNiels Ole Salscheider2018-06-171-3/+3
* Fix QXmppSslServer::incomingConnection signatureNiels Ole Salscheider2017-09-042-2/+2
* Re-add codecs support to the build systemNiels Ole Salscheider2017-09-041-0/+32
* Generate QXmppGlobal from the build systemNiels Ole Salscheider2017-09-043-50/+16
* Drop support for Qt 4Niels Ole Salscheider2017-09-0413-2119/+1
* Initial CMake build systemNiels Ole Salscheider2017-09-046-210/+216
* Set Stream Management to disabled when the socket becomes readyNiels Ole Salscheider2017-04-291-0/+1
* Add QXmppMamManager (XEP-0313)Niels Ole Salscheider2017-04-298-0/+506
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-1220-159/+1074
* Tiny cosmetic fix to avoid cppcheck message about memory leak.Boris Pek2017-02-031-1/+1
* do not ignore SSL errors by default (closes #113)Jeremy Lainé2016-10-071-2/+2
* [constants] fix incorrect reference to QXmppTransferManagerJeremy Lainé2016-09-081-2/+2
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-0847-46/+57
* [carbons] rename QXmppCarbonsManager to QXmppCarbonManagerJeremy Lainé2016-09-043-16/+16
* [cosmetic] capitalize XEP-0280: Message CarbonsJeremy Lainé2016-09-041-1/+1
* Merge pull request #88 from fbeutel/carbonsfbeutel2016-09-047-1/+233
* bump version to 0.9.3Jeremy Lainé2015-12-031-1/+1
* QXmppTransferManager: Close only devices which we opened.Alexandr Akulich2015-10-271-1/+4
* QXmppTransferManager: Fixed device ownership.Alexandr Akulich2015-10-271-3/+2
* 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