| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -5/+5 |
| | | | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator. | ||||
| * | Message: Add parseExtensions() for parsing additional extensions | Melvin Keskin | 2022-06-14 | 1 | -14/+25 |
| | | | | | Useful for encryption when parsing decrypted elements. | ||||
| * | Message: Initialize message type directly as 'chat' | Melvin Keskin | 2022-06-14 | 1 | -2/+1 |
| | | | | | | | | | Previously the type had been set to Normal first and then to Chat. There's no change in behviour. The changes to the unit test qxmppomemodata are just for consistency. Signed-off-by: Linus Jahn <lnj@kaidan.im> | ||||
| * | Message: Do not allow XEP-0184 request and received element together | Melvin Keskin | 2022-05-12 | 1 | -2/+4 |
| | | |||||
| * | Message: Apply clang-format | Melvin Keskin | 2022-04-20 | 1 | -1/+1 |
| | | |||||
| * | Make OMEMO data classes private | Melvin Keskin | 2022-04-07 | 1 | -1/+2 |
| | | |||||
| * | Message: Move encryption namespace parsing into Global private | Linus Jahn | 2022-04-06 | 1 | -30/+6 |
| | | |||||
| * | Message: Replace QXmppMessage::EncryptionMethod with QXmpp::Encryption | Melvin Keskin | 2022-04-06 | 1 | -5/+5 |
| | | |||||
| * | Message: Add end-to-end encryption fallback body | Melvin Keskin | 2022-03-17 | 1 | -0/+40 |
| | | |||||
| * | Merge branch '1.4' | Linus Jahn | 2022-03-16 | 1 | -1/+3 |
| |\ | |||||
| | * | Message: Processing Hints: Fix UB when parsing unknown hint | Linus Jahn | 2022-03-16 | 1 | -1/+3 |
| | | | |||||
| * | | Message: Use null string instead of empty QStringLiteral("") | Linus Jahn | 2022-03-13 | 1 | -1/+1 |
| | | | |||||
| * | | Add QXmppE2eeMetadata used by QXmppStanza | Melvin Keskin | 2022-03-03 | 1 | -41/+0 |
| | | | | | | | | | | | | | That class contains addtional data needed for end-to-end encryption purposes. 'senderKey' is moved from QXmppMessage to QXmppE2eeMetadata. 'sceTimestamp' is introduced. | ||||
| * | | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -25/+6 |
| | | | |||||
| * | | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | XEP-0380: Add new encryptions (#384) | Melvin Keskin | 2021-12-19 | 1 | -2/+6 |
| | | | | | | | Updates to version 0.4. | ||||
| * | | Update to OMEMO 0.8, TM 0.6 and ATM 0.4 | Melvin Keskin | 2021-10-10 | 1 | -3/+4 |
| | | | | | | | | | | | | | * OMEMO has namespace 'urn:xmpp:omemo:2' and uses SCE 0.4 now * TM has namespace 'urn:xmpp:tm:1' and uses Base64 for key identifiers * ATM uses Base64 for key identifiers | ||||
| * | | Implement stanza parsing for Stanza Content Encryption | Linus Jahn | 2021-09-28 | 1 | -317/+404 |
| | | | |||||
| * | | Add QXmppAtmManager | Melvin Keskin | 2021-09-16 | 1 | -0/+39 |
| | | | |||||
| * | | Add QXmppOmemoElement | Melvin Keskin | 2021-09-03 | 1 | -0/+34 |
| | | | | | | | | | Co-authored-by: Germán Márquez Mejía <mancho@olomono.de> | ||||
| * | | Add QXmppTrustMessageElement | Melvin Keskin | 2021-07-06 | 1 | -0/+35 |
| | | | |||||
| * | | Refactor QXmppMessage to support parsing with inheritance | Linus Jahn | 2021-07-01 | 1 | -149/+157 |
| |/ | | | | Required for PubSub event notifications with templates. | ||||
| * | Replace qAsConst by std::as_const | Linus Jahn | 2021-03-17 | 1 | -1/+1 |
| | | |||||
| * | Implement MIX-MISC XEP-0407: Invitation message extension (#329) | Melvin Keskin | 2021-03-08 | 1 | -0/+40 |
| | | | | | | | | This implements the message extension for MIX invitations from XEP-0407: Mediated Information eXchange (MIX): Miscellaneous Capabilities in version 0.1.2. https://xmpp.org/extensions/xep-0407.html#usecase-user-invite | ||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add \since tags for QXmpp 1.0 everywhere | Linus Jahn | 2020-04-06 | 1 | -1/+4 |
| | | |||||
| * | Clean up QXmppMessage | Linus Jahn | 2020-04-06 | 1 | -292/+410 |
| | | |||||
| * | QXmppMessage: Add parent thread attribute from RFC6121 | Linus Jahn | 2020-04-05 | 1 | -3/+34 |
| | | | | | | | The 'parent' attribute for <thread/> element in messages has been introduced in RFC6121. This commit adds parsing and serialization for it, including unit tests. | ||||
| * | Implement XEP-0245: The /me Command | Linus Jahn | 2020-03-31 | 1 | -0/+60 |
| | | | | | | | | This adds parsing for recognizing /me commands in message bodies. It complies with version 1.0 of XEP-0245: The /me Command. https://xmpp.org/extensions/xep-0245.html | ||||
| * | Expand QSL and QBL | Jonah Brüchert | 2020-03-29 | 1 | -112/+112 |
| | | | | | So they don't leak into the public API | ||||
| * | Reformat code | Jonah Brüchert | 2020-03-28 | 1 | -1/+1 |
| | | |||||
| * | base: Convert to QStringLiteral | Jonah Brüchert | 2020-03-28 | 1 | -112/+112 |
| | | | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral) | ||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -47/+47 |
| | | |||||
| * | Implement XEP-0359: Unique and Stable Stanza IDs | Linus Jahn | 2020-02-11 | 1 | -1/+95 |
| | | | | | | This adds support of XEP-0359: Unique and Stable Stanza IDs in version 0.6.0. | ||||
| * | Implement XEP-0428: Fallback Indication | Linus Jahn | 2020-02-10 | 1 | -1/+43 |
| | | | | | | | This adds support of XEP-0428: Fallback Indication in version 0.1.0. https://xmpp.org/extensions/xep-0428.html | ||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -34/+28 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -5/+6 |
| | | |||||
| * | Replace manual xmlns writing by writeDefaultNamespace() | Linus Jahn | 2020-01-29 | 1 | -19/+19 |
| | | | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h") | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Implement XEP-0231: Bits of Binary: message extension | Linus Jahn | 2019-12-06 | 1 | -0/+44 |
| | | | | | This adds support for XEP-0231: Bits of Binary attachments in messages. | ||||
| * | Add \since QXmpp 1.1 to all new methods and classes | Linus Jahn | 2019-10-23 | 1 | -0/+40 |
| | | | | | Methods of new classes have no \since tag. | ||||
| * | Refactor & clean up QXmppMessage | Linus Jahn | 2019-10-19 | 1 | -303/+257 |
| | | | | | | | | | | | | | | | | This simplifies parsing and fixes a possible bug: The bug case looks like this: - We have one element we want to parse (e,g, "attachment" with namespace xyz) - There is another element called "attachment" in the stanza and it's located before the other element. - QXmppMessage tries to parse the attachment element using firstChildElement("attachment") and checks the namespace - The namespace (of the first) element doesn't match - The actual "attachment" element is not parsed This also fixes the "constructor does not initialize these fields: […]" warnings for QXmppMessagePrivate. | ||||
| * | Implement XEP-0334: Message Processing Hints | Linus Jahn | 2019-09-08 | 1 | -0/+56 |
| | | | | | | | | | | | This implements parsing and serialization of XEP-0334: Message Processing Hints in version 0.3.0. https://xmpp.org/extensions/xep-0334.html Co-authored-by: Juan Aragon <jaaragont@gmail.com> Co-authored-by: Sam Truscott <sam@wumpus.co.uk> | ||||
| * | Implement XEP-0380: Explicit Message Encryption | Linus Jahn | 2019-09-06 | 1 | -1/+104 |
| | | | | | | | | This adds parsing and serialization for XEP-0380: Explicit Message Encryption in version 0.3.0. https://xmpp.org/extensions/xep-0380.html | ||||
| * | Implement XEP-0367: Message Attaching | Linus Jahn | 2019-09-06 | 1 | -0/+33 |
| | | | | | | This adds parsing and serialization for XEP-0367: Message Attaching in version 0.3.0. | ||||
| * | Implement XEP-0382: Spoiler messages (v0.2.0) | Linus Jahn | 2019-05-04 | 1 | -0/+62 |
| | | | | | This adds parsing and serialization of spoilers in the QXmppMessage class. | ||||
| * | Implement MIX-CORE XEP-0396: Message extension | Linus Jahn | 2019-05-01 | 1 | -0/+45 |
| | | | | | | | | This implements the new message extension specified by XEP-0369: Mediated Information eXchange (MIX) in version 0.14.2. https://xmpp.org/extensions/xep-0369.html#usecase-user-message | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Implement XEP-0308: Last Message Correction | Linus Jahn | 2018-12-30 | 1 | -0/+34 |
| | | |||||
