aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStanza.h
Commit message (Expand)AuthorAgeFilesLines
* StanzaError: Remove optional getter/settters for type/conditionLinus Jahn2022-12-291-4/+0
* Stanza: Make error optionalLinus Jahn2022-12-291-0/+7
* StanzaError: Add NoType and NoCondition for -1 valuesLinus Jahn2022-12-281-0/+2
* Stanza: Move E2eeMetadata into own header fileLinus Jahn2022-07-111-32/+1
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+8
* Stanza: Refactor storage of optional e2ee metadataLinus Jahn2022-05-131-6/+3
* E2eeMetadata: Add enum and attribute for the used encryptionMelvin Keskin2022-04-061-0/+3
* Stanza: Remove unused include (#416)Melvin Keskin2022-04-051-1/+0
* Stanza::Error: Add optional overloads for Condition/TypeLinus Jahn2022-03-121-2/+7
* Stanza: Make E2eeMetadata optional to avoid allocationLinus Jahn2022-03-031-2/+12
* Add QXmppE2eeMetadata used by QXmppStanzaMelvin Keskin2022-03-031-0/+26
* Convert copyright headers to REUSELinus Jahn2022-01-141-24/+5
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
* Implement stanza parsing for Stanza Content EncryptionLinus Jahn2021-09-281-1/+1
* Make QXmppStanza inherit from QXmppNonzaLinus Jahn2021-08-261-5/+3
* tests: Add TestClient class for client testing with QFuturesLinus Jahn2021-07-061-0/+1
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* QXmppStanza::Error: Use std::optional<> internallyLinus Jahn2020-07-121-6/+0
* QXmppStanza::Error: Add 'by' attribute from RFC6120Linus Jahn2020-04-041-0/+3
* Fix build with Qt 5.14Linus Jahn2020-04-011-1/+1
* Add missing optional exclude to deprecated PaymentRequiredLinus Jahn2020-04-011-13/+14
* QXmppStanza::Error: Add redirection URI from RFC6120Linus Jahn2020-04-011-2/+5
* QXmppStanza: Add PolicyViolation error conditionLinus Jahn2020-03-311-1/+5
* Deprecate PaymentRequired error conditionLinus Jahn2020-03-311-1/+4
* Reformat codeJonah Brüchert2020-03-281-27/+27
* doc: Use XEP links everywhereLinus Jahn2020-02-111-5/+8
* Fix missing documentation for for QXmppStanza::ErrorLinus Jahn2020-02-041-27/+32
* Fix doxygen warnings about missing titles for \defgroupLinus Jahn2020-02-041-2/+8
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+3
* Fix that no documentation is generated for QXmppStanza::ErrorLinus Jahn2020-02-021-0/+3
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-21/+18
* Implement XEP-0363: HTTP File Upload: Error casesLinus Jahn2019-10-201-0/+10
* QXmppStanza::Error: Use d-pointer to maintain binary compat in futureLinus Jahn2019-10-201-4/+6
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-0/+2
* clean up support for 'bad-auth' replies, see #36Jeremy Lainé2015-02-251-2/+1
* Handle `bad-auth` auth replies, closes #36.0xd34df00d2015-01-281-1/+2
* Use QString() instead of "" for default methods argumentsJeremy Lainé2014-03-281-2/+2
* 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
* add extended addresses to QXmppMessage and QXmppPresenceJeremy Lainé2012-09-031-1/+1
* make QXmppStanza::toXmlElementFromChild protectedJeremy Lainé2012-09-031-1/+1
* add "extendedAddresses" to QXmppStanzaJeremy Lainé2012-09-031-0/+4
* improve docsJeremy Lainé2012-09-031-5/+4
* make QXmppExtendedAddress::toXml constJeremy Lainé2012-09-031-1/+1
* add QXmppExtendedAddressJeremy Lainé2012-09-031-1/+44
* make QXmppStanza use implicit data sharingJeremy Lainé2012-07-211-6/+7
* update copyright yearJeremy Lainé2012-07-181-1/+1