| Commit message (Collapse) | 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 | 4 | -78/+214 |
| | | |||||
| * | move QXmppRtpPacket to it's own files | Jeremy Lainé | 2015-08-20 | 6 | -108/+181 |
| | | |||||
| * | add QXmppRtcpPacket class | Jeremy Lainé | 2015-08-20 | 3 | -0/+204 |
| | | |||||
| * | 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 | 2 | -0/+19 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | correctly receive data immediately following a SOCKS5 message (closes #64) | Jeremy Lainé | 2015-08-15 | 1 | -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-31 | 1 | -3/+3 |
| | | |||||
| * | fix reading/writing phone numbers in vCard (closes #65) | Jeremy Lainé | 2015-07-31 | 1 | -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-27 | 1 | -2/+7 |
| | | |||||
| * | socks5: only advance state on success | Jeremy Lainé | 2015-07-27 | 1 | -8/+8 |
| | | |||||
| * | fix pubsub retract query | Zam-mbpr | 2015-06-04 | 1 | -0/+2 |
| | | | | | fix issue #56 | ||||
| * | [add] unit test [add] comment [update] code order to if else statement | Zam-mbpr | 2015-06-04 | 1 | -14/+18 |
| | | |||||
| * | use XEP-0203 instead of XEP-0091, if there have XEP-0203. | Zam-mbpr | 2015-06-04 | 1 | -9/+9 |
| | | |||||
| * | Added possibility to set local TLS certificate and private key as ↵ | servonic | 2015-05-22 | 2 | -0/+28 |
| | | | | | QSslCertificate and QSslKey | ||||
| * | Remove trailing comma after last item in enums | Jeremy Lainé | 2015-03-13 | 21 | -38/+38 |
| | | | | | This allows compilation with GCC in pedantic mode. | ||||
| * | 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 | 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 |
| | | |||||
| * | Upgraded library version to 0.8.3. | 0xd34df00d | 2015-01-28 | 1 | -1/+1 |
| | | |||||
| * | Handle `bad-auth` auth replies, closes #36. | 0xd34df00d | 2015-01-28 | 3 | -1/+8 |
| | | |||||
| * | older Opus version do not have OPUS_SET_PREDICTION_DISABLED | Jeremy Lainé | 2015-01-07 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #20 from hipersayanX/master | Jeremy Lainé | 2015-01-07 | 3 | -21/+270 |
| |\ | | | | | Added Opus codec. Added FEC for Vp8 codec. | ||||
| | * | Added some comments for Vp8 codec. | Gonzalo Exequiel Pedone | 2014-11-27 | 1 | -1/+15 |
| | | | |||||
| | * | Added some comments for Opus codec. | Gonzalo Exequiel Pedone | 2014-11-26 | 2 | -5/+27 |
| | | | |||||
| | * | Added FEC for Vp8 codec. | Gonzalo Exequiel Pedone | 2014-11-26 | 3 | -21/+68 |
| | | | |||||
| | * | Added Opus codec. | Gonzalo Exequiel Pedone | 2014-11-26 | 3 | -0/+166 |
| | | | |||||
| * | | bump version to 0.8.2 | Jeremy Lainé | 2015-01-07 | 1 | -1/+1 |
| |/ | |||||
| * | move documentation mainpage to doc/index.doc | Jeremy Lainé | 2014-08-21 | 1 | -41/+0 |
| | | |||||
| * | add support for profiling / test coverage | Jeremy Lainé | 2014-07-21 | 1 | -0/+7 |
| | | |||||
| * | Merge branch 'master' of github.com:qxmpp-project/qxmpp | Jeremy Lainé | 2014-07-19 | 12 | -7/+289 |
| |\ | |||||
| | * | Merge pull request #8 from trulabs/feature/XEP-0333 | Jeremy Lainé | 2014-06-23 | 5 | -1/+155 |
| | |\ | | | | | | | XEP-0333: Chat Markers | ||||
| | | * | Advertise support for XEP-0333 | Juan Aragon | 2014-05-21 | 1 | -1/+2 |
| | | | | |||||
| | | * | XEP-0333 updated: | Juan Aragon | 2014-05-21 | 2 | -12/+47 |
| | | | | | | | | | | | | | | | | | | | -Methods documented -Symmetrical getters/setters -Unit tests updated | ||||
| | | * | XEP-0333: Chat Markers | Juan Aragon | 2014-05-20 | 4 | -0/+118 |
| | | | | |||||
| | * | | Added ability to retrieve socket error string for client | Nikita Krupenko | 2014-06-04 | 2 | -0/+9 |
| | | | | |||||
| | * | | Incremented version in QXmppGlobal.h. | 0xd34df00d | 2014-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | So that we can now in the calling code that we can use newer features. | ||||
| | * | | Added equality ops for QXmppVCardIq. | 0xd34df00d | 2014-04-23 | 2 | -0/+31 |
| | | | | |||||
| | * | | Equality ops for QXmppVCard{Email,Phone,Organization}. | 0xd34df00d | 2014-04-23 | 2 | -0/+58 |
| | | | | |||||
| | * | | Added operator== and != for QXmppVCardAddress. | 0xd34df00d | 2014-04-23 | 2 | -0/+20 |
| | |/ | |||||
