aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppJingleIq.h
Commit message (Expand)AuthorAgeFilesLines
* Code review fixesTibor Csötönyi2023-05-141-0/+5
* Rename QXmppJingleIq.cpp/h to QXmppJingleData.cpp/h and testTibor Csötönyi2023-05-141-649/+0
* Add XEP-0353: Jingle Message Initiation data classesTibor Csötönyi2023-05-141-1/+50
* Extract JingleIq::Reason to own class and add serialization for JMITibor Csötönyi2023-05-141-63/+63
* Extract JingleIq::Description to own classTibor Csötönyi2023-05-141-9/+32
* Implement XEP-0167: Jingle RTP Sessions SRTP negotiation (#487)Melvin Keskin2022-10-031-0/+59
* Implement XEP-0167: Jingle RTP Sessions error conditions (#485)Melvin Keskin2022-10-021-0/+15
* Implement XEP-0294: Jingle RTP Header Extensions Negotiation stanzasMelvin Keskin2022-10-011-0/+46
* Implement XEP-0167: Jingle RTP Sessions Informational Messages (#460)Melvin Keskin2022-10-011-1/+45
* Implement XEP-0293: Jingle RTP Feedback Negotiation stanza parts (#455)Melvin Keskin2022-09-291-0/+86
* Implement XEP-0167: Jingle RTP Sessions multiplexingMelvin Keskin2022-09-251-0/+3
* Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)Melvin Keskin2022-09-251-0/+4
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-5/+12
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* doc: Use XEP links everywhereLinus Jahn2020-02-111-3/+3
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-2/+2
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-15/+14
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-4/+4
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* hide QXmppJinglePayloadType internalsJeremy Lainé2015-08-311-7/+5
* add some code docsJeremy Lainé2015-08-311-0/+1
* hide QXmppJingleCandidate internalsJeremy Lainé2015-08-311-10/+6
* add assignment operators for QXmppJingleIq and QXmppJingleIq::ContentJeremy Lainé2015-08-311-0/+4
* allow QXmppJingleIq to have multiple contentsJeremy Lainé2015-08-311-2/+4
* hide QXmppJingleIq internalsJeremy Lainé2015-08-311-23/+13
* parse DTLS-SRTP attributes according to XEP-0320Jeremy Lainé2015-08-281-0/+10
* hide QXmppJingIq::Content internalsJeremy Lainé2015-08-281-13/+5
* add method to parse SDP to QXmppJingleIq::ContentJeremy Lainé2015-08-271-1/+3
* add method to generate SDP from QXmppJingleIq::ContentJeremy Lainé2015-08-271-0/+1
* add support for SSRC in QXmppJingleIqJeremy Lainé2015-08-271-0/+4
* QXmppJingleCandidate : add accessors for "generation"Jeremy Lainé2015-08-171-0/+3
* ICE candidate foundation can be an arbitrary stringJeremy Lainé2015-08-171-3/+3
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-131-3/+3
* update project homepageJeremy Lainé2014-03-281-1/+1
* update project homepageJeremy Lainé2014-03-271-1/+1
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
* update copyright yearJeremy Lainé2012-07-181-1/+1
* fix some documentation warningsJeremy Lainé2012-05-101-3/+3
* add missing QXMPP_EXPORTJeremy Lainé2012-04-201-2/+2
* start marking classes with QXMPP_EXPORTJeremy Lainé2012-04-201-3/+3
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+330