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
...
*
Add extra unit test for QXmppStream
Linus Jahn
2020-10-10
3
-0
/
+142
*
Disable foreach also in examples and tests
Linus Jahn
2020-10-10
1
-2
/
+2
*
ci: macos: Remove python2 unlinking to fix build
Linus Jahn
2020-09-29
1
-1
/
+0
*
Merge branch 'stable'
Linus Jahn
2020-07-20
1
-4
/
+65
|
\
|
*
QXmppCarbonManager: Fix vulnerability: Add sender check
Linus Jahn
2020-07-20
1
-4
/
+65
|
*
QXmppMessageReceiptManager: Ignore all error messages
Linus Jahn
2020-07-20
1
-1
/
+20
|
*
Add unit test for QXmppRosterIq subscription status
Melvin Keskin
2020-07-20
1
-1
/
+24
*
|
CMake: Hide Qt6 find errors
Linus Jahn
2020-07-10
1
-1
/
+1
*
|
Introduce Qt 6 compatibility
Linus Jahn
2020-07-03
4
-6
/
+8
*
|
QXmppMessageReceiptManager: Ignore all error messages
Linus Jahn
2020-07-03
1
-1
/
+20
*
|
Add unit test for QXmppRosterIq subscription status
Melvin Keskin
2020-04-09
1
-1
/
+24
*
|
Add unit tests for QXmppAttentionManager
Linus Jahn
2020-04-07
2
-0
/
+220
|
/
*
Add roster versioning stream feature
Linus Jahn
2020-04-05
1
-0
/
+3
*
QXmppRosterIq: Add 'approved' attribute from RFC6121
Linus Jahn
2020-04-05
1
-8
/
+49
*
Add pre-approved presence subscriptions stream feature
Linus Jahn
2020-04-05
1
-0
/
+15
*
QXmppMessage: Add parent thread attribute from RFC6121
Linus Jahn
2020-04-05
1
-7
/
+24
*
QXmppStanza::Error: Add 'by' attribute from RFC6120
Linus Jahn
2020-04-04
1
-8
/
+34
*
Correct authors of tests for Registration/RosterManager
Linus Jahn
2020-04-01
2
-4
/
+2
*
tests: Fix build with Qt 5.9
Linus Jahn
2020-04-01
2
-6
/
+6
*
actions: Push documentation to doc.qxmpp.org
Linus Jahn
2020-04-01
2
-1
/
+48
*
QXmppStanza::Error: Add redirection URI from RFC6120
Linus Jahn
2020-04-01
1
-8
/
+63
*
Merge branch 'stable'
Linus Jahn
2020-04-01
6
-28
/
+329
|
\
|
*
Add tests for QXmppRosterManager
Linus Jahn
2020-04-01
2
-0
/
+111
|
*
Add QXmppVCardManger tests
Linus Jahn
2020-04-01
2
-0
/
+109
|
*
tests: util: Add writePacketToDom() helper
Linus Jahn
2020-04-01
2
-14
/
+14
|
*
QXmppMessageReceiptManager: Fix receipts are sent on error messages (#269)
Blue
2020-03-27
1
-3
/
+82
|
*
Fix switch statement when handling IQ stanza for registration
Melvin Keskin
2020-03-24
1
-11
/
+13
*
|
Add tests for QXmppStanza::Error parsing
Linus Jahn
2020-03-31
1
-0
/
+169
*
|
Implement XEP-0245: The /me Command
Linus Jahn
2020-03-31
1
-0
/
+48
*
|
Implement XEP-0357: Push Notifications enable/disable IQ (#271)
JBB
2020-03-29
2
-0
/
+174
*
|
QXmppDataForm: Add ctor with all attributes
Linus Jahn
2020-03-29
1
-2
/
+39
*
|
Update copyright year from '2019' to '2020' for forgotten files
Melvin Keskin
2020-03-29
1
-1
/
+1
*
|
[tests] run Linux and OS X tests using GitHub Actions
Jeremy Lainé
2020-03-24
2
-11
/
+1
*
|
Allow to set multiple STUN servers
Niels Ole Salscheider
2020-03-16
1
-1
/
+5
*
|
Travis: Unlink python2 to avoid conflict in CI
Niels Ole Salscheider
2020-03-16
1
-0
/
+1
*
|
Port QXmppCallManager to use GStreamer
Niels Ole Salscheider
2020-03-16
6
-357
/
+7
*
|
Reapply "Implement MIX-PAM XEP-0405: Roster IQ extension"
Linus Jahn
2020-02-12
1
-0
/
+42
*
|
Update MAM implementation to v0.6
Linus Jahn
2020-02-11
1
-4
/
+4
*
|
Implement XEP-0359: Unique and Stable Stanza IDs
Linus Jahn
2020-02-11
1
-0
/
+26
*
|
utils: Generate UUIDs for stanza hashes by default
Linus Jahn
2020-02-11
1
-0
/
+17
*
|
Implement XEP-0428: Fallback Indication
Linus Jahn
2020-02-10
1
-0
/
+19
|
/
*
QXmppRegistrationManager: Handle result of deleteAccount()
Linus Jahn
2020-02-06
1
-3
/
+60
*
QXmppRegistrationManager: Pass stanza error by value
Linus Jahn
2020-02-06
1
-1
/
+1
*
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
[prev]
[next]