| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | ICE: do not allow setting local user / password | Jeremy Lainé | 2015-08-27 | 2 | -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 internals | Jeremy Lainé | 2015-08-27 | 2 | -82/+108 |
| | | |||||
| * | QXmppStream : handle end of incoming stream (fixes issue #70) | Jeremy Lainé | 2015-08-27 | 1 | -5/+15 |
| | | |||||
| * | don't try to send stream end if socket is disconnected | Jeremy Lainé | 2015-08-27 | 1 | -4/+7 |
| | | |||||
| * | ICE: do not send STUN check for incompatible addresses | Jeremy Lainé | 2015-08-26 | 1 | -4/+13 |
| | | |||||
| * | exclude loopback addresses | Jeremy Lainé | 2015-08-26 | 1 | -0/+10 |
| | | |||||
| * | RTCP: expose Receiver Report data | Jeremy Lainé | 2015-08-26 | 2 | -13/+78 |
| | | |||||
| * | RTCP: parse goodbye packet | Jeremy Lainé | 2015-08-26 | 2 | -16/+85 |
| | | |||||
