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
*
Refactor QXmppRegisterIq: Replace registerType by two separate attr.
Linus Jahn
2020-02-04
2
-6
/
+7
*
Add unit tests for QXmppRegistrationManager
Linus Jahn
2020-02-04
2
-0
/
+487
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
27
-1140
/
+1122
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
43
-65
/
+94
*
QXmppRegisterIq: Add utility methods to create common requests
Linus Jahn
2020-02-03
1
-0
/
+35
*
Add QXmppStartTlsPacket to replace hard-coded XML in TLS code
Linus Jahn
2020-01-20
2
-0
/
+94
*
Port majority of old-style connects (#237)
JBB
2020-01-20
7
-52
/
+52
*
QXmppClient: Add method to get index of extension
Linus Jahn
2020-01-13
1
-4
/
+32
*
QXmppRegisterIq: Add registerType for registered/remove
Linus Jahn
2020-01-13
1
-32
/
+81
*
Bump copyright year to 2020
Linus Jahn
2020-01-06
43
-43
/
+43
*
Add a .clang-format somewhat close to the current style
0xd34df00d
2019-12-23
1
-4
/
+3
*
Refactor QXmppPresence, Add missing tests
Linus Jahn
2019-12-10
1
-30
/
+69
*
Refactor QXmppPubSubIq and add missing tests
Linus Jahn
2019-12-08
1
-3
/
+105
*
Implement XEP-0231: Bits of Binary: register IQ extension
Linus Jahn
2019-12-06
1
-0
/
+99
*
Implement XEP-0231: Bits of Binary: message extension
Linus Jahn
2019-12-06
1
-0
/
+98
*
Implement XEP-0231: Bits of Binary: stanza extension
Linus Jahn
2019-12-06
1
-1
/
+1
*
Implement XEP-0231: Bits of Binary: IQ
Linus Jahn
2019-12-06
2
-0
/
+222
*
Implement XEP-0231: Bits of Binary: content identifiers
Linus Jahn
2019-12-06
2
-0
/
+229
*
Replace deprecated Q_ENUMS with Q_ENUM
Linus Jahn
2019-10-27
2
-4
/
+0
*
Replace Q_FOREACH (foreach) by C++11 ranged for-loops
Linus Jahn
2019-10-23
1
-4
/
+8
*
Refactor data form media element
Linus Jahn
2019-10-23
1
-19
/
+130
*
Add minimal test for QXmppClient
Linus Jahn
2019-10-23
2
-0
/
+82
*
Use raw literals, range based loops and auto
Jonah Brüchert
2019-10-22
7
-29
/
+29
*
Revert "Implement MIX-PAM XEP-0405: Roster IQ extension"
Linus Jahn
2019-10-21
1
-42
/
+0
*
Add unit tests for QXmppUploadRequestManager
blue
2019-10-20
5
-0
/
+445
*
Implement XEP-0363: HTTP File Upload: Error cases
Linus Jahn
2019-10-20
1
-0
/
+69
*
Get QXmppMessage coverage to 100%
Linus Jahn
2019-10-19
1
-32
/
+108
*
travis: Build with all available threads
Linus Jahn
2019-10-14
1
-2
/
+8
*
Modernize codebase using clang-tidy
Jonah Brüchert
2019-09-08
4
-5
/
+5
*
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
*
Add tests for setters of QXmppStreamFeatures
Linus Jahn
2019-09-06
1
-0
/
+25
*
Add test for checking 'required' mode of stream features
Linus Jahn
2019-09-06
1
-0
/
+19
*
Implement XEP-0367: Message Attaching
Linus Jahn
2019-09-06
1
-0
/
+18
*
travis: show as much build errors as possible
Boris Pek
2019-09-04
1
-1
/
+1
*
Add tests for QXmppMessageReceiptManager
Linus Jahn
2019-05-05
2
-0
/
+99
*
Implement XEP-0363: HTTP File Upload: Request/Slot IQs
Linus Jahn
2019-05-04
2
-0
/
+173
*
tests: mix items: Fix using old namespace in examples
Linus Jahn
2019-05-04
1
-4
/
+4
*
Update implementation of XEP-0369 (v0.14.2) and XEP-0405 (v0.4.0)
Linus Jahn
2019-05-04
2
-23
/
+23
*
Implement XEP-0382: Spoiler messages (v0.2.0)
Linus Jahn
2019-05-04
1
-0
/
+41
*
Implement MIX-CORE XEP-0369: Info/Participant node items
Linus Jahn
2019-05-04
2
-0
/
+160
*
Implement MIX-PAM XEP-0405: Roster IQ extension
Linus Jahn
2019-05-01
1
-0
/
+42
*
Implement MIX-PAM XEP-0405: Presence extension
Linus Jahn
2019-05-01
1
-0
/
+28
*
Implement MIX-CORE XEP-0396: Message extension
Linus Jahn
2019-05-01
1
-0
/
+28
*
Implement XEP-0369/XEP-0405 (MIX): IQ queries
Linus Jahn
2019-01-20
2
-0
/
+420
*
[sasl] order mechanisms to prefer the most secure
Jeremy Lainé
2019-01-18
1
-1
/
+1
*
[sasl] add support for SCRAM-SHA-1 and SCRAM-SHA-256
Jeremy Lainé
2019-01-17
1
-1
/
+92
*
[tests] add CMake option to build internal tests
Jeremy Lainé
2019-01-17
2
-4
/
+7
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
35
-35
/
+35
*
Implement XEP-0319: Last User Interaction in Presence
Linus Jahn
2019-01-04
1
-0
/
+23
[next]