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
*
Update OMEMO to new libomemo-c 0.5 APIs
Melvin Keskin
2023-03-09
1
-1
/
+1
*
Client: Rename send/sendUnencrypted to sendSensitive/send
Linus Jahn
2023-01-28
2
-6
/
+6
*
Fix pubsubmanager test: Wrong error value expected
Linus Jahn
2023-01-28
1
-7
/
+1
*
Task/Promise: Don't allow abstract types
Linus Jahn
2023-01-28
1
-6
/
+6
*
Fix discovery manager incoming request handling
Linus Jahn
2023-01-22
2
-2
/
+20
*
Use QXmppError in all IQ results instead of StanzaError
Linus Jahn
2023-01-22
2
-6
/
+10
*
Rename TuneItem to UserTuneItem
Linus Jahn
2023-01-03
2
-2
/
+2
*
Add tests for QXmppTask
Linus Jahn
2023-01-03
1
-2
/
+67
*
Introduce QXmppTask & QXmppPromise
Linus Jahn
2023-01-03
7
-73
/
+94
*
Replace QXmpp::SendError with QXmppError everywhere
Linus Jahn
2022-12-30
1
-4
/
+4
*
StanzaError: Remove optional getter/settters for type/condition
Linus Jahn
2022-12-29
1
-6
/
+5
*
cmake: Use generate_export_header() instead of doing manually
Linus Jahn
2022-12-29
1
-1
/
+1
*
Stream: Add IQ response sender check
Linus Jahn
2022-12-28
2
-30
/
+39
*
PubSubEvent: Split up Items type into Items and virtual Retract type
Linus Jahn
2022-12-28
1
-1
/
+1
*
PubSubManager: Add 'own' to PEP function names
Linus Jahn
2022-12-28
1
-16
/
+16
*
test: omemo: Fix usage of old PubSubIq include
Linus Jahn
2022-12-28
1
-1
/
+0
*
Disable Qt keywords completely
Linus Jahn
2022-12-26
52
-499
/
+482
*
Move PubSubIq into QXmpp::Private namespace
Linus Jahn
2022-12-26
2
-37
/
+39
*
Make PubSubIq header private
Linus Jahn
2022-12-26
2
-2
/
+1
*
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
[next]