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
*
move CandidatePair definition to QXmppStun.cpp
Jeremy Lainé
2015-08-24
2
-38
/
+39
*
stop STUN retry timer when transaction completes
Jeremy Lainé
2015-08-24
1
-0
/
+1
*
use PIMPL + accessors for QXmppRtpPacket
Jeremy Lainé
2015-08-24
5
-93
/
+228
*
move QXmppRtpPacket to it's own files
Jeremy Lainé
2015-08-20
7
-111
/
+182
*
add QXmppRtcpPacket class
Jeremy Lainé
2015-08-20
6
-0
/
+277
*
QXmppRtpChannel: make it possible to get / set the local SSRC
Jeremy Lainé
2015-08-19
2
-10
/
+28
*
QXmppJingleCandidate : add accessors for "generation"
Jeremy Lainé
2015-08-17
3
-0
/
+20
*
test QXmppJingleCandidate
Jeremy Lainé
2015-08-17
1
-0
/
+28
*
ICE candidate foundation can be an arbitrary string
Jeremy Lainé
2015-08-17
3
-9
/
+8
*
ICE: do not send USERNAME in binding responses
Jeremy Lainé
2015-08-16
1
-1
/
+0
*
prine USE-CANDIDATE
Jeremy Lainé
2015-08-16
1
-0
/
+2
*
generate ICE tie breaker instead of 0
Jeremy Lainé
2015-08-16
2
-3
/
+19
*
add a test for QXmppIceConnection
Jeremy Lainé
2015-08-16
3
-0
/
+85
*
QXmppTransferManager test incoming transfer completion
Jeremy Lainé
2015-08-15
1
-0
/
+6
*
QXmppTransferManager: test all IBB / SOCKS5 combinations
Jeremy Lainé
2015-08-15
1
-11
/
+61
*
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
*
add test for QXmppTransferManager
Jeremy Lainé
2015-08-15
5
-0
/
+222
*
move TestPasswordChecker to test utilities
Jeremy Lainé
2015-08-15
2
-40
/
+33
*
correctly receive data immediately following a SOCKS5 message (closes #64)
Jeremy Lainé
2015-08-15
2
-19
/
+30
*
Make QXmppClient::connectToServer(config, presence) a slot (closes #63)
Jeremy Lainé
2015-07-31
2
-3
/
+5
*
fix reading/writing phone numbers in vCard (closes #65)
Jeremy Lainé
2015-07-31
3
-18
/
+24
*
socks5: make server explicitly return "no acceptable method"
Jeremy Lainé
2015-07-27
2
-2
/
+12
*
socks5: only advance state on success
Jeremy Lainé
2015-07-27
1
-8
/
+8
*
socks5: improve test coverage of failed CONNECT
Jeremy Lainé
2015-07-27
1
-6
/
+33
*
socks5: add test case for client
Jeremy Lainé
2015-07-27
1
-45
/
+99
*
improve tests
Jeremy Lainé
2015-07-27
1
-2
/
+15
*
add some tests for invalid SOCKS5 handshake from client
Jeremy Lainé
2015-07-27
1
-0
/
+45
*
don't hardcode port 1080
Jeremy Lainé
2015-07-27
1
-2
/
+1
*
add some tests for QXmppSocksServer
Jeremy Lainé
2015-07-27
3
-0
/
+126
*
Merge branch 'LightZam-issue#56'
Jeremy Lainé
2015-06-04
2
-0
/
+32
|
\
|
*
fix pubsub retract query
Zam-mbpr
2015-06-04
2
-0
/
+32
|
*
[add] unit test [add] comment [update] code order to if else statement
Zam-mbpr
2015-06-04
2
-14
/
+39
|
*
use XEP-0203 instead of XEP-0091, if there have XEP-0203.
Zam-mbpr
2015-06-04
1
-9
/
+9
*
|
Merge pull request #53 from LightZam/issue#52
Jeremy Lainé
2015-06-03
2
-5
/
+30
|
\
\
|
*
|
[add] unit test [add] comment [update] code order to if else statement
Zam-mbpr
2015-05-15
2
-14
/
+39
|
*
|
use XEP-0203 instead of XEP-0091, if there have XEP-0203.
Zam-mbpr
2015-05-15
1
-9
/
+9
*
|
|
Merge pull request #54 from servonic/set_cert_by_obj
Jeremy Lainé
2015-05-22
2
-0
/
+28
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Added possibility to set local TLS certificate and private key as QSslCertifi...
servonic
2015-05-22
2
-0
/
+28
|
/
*
explicitly state that Qt 5.x is supported
Jeremy Lainé
2015-03-15
1
-1
/
+1
*
mark QXmpp 0.8.3 as released
Jeremy Lainé
2015-03-13
1
-2
/
+2
*
fix pedantic GCC error about char overflow
Jeremy Lainé
2015-03-13
1
-2
/
+2
*
Remove trailing comma after last item in enums
Jeremy Lainé
2015-03-13
22
-38
/
+39
*
feed changelog
Jeremy Lainé
2015-03-12
1
-0
/
+3
*
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
3
-0
/
+15
*
clean up support for 'bad-auth' replies, see #36
Jeremy Lainé
2015-02-25
3
-9
/
+5
*
remove trailing comma in enum
Jeremy Lainé
2015-02-19
1
-1
/
+1
*
fix compilation issue with Qt 5.5, closes #40
Jeremy Lainé
2015-02-19
1
-0
/
+1
[next]