aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* don't send triggered check if one is in progressJeremy Lainé2015-08-241-3/+3
|
* handle binding error responseJeremy Lainé2015-08-241-12/+10
|
* tweak debuggingJeremy Lainé2015-08-241-2/+1
|
* fix sending triggered checkJeremy Lainé2015-08-241-1/+3
|
* hide QXmppIceComponent private membersJeremy Lainé2015-08-242-148/+152
|
* make ICE use actual STUN transactionsJeremy Lainé2015-08-242-48/+143
|
* use STUN_ID_SIZE consistentlyJeremy Lainé2015-08-241-13/+13
|
* QXmppStunTransaction : delay initial messageJeremy Lainé2015-08-241-5/+3
|
* ICE: sort candidate pairs according RFC 5245Jeremy Lainé2015-08-241-0/+10
|
* 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-244-78/+214
|
* move QXmppRtpPacket to it's own filesJeremy Lainé2015-08-206-108/+181
|
* add QXmppRtcpPacket classJeremy Lainé2015-08-203-0/+204
|
* 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-172-0/+19
|
* 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
|
* 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
|
* correctly receive data immediately following a SOCKS5 message (closes #64)Jeremy Lainé2015-08-151-16/+15
| | | | | | | | | | The SOCKS5 client and server would discard any currently buffered received data when processing a SOCKS5 command as they used readAll(). Now they only consume the SOCKS5 command's bytes, preserving any buffered data. Why this situation should occur is a different matter, I would be surprised to see it happen during file transfer, due to the sequence in which the handshake is performed.
* Make QXmppClient::connectToServer(config, presence) a slot (closes #63)Jeremy Lainé2015-07-311-3/+3
|
* fix reading/writing phone numbers in vCard (closes #65)Jeremy Lainé2015-07-311-2/+2
| | | | | The phone numbers were incorrectly read from / written to vCard as a "PHONE" element instead of "TEL".
* socks5: make server explicitly return "no acceptable method"Jeremy Lainé2015-07-271-2/+7
|
* socks5: only advance state on successJeremy Lainé2015-07-271-8/+8
|
* fix pubsub retract queryZam-mbpr2015-06-041-0/+2
| | | | fix issue #56
* [add] unit test [add] comment [update] code order to if else statementZam-mbpr2015-06-041-14/+18
|
* use XEP-0203 instead of XEP-0091, if there have XEP-0203.Zam-mbpr2015-06-041-9/+9
|
* Added possibility to set local TLS certificate and private key as ↵servonic2015-05-222-0/+28
| | | | QSslCertificate and QSslKey
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-1321-38/+38
| | | | This allows compilation with GCC in pedantic mode.
* 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-112-0/+10
|
* 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
|
* Upgraded library version to 0.8.3.0xd34df00d2015-01-281-1/+1
|
* Handle `bad-auth` auth replies, closes #36.0xd34df00d2015-01-283-1/+8
|
* older Opus version do not have OPUS_SET_PREDICTION_DISABLEDJeremy Lainé2015-01-071-0/+2
|
* Merge pull request #20 from hipersayanX/masterJeremy Lainé2015-01-073-21/+270
|\ | | | | Added Opus codec. Added FEC for Vp8 codec.
| * Added some comments for Vp8 codec.Gonzalo Exequiel Pedone2014-11-271-1/+15
| |
| * Added some comments for Opus codec.Gonzalo Exequiel Pedone2014-11-262-5/+27
| |
| * Added FEC for Vp8 codec.Gonzalo Exequiel Pedone2014-11-263-21/+68
| |
| * Added Opus codec.Gonzalo Exequiel Pedone2014-11-263-0/+166
| |
* | bump version to 0.8.2Jeremy Lainé2015-01-071-1/+1
|/
* move documentation mainpage to doc/index.docJeremy Lainé2014-08-211-41/+0
|
* add support for profiling / test coverageJeremy Lainé2014-07-211-0/+7
|
* Merge branch 'master' of github.com:qxmpp-project/qxmppJeremy Lainé2014-07-1912-7/+289
|\