| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement XEP-0352: Client State Indication | Linus Jahn | 2018-10-29 | 4 | -1/+27 |
| | | | | | | This commit is based on a pull request by fbeutel (GitHub) (see #87) and was rebased and slightly modified by me. | ||||
| * | Fix spelling error | Boris Pek | 2018-10-08 | 1 | -1/+1 |
| | | |||||
| * | Add missed variables initialization in constructors of few classes. | Boris Pek | 2018-09-18 | 3 | -2/+10 |
| | | |||||
| * | QXmppElement: add self-assignment check to 'operator='. | Boris Pek | 2018-09-18 | 1 | -4/+7 |
| | | |||||
| * | [socks] fix a compiler warning on MSVC | Jeremy Lainé | 2018-09-18 | 1 | -1/+1 |
| | | |||||
| * | support XEP-0237 Roster Versioning | Zam | 2018-08-17 | 2 | -4/+33 |
| | | |||||
| * | Merge pull request #131 from olesalscheider/cmake | Niels Ole Salscheider | 2018-06-23 | 11 | -2237/+12 |
| |\ | | | | | Add CMake build system, drop Qt4 support | ||||
| | * | Generate QXmppGlobal from the build system | Niels Ole Salscheider | 2017-09-04 | 2 | -48/+11 |
| | | | |||||
| | * | Drop support for Qt 4 | Niels Ole Salscheider | 2017-09-04 | 8 | -2087/+1 |
| | | | |||||
| | * | Initial CMake build system | Niels Ole Salscheider | 2017-09-04 | 1 | -102/+0 |
| | | | |||||
| * | | 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 | 5 | -0/+288 |
| | | |||||
| * | Implement XEP-0198: Stream Management (client only) (#99) | Niels Ole Salscheider | 2017-02-12 | 18 | -107/+891 |
| | | | | | | | | | | | | | | | * 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 | ||||
| * | [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 | 28 | -27/+38 |
| | | |||||
| * | Merge pull request #88 from fbeutel/carbons | fbeutel | 2016-09-04 | 4 | -1/+45 |
| | | | | * Implemented XEP-0280: Message Carbons | ||||
| * | bump version to 0.9.3 | Jeremy Lainé | 2015-12-03 | 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 | 6 | -183/+483 |
| |\ | |||||
| | * | 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 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | allow QXmppJingleIq to have multiple contents | Jeremy Lainé | 2015-08-31 | 2 | -11/+33 |
| | | | |||||
| | * | 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 |
| | | |||||
| * | don't write SDP header | Jeremy Lainé | 2015-08-28 | 1 | -10/+0 |
| | | |||||
| * | parse SDP parameters | Jeremy Lainé | 2015-08-27 | 1 | -2/+38 |
| | | |||||
| * | add method to parse SDP to QXmppJingleIq::Content | Jeremy Lainé | 2015-08-27 | 2 | -38/+146 |
| | | |||||
| * | add method to generate SDP from QXmppJingleIq::Content | Jeremy Lainé | 2015-08-27 | 2 | -0/+78 |
| | | |||||
| * | add support for SSRC in QXmppJingleIq | Jeremy Lainé | 2015-08-27 | 2 | -0/+18 |
| | | |||||
| * | add some code docs for QXmppIceConnection | Jeremy Lainé | 2015-08-27 | 2 | -0/+35 |
| | | |||||
| * | trim QXmppIceComponent API down to bare minimal | Jeremy Lainé | 2015-08-27 | 2 | -70/+35 |
| | | |||||
| * | share ICE config | Jeremy Lainé | 2015-08-27 | 2 | -33/+24 |
| | | |||||
| * | reduce QXmppIceComponent public API | Jeremy Lainé | 2015-08-27 | 2 | -114/+97 |
| | | |||||
| * | QXmppIceComponent: prevent changing component ID | Jeremy Lainé | 2015-08-27 | 2 | -29/+17 |
| | | |||||
| * | remove setRemoteUser / setRemotePassword from ICE component public API | Jeremy Lainé | 2015-08-27 | 2 | -24/+4 |
| | | |||||
