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
*
Port deprecated method setCaCertificates of QSslSocket
Jonah Brüchert
2019-09-03
1
-2
/
+6
*
MessageReceiptManager: Don't accept receipts from other resources
Linus Jahn
2019-05-05
1
-1
/
+7
*
[sasl] order mechanisms to prefer the most secure
Jeremy Lainé
2019-01-18
2
-11
/
+10
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
41
-41
/
+41
*
Fix spelling errors
Boris Pek
2019-01-08
5
-6
/
+6
*
Tiny addition to 439ad968c60d7cf44cc05cda72ebfdb1f8741045
Boris Pek
2019-01-03
1
-1
/
+1
*
Set client type in discovery manager based on Qt OS
Linus Jahn
2019-01-03
1
-1
/
+6
*
Use QSysInfo for client OS in VersionManager
Linus Jahn
2019-01-03
1
-3
/
+8
*
Implement XEP-0352: Client State Indication
Linus Jahn
2018-10-29
4
-0
/
+41
*
Add missed variables initialization in constructors of few classes.
Boris Pek
2018-09-18
2
-1
/
+3
*
auto-connect to next DNS-SRV record server on connection failure
Martin Koller
2018-09-08
1
-5
/
+23
*
Drop support for Qt 4
Niels Ole Salscheider
2017-09-04
2
-18
/
+0
*
Initial CMake build system
Niels Ole Salscheider
2017-09-04
1
-46
/
+0
*
Add QXmppMamManager (XEP-0313)
Niels Ole Salscheider
2017-04-29
3
-0
/
+218
*
Implement XEP-0198: Stream Management (client only) (#99)
Niels Ole Salscheider
2017-02-12
2
-52
/
+183
*
Tiny cosmetic fix to avoid cppcheck message about memory leak.
Boris Pek
2017-02-03
1
-1
/
+1
*
do not ignore SSL errors by default (closes #113)
Jeremy Lainé
2016-10-07
1
-2
/
+2
*
clarify the fact QXmppConstants_p.h is not API
Jeremy Lainé
2016-09-08
14
-14
/
+14
*
[carbons] rename QXmppCarbonsManager to QXmppCarbonManager
Jeremy Lainé
2016-09-04
3
-16
/
+16
*
[cosmetic] capitalize XEP-0280: Message Carbons
Jeremy Lainé
2016-09-04
1
-1
/
+1
*
Merge pull request #88 from fbeutel/carbons
fbeutel
2016-09-04
3
-0
/
+188
*
QXmppTransferManager: Close only devices which we opened.
Alexandr Akulich
2015-10-27
1
-1
/
+4
*
QXmppTransferManager: Fixed device ownership.
Alexandr Akulich
2015-10-27
1
-3
/
+2
*
File transfer: Make sure the filename is being converted to a QUrl correctly
fbeutel
2015-10-21
1
-1
/
+1
*
fix typo
Jeremy Lainé
2015-08-31
1
-1
/
+1
*
cosmetic tweak
Jeremy Lainé
2015-08-31
1
-5
/
+4
*
refactor
Jeremy Lainé
2015-08-31
1
-73
/
+27
*
allow QXmppJingleIq to have multiple contents
Jeremy Lainé
2015-08-31
1
-64
/
+72
*
fix compiler warning about unused variable
Jeremy Lainé
2015-08-28
1
-2
/
+1
*
QXmppCallManager : set the local SSRC in jingle IQ
Jeremy Lainé
2015-08-27
1
-0
/
+1
*
check sendFile is actually given a full JID
Jeremy Lainé
2015-08-15
1
-6
/
+10
*
add a note that QXmppTransferManager::sendFile requires a full JID
Jeremy Lainé
2015-08-15
1
-0
/
+6
*
Make QXmppClient::connectToServer(config, presence) a slot (closes #63)
Jeremy Lainé
2015-07-31
1
-3
/
+3
*
Remove trailing comma after last item in enums
Jeremy Lainé
2015-03-13
4
-9
/
+9
*
rename 'error' to 'errors' in socketSslErrors slot
Jeremy Lainé
2015-03-12
1
-4
/
+4
*
emit sslErrors in a way they can be ignored on demand
Jeremy Lainé
2015-03-12
3
-1
/
+9
*
Add a QXmppClient::sslErrors signal to report SSL errors.
Jeremy Lainé
2015-03-11
2
-0
/
+10
*
clean up support for 'bad-auth' replies, see #36
Jeremy Lainé
2015-02-25
1
-3
/
+4
*
Handle `bad-auth` auth replies, closes #36.
0xd34df00d
2015-01-28
1
-0
/
+2
*
move documentation mainpage to doc/index.doc
Jeremy Lainé
2014-08-21
1
-41
/
+0
*
Merge pull request #8 from trulabs/feature/XEP-0333
Jeremy Lainé
2014-06-23
1
-1
/
+2
|
\
|
*
Advertise support for XEP-0333
Juan Aragon
2014-05-21
1
-1
/
+2
*
|
Added ability to retrieve socket error string for client
Nikita Krupenko
2014-06-04
2
-0
/
+9
|
/
*
add support for legacy SSL
Jeremy Lainé
2014-04-06
2
-5
/
+15
*
Use QString() instead of "" for default methods arguments
Jeremy Lainé
2014-03-28
2
-3
/
+3
*
update project homepage
Jeremy Lainé
2014-03-28
37
-42
/
+42
*
update project homepage
Jeremy Lainé
2014-03-27
37
-42
/
+42
*
update copyright notice to 2008-2014
Jeremy Lainé
2014-03-26
37
-37
/
+37
*
re-order member initialization (silences GCC warning)
Jeremy Lainé
2013-08-28
1
-2
/
+2
*
Fixed possible memory leak in QXmppTransferManager
Nikita Krupenko
2013-08-28
1
-1
/
+1
[next]