aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMessage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace qAsConst by std::as_constLinus Jahn2021-03-171-1/+1
* Implement MIX-MISC XEP-0407: Invitation message extension (#329)Melvin Keskin2021-03-081-0/+40
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
* Add \since tags for QXmpp 1.0 everywhereLinus Jahn2020-04-061-1/+4
* Clean up QXmppMessageLinus Jahn2020-04-061-292/+410
* QXmppMessage: Add parent thread attribute from RFC6121Linus Jahn2020-04-051-3/+34
* Implement XEP-0245: The /me CommandLinus Jahn2020-03-311-0/+60
* Expand QSL and QBLJonah Brüchert2020-03-291-112/+112
* Reformat codeJonah Brüchert2020-03-281-1/+1
* base: Convert to QStringLiteralJonah Brüchert2020-03-281-112/+112
* doc: Use XEP links everywhereLinus Jahn2020-02-111-47/+47
* Implement XEP-0359: Unique and Stable Stanza IDsLinus Jahn2020-02-111-1/+95
* Implement XEP-0428: Fallback IndicationLinus Jahn2020-02-101-1/+43
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-34/+28
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-5/+6
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-19/+19
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
* Implement XEP-0231: Bits of Binary: message extensionLinus Jahn2019-12-061-0/+44
* Add \since QXmpp 1.1 to all new methods and classesLinus Jahn2019-10-231-0/+40
* Refactor & clean up QXmppMessageLinus Jahn2019-10-191-303/+257
* Implement XEP-0334: Message Processing HintsLinus Jahn2019-09-081-0/+56
* Implement XEP-0380: Explicit Message EncryptionLinus Jahn2019-09-061-1/+104
* Implement XEP-0367: Message AttachingLinus Jahn2019-09-061-0/+33
* Implement XEP-0382: Spoiler messages (v0.2.0)Linus Jahn2019-05-041-0/+62
* Implement MIX-CORE XEP-0396: Message extensionLinus Jahn2019-05-011-0/+45
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
* Fix spelling errorsBoris Pek2019-01-081-1/+1
* Implement XEP-0308: Last Message CorrectionLinus Jahn2018-12-301-0/+34
* Add partial support of XEP-0066: Out of Band DataLinus Jahn2018-12-191-0/+28
* Implement XEP-0198: Stream Management (client only) (#99)Niels Ole Salscheider2017-02-121-0/+8
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
* Merge pull request #88 from fbeutel/carbonsfbeutel2016-09-041-1/+37
* [add] unit test [add] comment [update] code order to if else statementZam-mbpr2015-05-151-14/+18
* use XEP-0203 instead of XEP-0091, if there have XEP-0203.Zam-mbpr2015-05-151-9/+9
* remove trailing comma in enumJeremy Lainé2015-02-191-1/+1
* XEP-0333 updated:Juan Aragon2014-05-211-9/+39
* XEP-0333: Chat MarkersJuan Aragon2014-05-201-0/+96
* 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
* Added QPair include just in case.0xd34df00d2014-03-091-0/+1
* Namespace-based matching for known elements.0xd34df00d2014-02-281-14/+15
* Support other extensions besides 'x' in QXmppMessage.0xd34df00d2014-02-111-14/+42
* explicitly parse XEP-0249: Direct MUC Invitations message attributesJeremy Lainé2012-09-121-0/+70
* add extended addresses to QXmppMessage and QXmppPresenceJeremy Lainé2012-09-031-2/+2
* revert previous commitJeremy Lainé2012-09-031-2/+5
* add support for extended addressesJeremy Lainé2012-09-031-5/+2
* make QXmppMessage use implicit data sharingJeremy Lainé2012-07-211-68/+113
* refactor message type parsingJeremy Lainé2012-07-211-64/+18
* doc fixesJeremy Lainé2012-07-211-49/+51