aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move CandidatePair definition to QXmppStun.cppJeremy Lainé2015-08-242-38/+39
* stop STUN retry timer when transaction completesJeremy Lainé2015-08-241-0/+1
* use PIMPL + accessors for QXmppRtpPacketJeremy Lainé2015-08-245-93/+228
* move QXmppRtpPacket to it's own filesJeremy Lainé2015-08-207-111/+182
* add QXmppRtcpPacket classJeremy Lainé2015-08-206-0/+277
* QXmppRtpChannel: make it possible to get / set the local SSRCJeremy Lainé2015-08-192-10/+28
* QXmppJingleCandidate : add accessors for "generation"Jeremy Lainé2015-08-173-0/+20
* test QXmppJingleCandidateJeremy Lainé2015-08-171-0/+28
* ICE candidate foundation can be an arbitrary stringJeremy Lainé2015-08-173-9/+8
* ICE: do not send USERNAME in binding responsesJeremy Lainé2015-08-161-1/+0
* prine USE-CANDIDATEJeremy Lainé2015-08-161-0/+2
* generate ICE tie breaker instead of 0Jeremy Lainé2015-08-162-3/+19
* add a test for QXmppIceConnectionJeremy Lainé2015-08-163-0/+85
* QXmppTransferManager test incoming transfer completionJeremy Lainé2015-08-151-0/+6
* QXmppTransferManager: test all IBB / SOCKS5 combinationsJeremy Lainé2015-08-151-11/+61
* check sendFile is actually given a full JIDJeremy Lainé2015-08-151-6/+10
* add a note that QXmppTransferManager::sendFile requires a full JIDJeremy Lainé2015-08-151-0/+6
* add test for QXmppTransferManagerJeremy Lainé2015-08-155-0/+222
* move TestPasswordChecker to test utilitiesJeremy Lainé2015-08-152-40/+33
* correctly receive data immediately following a SOCKS5 message (closes #64)Jeremy Lainé2015-08-152-19/+30
* Make QXmppClient::connectToServer(config, presence) a slot (closes #63)Jeremy Lainé2015-07-312-3/+5
* fix reading/writing phone numbers in vCard (closes #65)Jeremy Lainé2015-07-313-18/+24
* socks5: make server explicitly return "no acceptable method"Jeremy Lainé2015-07-272-2/+12
* socks5: only advance state on successJeremy Lainé2015-07-271-8/+8
* socks5: improve test coverage of failed CONNECTJeremy Lainé2015-07-271-6/+33
* socks5: add test case for clientJeremy Lainé2015-07-271-45/+99
* improve testsJeremy Lainé2015-07-271-2/+15
* add some tests for invalid SOCKS5 handshake from clientJeremy Lainé2015-07-271-0/+45
* don't hardcode port 1080Jeremy Lainé2015-07-271-2/+1
* add some tests for QXmppSocksServerJeremy Lainé2015-07-273-0/+126
* Merge branch 'LightZam-issue#56'Jeremy Lainé2015-06-042-0/+32
|\
| * fix pubsub retract queryZam-mbpr2015-06-042-0/+32
| * [add] unit test [add] comment [update] code order to if else statementZam-mbpr2015-06-042-14/+39
| * use XEP-0203 instead of XEP-0091, if there have XEP-0203.Zam-mbpr2015-06-041-9/+9
* | Merge pull request #53 from LightZam/issue#52Jeremy Lainé2015-06-032-5/+30
|\ \
| * | [add] unit test [add] comment [update] code order to if else statementZam-mbpr2015-05-152-14/+39
| * | use XEP-0203 instead of XEP-0091, if there have XEP-0203.Zam-mbpr2015-05-151-9/+9
* | | Merge pull request #54 from servonic/set_cert_by_objJeremy Lainé2015-05-222-0/+28
|\ \ \ | |/ / |/| / | |/
| * Added possibility to set local TLS certificate and private key as QSslCertifi...servonic2015-05-222-0/+28
|/
* explicitly state that Qt 5.x is supportedJeremy Lainé2015-03-151-1/+1
* mark QXmpp 0.8.3 as releasedJeremy Lainé2015-03-131-2/+2
* fix pedantic GCC error about char overflowJeremy Lainé2015-03-131-2/+2
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-1322-38/+39
* feed changelogJeremy Lainé2015-03-121-0/+3
* rename 'error' to 'errors' in socketSslErrors slotJeremy Lainé2015-03-121-4/+4
* emit sslErrors in a way they can be ignored on demandJeremy Lainé2015-03-123-1/+9
* Add a QXmppClient::sslErrors signal to report SSL errors.Jeremy Lainé2015-03-113-0/+15
* clean up support for 'bad-auth' replies, see #36Jeremy Lainé2015-02-253-9/+5
* remove trailing comma in enumJeremy Lainé2015-02-191-1/+1
* fix compilation issue with Qt 5.5, closes #40Jeremy Lainé2015-02-191-0/+1