index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qxmppmessage
/
tst_qxmppmessage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add XEP-0353: Jingle Message Initiation data classes
Tibor Csötönyi
2023-05-14
1
-0
/
+24
*
EME: Always send encryption name as fallback
Melvin Keskin
2023-03-13
1
-1
/
+1
*
Disable Qt keywords completely
Linus Jahn
2022-12-26
1
-36
/
+36
*
Implement XEP-0444: Message Reactions (#492)
Melvin Keskin
2022-10-16
1
-0
/
+26
*
Allow adding multiple oob urls and a description
Jonah Brüchert
2022-09-28
1
-4
/
+16
*
EncryptedFileSource: Move Cipher enum into QXmppGlobal
Linus Jahn
2022-09-24
1
-1
/
+1
*
EncryptedFileSource: Make public (#469)
Jonah Brüchert
2022-09-24
1
-1
/
+1
*
Implement XEP-0448: Encryption for stateless file sharing parsing (#463)
Linus Jahn
2022-09-16
1
-0
/
+61
*
Implement XEP-0447: Stateless file sharing: File sharing element (#448)
Linus Jahn
2022-09-13
1
-0
/
+27
*
tests: Message: Clean up copyright lines and includes (#426)
Melvin Keskin
2022-06-14
1
-2
/
+0
*
Make OMEMO data classes private
Melvin Keskin
2022-04-07
1
-83
/
+1
*
Message: Replace QXmppMessage::EncryptionMethod with QXmpp::Encryption
Melvin Keskin
2022-04-06
1
-6
/
+6
*
Message: Add end-to-end encryption fallback body
Melvin Keskin
2022-03-17
1
-0
/
+46
*
OmemoElement: Omit payload XML element if empty
Melvin Keskin
2022-03-09
1
-1
/
+2
*
Add QXmppE2eeMetadata used by QXmppStanza
Melvin Keskin
2022-03-03
1
-8
/
+0
*
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
*
Update to OMEMO 0.8, TM 0.6 and ATM 0.4
Melvin Keskin
2021-10-10
1
-11
/
+11
*
Implement stanza parsing for Stanza Content Encryption
Linus Jahn
2021-09-28
1
-5
/
+5
*
Add QXmppAtmManager
Melvin Keskin
2021-09-16
1
-0
/
+8
*
Add QXmppOmemoElement
Melvin Keskin
2021-09-03
1
-0
/
+84
*
tests: util: Allow using ' instead of " in xml
Linus Jahn
2021-08-01
1
-8
/
+8
*
Add QXmppTrustMessageElement
Melvin Keskin
2021-07-06
1
-0
/
+30
*
Fix build with Qt 5.7
Linus Jahn
2021-03-17
1
-1
/
+1
*
Implement MIX-MISC XEP-0407: Invitation message extension (#329)
Melvin Keskin
2021-03-08
1
-0
/
+25
*
Update copyright headers to 2021
Linus Jahn
2021-02-19
1
-1
/
+1
*
QXmppMessage: Add parent thread attribute from RFC6121
Linus Jahn
2020-04-05
1
-7
/
+24
*
Implement XEP-0245: The /me Command
Linus Jahn
2020-03-31
1
-0
/
+48
*
Implement XEP-0359: Unique and Stable Stanza IDs
Linus Jahn
2020-02-11
1
-0
/
+26
*
Implement XEP-0428: Fallback Indication
Linus Jahn
2020-02-10
1
-0
/
+19
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
1
-205
/
+197
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
1
-1
/
+2
*
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
/
+98
*
Use raw literals, range based loops and auto
Jonah Brüchert
2019-10-22
1
-10
/
+10
*
Get QXmppMessage coverage to 100%
Linus Jahn
2019-10-19
1
-32
/
+108
*
Implement XEP-0334: Message Processing Hints
Linus Jahn
2019-09-08
1
-0
/
+51
*
Implement XEP-0380: Explicit Message Encryption
Linus Jahn
2019-09-06
1
-0
/
+46
*
Implement XEP-0367: Message Attaching
Linus Jahn
2019-09-06
1
-0
/
+18
*
Update implementation of XEP-0369 (v0.14.2) and XEP-0405 (v0.4.0)
Linus Jahn
2019-05-04
1
-1
/
+1
*
Implement XEP-0382: Spoiler messages (v0.2.0)
Linus Jahn
2019-05-04
1
-0
/
+41
*
Implement MIX-CORE XEP-0396: Message extension
Linus Jahn
2019-05-01
1
-0
/
+28
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
1
-1
/
+1
*
Implement XEP-0308: Last Message Correction
Linus Jahn
2018-12-30
1
-0
/
+18
*
Add partial support of XEP-0066: Out of Band Data
Linus Jahn
2018-12-19
1
-0
/
+28
*
Merge pull request #88 from fbeutel/carbons
fbeutel
2016-09-04
1
-0
/
+30
*
[add] unit test [add] comment [update] code order to if else statement
Zam-mbpr
2015-05-15
1
-0
/
+21
*
XEP-0333 updated:
Juan Aragon
2014-05-21
1
-4
/
+11
*
XEP-0333: Chat Markers
Juan Aragon
2014-05-20
1
-0
/
+180
*
update project homepage
Jeremy Lainé
2014-03-28
1
-1
/
+1
[next]