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
Commit message (
Expand
)
Author
Age
Files
Lines
*
E2eeExtension: Add isEncrypted() and decryptMessage() functions
Linus Jahn
2022-10-18
1
-0
/
+5
*
Implement XEP-0444: Message Reactions (#492)
Melvin Keskin
2022-10-16
3
-0
/
+137
*
Skip call manager tests on macOS
Linus Jahn
2022-10-16
2
-0
/
+9
*
Clean up CallManager test
Linus Jahn
2022-10-16
1
-21
/
+7
*
tests: JingleIq: Test RTP crypto element separately and fix comparisons
Melvin Keskin
2022-10-13
1
-45
/
+92
*
Implement XEP-0167: Jingle RTP Sessions SRTP negotiation (#487)
Melvin Keskin
2022-10-03
1
-0
/
+170
*
Implement XEP-0167: Jingle RTP Sessions error conditions (#485)
Melvin Keskin
2022-10-02
1
-1
/
+97
*
tests: JingleIq: Fix comparison for 'uint32_t'
Melvin Keskin
2022-10-02
1
-9
/
+9
*
Implement XEP-0294: Jingle RTP Header Extensions Negotiation stanzas
Melvin Keskin
2022-10-01
1
-0
/
+171
*
Implement XEP-0167: Jingle RTP Sessions Informational Messages (#460)
Melvin Keskin
2022-10-01
1
-23
/
+139
*
tests: JingleIq: Improve testing RTP Feedback Negotiation
Melvin Keskin
2022-10-01
1
-1
/
+5
*
Implement XEP-0293: Jingle RTP Feedback Negotiation stanza parts (#455)
Melvin Keskin
2022-09-29
1
-0
/
+324
*
Allow adding multiple oob urls and a description
Jonah BrĂ¼chert
2022-09-28
1
-4
/
+16
*
Implement XEP-0167: Jingle RTP Sessions multiplexing
Melvin Keskin
2022-09-25
1
-0
/
+5
*
tests: JingleIq: Test setters for content attributes
Melvin Keskin
2022-09-25
1
-54
/
+69
*
Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)
Melvin Keskin
2022-09-25
2
-0
/
+44
*
Add file encryption functions and Encryption/DecryptionDevice
Linus Jahn
2022-09-24
2
-0
/
+111
*
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
*
Add multithreaded hashing functions
Linus Jahn
2022-09-16
2
-1
/
+80
*
Implement XEP-0448: Encryption for stateless file sharing parsing (#463)
Linus Jahn
2022-09-16
1
-0
/
+61
*
tests: HttpUploadManager: Fix build with Qt 5.9
Linus Jahn
2022-09-14
1
-5
/
+5
*
tests: utils: Add missing <memory> include
Linus Jahn
2022-09-14
1
-0
/
+1
*
BitsOfBinaryData: Add fromByteArray() utility function
Linus Jahn
2022-09-14
1
-0
/
+30
*
Implement XEP-0447: Stateless file sharing: File sharing element (#448)
Linus Jahn
2022-09-13
1
-0
/
+27
*
tests: util: wait: Check whether spy.wait() succeeded
Linus Jahn
2022-09-12
1
-1
/
+1
*
tests: HttpUploadManager: Add test for uploadFile()
Linus Jahn
2022-09-09
1
-3
/
+85
*
tests: util: Add wait(QFuture) function
Linus Jahn
2022-09-09
1
-0
/
+12
*
tests: util: Add expectVariant() helper
Linus Jahn
2022-09-09
1
-8
/
+17
*
tests: HttpUploadManager: Add test for future based API
Linus Jahn
2022-09-09
1
-0
/
+66
*
tests: HttpUploadManager: Modernize and refactor
Linus Jahn
2022-09-09
1
-61
/
+54
*
tests: TestClient: Add takePacket() and takeLastPacket()
Linus Jahn
2022-09-09
1
-0
/
+10
*
tests: HttpUploadManager: Clean up and replace TestHelper class
Linus Jahn
2022-09-09
2
-81
/
+48
*
Rename UploadRequestManager test to HttpUploadManager test
Linus Jahn
2022-09-09
7
-22
/
+22
*
Reformat code
Linus Jahn
2022-09-06
7
-16
/
+28
*
ci: Add Qt 6 builds
Linus Jahn
2022-09-04
2
-3
/
+7
*
Message: Add isCarbonForwarded attribute
Linus Jahn
2022-08-14
1
-0
/
+2
*
tests: CarbonManager: Also test manager v2 & refactor
Linus Jahn
2022-08-14
1
-60
/
+86
*
Split up OMEMO into extra module
Linus Jahn
2022-08-13
1
-0
/
+5
*
ci: Enable OMEMO for full+5.15 configs
Linus Jahn
2022-08-13
3
-1
/
+36
*
Implement XEP-0384: OMEMO Encryption v0.8
Melvin Keskin
2022-08-13
4
-2
/
+834
*
Stanza: Move E2eeMetadata into own header file
Linus Jahn
2022-07-11
2
-0
/
+3
*
tests: client: Fix memory leak
Linus Jahn
2022-07-10
1
-2
/
+2
*
Move SecurityPolicy, TrustLevel intro extra headers
Linus Jahn
2022-06-18
2
-182
/
+186
*
Fix typos in documentation and tests
Melvin Keskin
2022-06-14
1
-2
/
+2
*
tests: Message: Clean up copyright lines and includes (#426)
Melvin Keskin
2022-06-14
1
-2
/
+0
*
Message: Initialize message type directly as 'chat'
Melvin Keskin
2022-06-14
1
-2
/
+2
*
Remove PubSubEventManager (in favour of EventHandler)
Linus Jahn
2022-05-28
1
-3
/
+3
*
Apply 'clang-format' (#429)
Melvin Keskin
2022-05-28
1
-1
/
+3
*
Client: Add SendStanzaParams parameter to send functions
Linus Jahn
2022-05-22
1
-2
/
+2
[next]