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
/
QXmppClient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QXmppPacket: Use QFutureInterface directly without shared_ptr
Linus Jahn
2022-03-03
1
-23
/
+22
*
Client: Forward E2eeExtension result types to use them directly
Linus Jahn
2022-02-02
1
-5
/
+8
*
Client: Use 'QXmppE2eeExtension::EncryptMessageResult'
Melvin Keskin
2022-02-02
1
-2
/
+2
*
Client: Fix 'send()' doesn't forward result from stream when using e2ee
Melvin Keskin
2022-02-02
1
-3
/
+5
*
Client: Fix comma placement in function documentation
Melvin Keskin
2022-02-02
1
-4
/
+4
*
Run 'clang-format' on all files
Melvin Keskin
2022-01-15
1
-25
/
+24
*
Convert copyright headers to REUSE
Linus Jahn
2022-01-14
1
-22
/
+3
*
Update copyright years (2022 edition)
Linus Jahn
2022-01-09
1
-1
/
+1
*
QXmppClient: Add encryption hooks
Linus Jahn
2021-09-28
1
-3
/
+157
*
Client: Require moving the packets/iqs for sending
Linus Jahn
2021-09-28
1
-6
/
+6
*
Refactor packet sending: Add SendSuccess/SendError
Linus Jahn
2021-09-03
1
-24
/
+4
*
Make it possible to send QXmppNonzas over streams
Linus Jahn
2021-08-26
1
-2
/
+1
*
QXmppClient: Add addNewExtension<T>()
Linus Jahn
2021-07-23
1
-0
/
+10
*
More template magic for QFutures
Linus Jahn
2021-07-05
1
-1
/
+1
*
Add QXmppClient::sendGenericIq() just returning Success/StanzaError
Linus Jahn
2021-07-05
1
-0
/
+38
*
Add reporting of IQ responses with QFutures
Linus Jahn
2021-06-27
1
-0
/
+21
*
QXmppClient: Add send() function with QFuture
Linus Jahn
2021-06-27
1
-0
/
+42
*
QXmppClient: Reset Stream Management package cache on JID changes
Linus Jahn
2021-03-11
1
-1
/
+7
*
Update copyright headers to 2021
Linus Jahn
2021-02-19
1
-1
/
+1
*
QXmppClient: Advertise stream management state
Linus Jahn
2021-01-09
1
-0
/
+18
*
QXmppClient: Remove static disco feature for attention
Linus Jahn
2020-04-07
1
-2
/
+0
*
Add \since tags for QXmpp 1.0 everywhere
Linus Jahn
2020-04-06
1
-2
/
+8
*
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
1
-0
/
+22
*
doc: Use XEP links everywhere
Linus Jahn
2020-02-11
1
-7
/
+9
*
Fix undocumented Q_PROPERTies
Linus Jahn
2020-02-04
1
-4
/
+0
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
1
-42
/
+29
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
1
-11
/
+11
*
QXmppClient: Remove obsolete methods for TLS management
Linus Jahn
2020-01-29
1
-41
/
+0
*
Make QXmppTlsManager an internal client extension
Linus Jahn
2020-01-29
1
-1
/
+1
*
QXmppClient: Split up QXmppClientPrivate into private header
Linus Jahn
2020-01-29
1
-25
/
+3
*
Move TLS negotiation into new QXmppTlsManager
Linus Jahn
2020-01-20
1
-2
/
+43
*
Port majority of old-style connects (#237)
JBB
2020-01-20
1
-44
/
+32
*
Bump copyright year to 2020
Linus Jahn
2020-01-06
1
-1
/
+1
*
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
*
Replace Q_FOREACH (foreach) by C++11 ranged for-loops
Linus Jahn
2019-10-23
1
-4
/
+2
*
Port away from deprecated client extension getters of the QXmppClient
Linus Jahn
2019-10-23
1
-10
/
+19
*
Use raw literals, range based loops and auto
Jonah Brüchert
2019-10-22
1
-1
/
+1
*
Deprecate QXmppClient::{rosterManager,vCardManager,versionManager}()
Linus Jahn
2019-10-14
1
-0
/
+7
*
Modernize codebase using clang-tidy
Jonah Brüchert
2019-09-08
1
-3
/
+3
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
1
-1
/
+1
*
Implement XEP-0352: Client State Indication
Linus Jahn
2018-10-29
1
-0
/
+23
*
clarify the fact QXmppConstants_p.h is not API
Jeremy Lainé
2016-09-08
1
-1
/
+1
*
emit sslErrors in a way they can be ignored on demand
Jeremy Lainé
2015-03-12
1
-1
/
+1
*
Add a QXmppClient::sslErrors signal to report SSL errors.
Jeremy Lainé
2015-03-11
1
-0
/
+4
*
move documentation mainpage to doc/index.doc
Jeremy Lainé
2014-08-21
1
-41
/
+0
*
Added ability to retrieve socket error string for client
Nikita Krupenko
2014-06-04
1
-0
/
+8
*
update project homepage
Jeremy Lainé
2014-03-28
1
-4
/
+4
*
update project homepage
Jeremy Lainé
2014-03-27
1
-4
/
+4
[next]