index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable'
Linus Jahn
2020-07-20
2
-16
/
+33
|
\
|
*
Clean up QXmppCarbonManager
Linus Jahn
2020-07-20
2
-18
/
+29
|
*
QXmppCarbonManager: Fix vulnerability: Add sender check
Linus Jahn
2020-07-20
1
-0
/
+6
|
*
QXmppMessageReceiptManager: Ignore all error messages
Linus Jahn
2020-07-20
1
-1
/
+4
*
|
Adapt to changes in QList in Qt 6.0
Linus Jahn
2020-07-03
2
-7
/
+2
*
|
Replace deprecated QSslSocket::error signal
Linus Jahn
2020-07-03
1
-0
/
+4
*
|
QXmppMessageReceiptManager: Ignore all error messages
Linus Jahn
2020-07-03
1
-1
/
+4
*
|
QXmppClient: Remove static disco feature for attention
Linus Jahn
2020-04-07
1
-2
/
+0
*
|
Add QXmppAttentionManager
Linus Jahn
2020-04-07
2
-0
/
+364
*
|
QXmppClient: State that iqReceived() is only emitted for results
Linus Jahn
2020-04-07
2
-5
/
+8
|
/
*
Add \since tags for QXmpp 1.0 everywhere
Linus Jahn
2020-04-06
4
-5
/
+25
*
QXmppClient: Add new service discovery features
Linus Jahn
2020-04-06
1
-0
/
+18
*
QXmppDiscoveryManager: Move static features into QXmppClientPrivate
Linus Jahn
2020-04-06
3
-11
/
+32
*
QXmppRosterManager: Add comment on pre-approved subscriptions
Linus Jahn
2020-04-05
1
-3
/
+12
*
QXmppCallStream: Wrap callback in std::function
Jonah BrĂ¼chert
2020-04-02
3
-6
/
+9
*
Merge branch 'stable'
Linus Jahn
2020-04-01
4
-2
/
+8
|
\
|
*
Do not include 'ask' attribute when renaming roster item
Melvin Keskin
2020-04-01
1
-0
/
+4
|
*
Set user's vCard also when 'from' attribute contains user's bare JID
Melvin Keskin
2020-04-01
1
-1
/
+1
|
*
QXmppMessageReceiptManager: Fix receipts are sent on error messages (#269)
Blue
2020-03-27
1
-1
/
+1
|
*
Fix switch statement when handling IQ stanza for registration
Melvin Keskin
2020-03-24
1
-0
/
+2
*
|
Update copyright year from '2019' to '2020' for forgotten files
Melvin Keskin
2020-03-29
1
-1
/
+1
*
|
QXmppCallStream: Fix wrong \since tags
Linus Jahn
2020-03-24
1
-2
/
+2
*
|
Allow to set multiple STUN servers
Niels Ole Salscheider
2020-03-16
4
-8
/
+23
*
|
Port QXmppCallManager to use GStreamer
Niels Ole Salscheider
2020-03-16
9
-754
/
+1599
*
|
Add not authorized condition for stream errors (#191)
henry61024
2020-02-14
1
-0
/
+2
*
|
Make QXmpp work with projects using QT_NO_KEYWORDS
Linus Jahn
2020-02-11
21
-47
/
+47
*
|
doc: Use XEP links everywhere
Linus Jahn
2020-02-11
16
-33
/
+39
|
/
*
QXmppRegistrationManager: Fix typo in deleteAccountIqId
Linus Jahn
2020-02-06
1
-4
/
+4
*
QXmppRegistrationManager: Handle result of deleteAccount()
Linus Jahn
2020-02-06
2
-16
/
+48
*
QXmppRegistrationManager: Pass stanza error by value
Linus Jahn
2020-02-06
1
-2
/
+2
*
Fix undocumented Q_PROPERTies
Linus Jahn
2020-02-04
8
-73
/
+94
*
Fix doxygen warnings about missing titles for \defgroup
Linus Jahn
2020-02-04
1
-2
/
+15
*
Add new QXmppRegistrationManager
Linus Jahn
2020-02-04
3
-4
/
+666
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
23
-656
/
+437
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
34
-117
/
+124
*
Replace manual xmlns writing by writeDefaultNamespace()
Linus Jahn
2020-01-29
2
-2
/
+2
*
QXmppClient: Remove obsolete methods for TLS management
Linus Jahn
2020-01-29
2
-45
/
+0
*
Make QXmppTlsManager an internal client extension
Linus Jahn
2020-01-29
3
-9
/
+27
*
Introduce QXmppInternalClientExtensions
Linus Jahn
2020-01-29
3
-0
/
+103
*
QXmppClient: Split up QXmppClientPrivate into private header
Linus Jahn
2020-01-29
2
-25
/
+78
*
Update copyright notice in missing files
Linus Jahn
2020-01-28
2
-2
/
+2
*
Move TLS negotiation into new QXmppTlsManager
Linus Jahn
2020-01-20
5
-43
/
+168
*
Port majority of old-style connects (#237)
JBB
2020-01-20
10
-268
/
+127
*
QXmppClient: Add missing '\since' tag to new indexOfExtension()
Linus Jahn
2020-01-19
1
-3
/
+4
*
QXmppClient: Add method to get index of extension
Linus Jahn
2020-01-13
1
-0
/
+24
*
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
20
-179
/
+167
*
Replace emails in copyright headers by entries in the AUTHORS file
Linus Jahn
2019-12-08
2
-2
/
+2
*
QXmppClient: Set correct CSI state on connect
Linus Jahn
2019-11-28
1
-2
/
+7
*
QXmppClient: Only send CSI state when connected
Linus Jahn
2019-11-28
1
-1
/
+1
[next]