| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | support XEP-0237 Roster Versioning | Zam | 2018-08-17 | 2 | -4/+33 | |
| | | ||||||
| * | CMake: Fix typo in install interface | Niels Ole Salscheider | 2018-06-23 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #131 from olesalscheider/cmake | Niels Ole Salscheider | 2018-06-23 | 20 | -2356/+255 | |
| |\ | | | | | Add CMake build system, drop Qt4 support | |||||
| | * | CMake: Make the library properly importable | Niels Ole Salscheider | 2018-06-17 | 1 | -1/+14 | |
| | | | ||||||
| | * | Fix paths in CMakeLists.txt | Niels Ole Salscheider | 2018-06-17 | 1 | -3/+3 | |
| | | | ||||||
| | * | Fix QXmppSslServer::incomingConnection signature | Niels Ole Salscheider | 2017-09-04 | 2 | -2/+2 | |
| | | | ||||||
| | * | Re-add codecs support to the build system | Niels Ole Salscheider | 2017-09-04 | 1 | -0/+32 | |
| | | | ||||||
| | * | Generate QXmppGlobal from the build system | Niels Ole Salscheider | 2017-09-04 | 3 | -50/+16 | |
| | | | ||||||
| | * | Drop support for Qt 4 | Niels Ole Salscheider | 2017-09-04 | 13 | -2119/+1 | |
| | | | ||||||
| | * | Initial CMake build system | Niels Ole Salscheider | 2017-09-04 | 6 | -210/+216 | |
| | | | ||||||
| * | | Fix encoding / decoding of CSRC count in RTP packets | Jeremy Lainé | 2018-02-28 | 1 | -2/+2 | |
| |/ | ||||||
| * | Set Stream Management to disabled when the socket becomes ready | Niels Ole Salscheider | 2017-04-29 | 1 | -0/+1 | |
| | | | | | This is important for reconnects. | |||||
| * | Add QXmppMamManager (XEP-0313) | Niels Ole Salscheider | 2017-04-29 | 8 | -0/+506 | |
| | | ||||||
| * | Implement XEP-0198: Stream Management (client only) (#99) | Niels Ole Salscheider | 2017-02-12 | 20 | -159/+1074 | |
| | | | | | | | | | | | | | | | * Some features can be available with different namespaces (e.g. SM) * Provide static functions to convert between strings and stream errors Stream management will reuse this for <failed />. * [travis] test builds using clang * Implement XEP-0198: Stream Management (client only) * QXmppOutgoingClient: Move private methods to QXmppOutgoingClientPrivate | |||||
| * | Tiny cosmetic fix to avoid cppcheck message about memory leak. | Boris Pek | 2017-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | do not ignore SSL errors by default (closes #113) | Jeremy Lainé | 2016-10-07 | 1 | -2/+2 | |
| | | ||||||
| * | [constants] fix incorrect reference to QXmppTransferManager | Jeremy Lainé | 2016-09-08 | 1 | -2/+2 | |
| | | ||||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 47 | -46/+57 | |
| | | ||||||
| * | [carbons] rename QXmppCarbonsManager to QXmppCarbonManager | Jeremy Lainé | 2016-09-04 | 3 | -16/+16 | |
| | | ||||||
| * | [cosmetic] capitalize XEP-0280: Message Carbons | Jeremy Lainé | 2016-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #88 from fbeutel/carbons | fbeutel | 2016-09-04 | 7 | -1/+233 | |
| | | | | * Implemented XEP-0280: Message Carbons | |||||
| * | bump version to 0.9.3 | Jeremy Lainé | 2015-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | QXmppTransferManager: Close only devices which we opened. | Alexandr Akulich | 2015-10-27 | 1 | -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 Akulich | 2015-10-27 | 1 | -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 correctly | fbeutel | 2015-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | fix | Jeremy Lainé | 2015-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | fix warning about unused member "q" | Jeremy Lainé | 2015-09-03 | 1 | -20/+16 | |
| | | ||||||
| * | Merge branch 'master' of github.com:qxmpp-project/qxmpp | Jeremy Lainé | 2015-09-03 | 8 | -282/+536 | |
| |\ | ||||||
| | * | make SDP parser more tolerant : accept both LF and CRLF | Jeremy Lainé | 2015-09-03 | 1 | -1/+4 | |
| | | | ||||||
| | * | improve default candidate selection during SDP generation | Jeremy Lainé | 2015-09-03 | 1 | -1/+11 | |
| | | | ||||||
| | * | Add QXmppIceConnection::gatheringState property | Jeremy Lainé | 2015-09-03 | 2 | -1/+95 | |
| | | | ||||||
| | * | don't use gcc-specific profiling | Jeremy Lainé | 2015-09-02 | 1 | -7/+0 | |
| | | | ||||||
| | * | bump version to 0.9.2 | Jeremy Lainé | 2015-09-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | hide QXmppJinglePayloadType internals | Jeremy Lainé | 2015-08-31 | 2 | -54/+98 | |
| | | | ||||||
| | * | add some code docs | Jeremy Lainé | 2015-08-31 | 2 | -1/+9 | |
| | | | ||||||
| | * | hide QXmppJingleCandidate internals | Jeremy Lainé | 2015-08-31 | 2 | -57/+100 | |
| | | | ||||||
| | * | 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 | |
| | | ||||||
