index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
github-ci: Use Qt 5.9.9 (instead of 5.9.0)
Linus Jahn
2021-03-17
1
-2
/
+2
*
Merge branch '1.4'
Linus Jahn
2021-03-17
5
-5
/
+16
|
\
|
*
Fix build with Qt 5.7
Linus Jahn
2021-03-17
5
-5
/
+16
*
|
Merge branch '1.4'
Linus Jahn
2021-03-17
8
-11
/
+11
|
\
|
|
*
Replace qAsConst by std::as_const
Linus Jahn
2021-03-17
8
-11
/
+11
*
|
README: Minor correction (speex/theora libs => gstreamer)
Linus Jahn
2021-03-17
1
-1
/
+1
*
|
Continue with QXmpp 1.5.0
Linus Jahn
2021-03-15
2
-1
/
+6
|
/
*
Release QXmpp 1.4.0
Linus Jahn
2021-03-15
1
-2
/
+2
*
Prepare changelog for 1.4
Linus Jahn
2021-03-15
1
-1
/
+15
*
Merge branch '1.3'
Linus Jahn
2021-03-15
2
-3
/
+4
|
\
|
*
Link privately against GStreamer
Jonah BrĂ¼chert
2021-03-15
1
-1
/
+1
|
*
Avoid depending on gst/gst.h in a public header, fixes #325
0xd34df00d
2021-03-15
1
-2
/
+3
*
|
doc: xeps: Include XEP titles in links using new macro
Linus Jahn
2021-03-11
1
-55
/
+55
*
|
doc: Also include XEP title into XEP links
Linus Jahn
2021-03-11
1
-1
/
+2
*
|
doc: xep: Add MIX-MISC v0.1 to ongoing XEPs
Linus Jahn
2021-03-11
1
-0
/
+1
*
|
QXmppClient: Reset Stream Management package cache on JID changes
Linus Jahn
2021-03-11
5
-1
/
+28
*
|
tests: Add integration tests for VCardManager
Linus Jahn
2021-03-11
1
-5
/
+70
*
|
tests: Add basics for integration tests
Linus Jahn
2021-03-11
1
-0
/
+79
*
|
Implement MIX-MISC XEP-0407: Invitation message extension (#329)
Melvin Keskin
2021-03-08
11
-2
/
+444
*
|
cmake: Simplify Qt5/Qt6 handling
Linus Jahn
2021-02-26
7
-28
/
+12
*
|
Disable use of Qt APIs deprecated since Qt 5.15
Linus Jahn
2021-02-19
1
-0
/
+1
*
|
QXmppCallStream: Use QRandomGenerator for Qt >= 5.10
Linus Jahn
2021-02-19
1
-0
/
+8
*
|
RosterManager: Request items with MIX annotation (#331)
Melvin Keskin
2021-02-19
1
-0
/
+4
*
|
Update copyright headers to 2021
Linus Jahn
2021-02-19
232
-232
/
+232
*
|
Improve wording in method documentation (#330)
melvo
2021-02-17
4
-6
/
+6
*
|
Merge remote-tracking branch 'origin/stable'
Linus Jahn
2021-01-09
0
-0
/
+0
|
\
|
|
*
Release QXmpp 1.3.2
Linus Jahn
2021-01-09
2
-1
/
+10
|
*
server: Add 'to' and 'from' attributes to dialback init stream header (#324)
Alexander Akulich
2021-01-02
1
-2
/
+5
|
*
QXmppTransferManager: Fix undefined behaviour when parsing features (#322)
Jan Lorenz
2020-12-11
1
-2
/
+6
|
*
doc: Add QXmppPushEnableIq to Stanzas group
Linus Jahn
2020-08-08
1
-0
/
+2
|
*
Hide deprecation warnings caused by compatibility code
Linus Jahn
2020-08-08
2
-3
/
+16
*
|
Release QXmpp 1.3.2
Linus Jahn
2021-01-09
1
-0
/
+9
*
|
RosterManager: Cache roster when using stream management
Linus Jahn
2021-01-09
2
-9
/
+37
*
|
RosterManager: Refactor/modernise code
Linus Jahn
2021-01-09
2
-49
/
+50
*
|
QXmppClient: Advertise stream management state
Linus Jahn
2021-01-09
4
-2
/
+85
*
|
QXmppStream: Move stream management into separate class
Linus Jahn
2021-01-09
4
-129
/
+188
*
|
Clean up QXmppStream (stream management)
Linus Jahn
2021-01-09
2
-33
/
+42
*
|
server: Add 'to' and 'from' attributes to dialback init stream header (#324)
Alexander Akulich
2021-01-02
1
-2
/
+5
*
|
Fix empty incoming XML log introduced in 6dce271
Linus Jahn
2020-12-27
1
-1
/
+1
*
|
github-ci: macOS: Fix python installation
Linus Jahn
2020-12-26
1
-2
/
+3
*
|
github-ci: Update to Qt 5.15.2
Linus Jahn
2020-12-26
1
-1
/
+1
*
|
README: Update XMPP Compliance Suites
Linus Jahn
2020-12-26
1
-3
/
+3
*
|
QXmppTransferManager: Fix undefined behaviour when parsing features (#322)
Jan Lorenz
2020-12-11
1
-2
/
+6
*
|
Add SCRAM-SHA3-512 SASL algorithm
Linus Jahn
2020-10-31
2
-0
/
+16
*
|
Add SCRAM-SHA-512 SASL algorithm
Linus Jahn
2020-10-31
2
-0
/
+5
*
|
SaslClientScram: Refactor to simplify adding new algorithms
Linus Jahn
2020-10-31
3
-34
/
+59
*
|
ci: macos: Install python@3.9 to solve brew link errors
Linus Jahn
2020-10-31
1
-0
/
+2
*
|
QXmppDataForm: tiny fix after 8cfb21e93bb83e3d4cdb4cb26d608c04c340639c
Boris Pek
2020-10-11
1
-1
/
+1
*
|
QXmppDataForm: Fix with Qt6 QVariant::isNull() behaviour
Linus Jahn
2020-10-10
1
-1
/
+1
*
|
tests: Adapt to Qt6's stricter XML parsing
Linus Jahn
2020-10-10
3
-55
/
+72
[next]