| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Code review fixes | Tibor Csötönyi | 2023-05-14 | 1 | -0/+5 |
| | | |||||
| * | Rename QXmppJingleIq.cpp/h to QXmppJingleData.cpp/h and test | Tibor Csötönyi | 2023-05-14 | 1 | -649/+0 |
| | | |||||
| * | Add XEP-0353: Jingle Message Initiation data classes | Tibor Csötönyi | 2023-05-14 | 1 | -1/+50 |
| | | |||||
| * | Extract JingleIq::Reason to own class and add serialization for JMI | Tibor Csötönyi | 2023-05-14 | 1 | -63/+63 |
| | | | | | Reason class will be used by JingleMessageInitiationElement as well | ||||
| * | Extract JingleIq::Description to own class | Tibor Csötönyi | 2023-05-14 | 1 | -9/+32 |
| | | | | | Description will be used by JingleMessageInitiationElement as well | ||||
| * | Implement XEP-0167: Jingle RTP Sessions SRTP negotiation (#487) | Melvin Keskin | 2022-10-03 | 1 | -0/+59 |
| | | |||||
| * | Implement XEP-0167: Jingle RTP Sessions error conditions (#485) | Melvin Keskin | 2022-10-02 | 1 | -0/+15 |
| | | |||||
| * | Implement XEP-0294: Jingle RTP Header Extensions Negotiation stanzas | Melvin Keskin | 2022-10-01 | 1 | -0/+46 |
| | | |||||
| * | Implement XEP-0167: Jingle RTP Sessions Informational Messages (#460) | Melvin Keskin | 2022-10-01 | 1 | -1/+45 |
| | | |||||
| * | Implement XEP-0293: Jingle RTP Feedback Negotiation stanza parts (#455) | Melvin Keskin | 2022-09-29 | 1 | -0/+86 |
| | | |||||
| * | Implement XEP-0167: Jingle RTP Sessions multiplexing | Melvin Keskin | 2022-09-25 | 1 | -0/+3 |
| | | |||||
| * | Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457) | Melvin Keskin | 2022-09-25 | 1 | -0/+4 |
| | | | | | | Adds the presence extension and the extension of the Jingle IQ. https://xmpp.org/extensions/xep-0272.html | ||||
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -5/+12 |
| | | | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator. | ||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -3/+3 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -2/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 1 | -15/+14 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -4/+4 |
| | | | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | hide QXmppJinglePayloadType internals | Jeremy Lainé | 2015-08-31 | 1 | -7/+5 |
| | | |||||
| * | add some code docs | Jeremy Lainé | 2015-08-31 | 1 | -0/+1 |
| | | |||||
| * | hide QXmppJingleCandidate internals | Jeremy Lainé | 2015-08-31 | 1 | -10/+6 |
| | | |||||
| * | add assignment operators for QXmppJingleIq and QXmppJingleIq::Content | Jeremy Lainé | 2015-08-31 | 1 | -0/+4 |
| | | |||||
| * | allow QXmppJingleIq to have multiple contents | Jeremy Lainé | 2015-08-31 | 1 | -2/+4 |
| | | |||||
| * | hide QXmppJingleIq internals | Jeremy Lainé | 2015-08-31 | 1 | -23/+13 |
| | | |||||
| * | parse DTLS-SRTP attributes according to XEP-0320 | Jeremy Lainé | 2015-08-28 | 1 | -0/+10 |
| | | |||||
| * | hide QXmppJingIq::Content internals | Jeremy Lainé | 2015-08-28 | 1 | -13/+5 |
| | | |||||
| * | add method to parse SDP to QXmppJingleIq::Content | Jeremy Lainé | 2015-08-27 | 1 | -1/+3 |
| | | |||||
| * | add method to generate SDP from QXmppJingleIq::Content | Jeremy Lainé | 2015-08-27 | 1 | -0/+1 |
| | | |||||
| * | add support for SSRC in QXmppJingleIq | Jeremy Lainé | 2015-08-27 | 1 | -0/+4 |
| | | |||||
| * | QXmppJingleCandidate : add accessors for "generation" | Jeremy Lainé | 2015-08-17 | 1 | -0/+3 |
| | | |||||
| * | ICE candidate foundation can be an arbitrary string | Jeremy Lainé | 2015-08-17 | 1 | -3/+3 |
| | | |||||
| * | Remove trailing comma after last item in enums | Jeremy Lainé | 2015-03-13 | 1 | -3/+3 |
| | | | | | This allows compilation with GCC in pedantic mode. | ||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | fix some documentation warnings | Jeremy Lainé | 2012-05-10 | 1 | -3/+3 |
| | | |||||
| * | add missing QXMPP_EXPORT | Jeremy Lainé | 2012-04-20 | 1 | -2/+2 |
| | | |||||
| * | start marking classes with QXMPP_EXPORT | Jeremy Lainé | 2012-04-20 | 1 | -3/+3 |
| | | |||||
| * | move files common to client/server into "base" | Jeremy Lainé | 2012-02-08 | 1 | -0/+330 |
