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
*
Jingle: Remove namespaceUri attribute
Linus Jahn
2023-05-14
2
-28
/
+4
*
Rename QXmppJingleIq.cpp/h to QXmppJingleData.cpp/h and test
Tibor Csötönyi
2023-05-14
2
-50
/
+50
*
Add XEP-0353: Jingle Message Initiation manager
Tibor Csötönyi
2023-05-14
2
-0
/
+925
*
Add XEP-0353: Jingle Message Initiation data classes
Tibor Csötönyi
2023-05-14
2
-13
/
+295
*
Extract JingleIq::Reason to own class and add serialization for JMI
Tibor Csötönyi
2023-05-14
1
-14
/
+14
*
Extract JingleIq::Description to own class
Tibor Csötönyi
2023-05-14
1
-57
/
+64
*
Merge branch '1.5'
Linus Jahn
2023-04-07
5
-13
/
+13
|
\
|
*
Support installing QXmpp with Qt 5 and Qt 6 in parallel
Linus Jahn
2023-04-07
4
-5
/
+5
|
*
tests: RosterManager: Fix wrong server to/from address
Linus Jahn
2023-04-07
1
-8
/
+8
*
|
Merge branch '1.5'
Linus Jahn
2023-03-17
4
-1
/
+139
|
\
|
|
*
EME: Always send encryption name as fallback
Melvin Keskin
2023-03-13
1
-1
/
+1
|
*
tests: Add EntityTimeManager test
Linus Jahn
2023-03-13
2
-0
/
+69
|
*
tests: Add VersionManager test
Linus Jahn
2023-03-13
2
-0
/
+69
*
|
Merge branch '1.5'
Linus Jahn
2023-03-11
3
-3
/
+3
|
\
|
|
*
Run clang-format
Linus Jahn
2023-03-11
3
-3
/
+3
*
|
Merge branch '1.5'
Linus Jahn
2023-03-11
8
-51
/
+48
|
\
|
|
*
Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItem
Linus Jahn
2023-03-09
5
-32
/
+32
|
*
SaslDigestMd5: Fix UB when at the end of input byte array [Qt6 only]
Linus Jahn
2023-03-09
1
-0
/
+10
|
*
tests: streaminitiaioniq: Fix usage of qt keywords
Linus Jahn
2023-03-09
1
-5
/
+4
|
*
SceEnvelope: Don't use reference to avoid misusage
Linus Jahn
2023-03-09
1
-2
/
+1
|
*
tests: OmemoManager: Use CarbonManagerV2
Melvin Keskin
2023-03-09
1
-14
/
+4
|
*
Organize OMEMO includes
Melvin Keskin
2023-03-09
1
-2
/
+0
|
*
Update OMEMO to new libomemo-c 0.5 APIs
Melvin Keskin
2023-03-09
1
-1
/
+1
*
|
Implement XEP-0215: External Service Discovery (#542)
taiBsu
2023-03-09
3
-0
/
+321
*
|
Fix: remove unused variable
Tibor Csötönyi
2023-03-05
1
-1
/
+0
*
|
tests: StreamInitiationIq: Fix usage qt keywords (#535)
Melvin Keskin
2023-02-18
1
-5
/
+4
*
|
Remove Qt < 5.15 compat code
Linus Jahn
2023-01-31
2
-13
/
+2
|
/
*
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
[next]