aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [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 QSslCertifi...servonic2015-05-222-0/+28
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-1321-38/+38
* 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 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
|\
| * Merge pull request #8 from trulabs/feature/XEP-0333Jeremy Lainé2014-06-235-1/+155
| |\
| | * Advertise support for XEP-0333Juan Aragon2014-05-211-1/+2
| | * XEP-0333 updated:Juan Aragon2014-05-212-12/+47
| | * XEP-0333: Chat MarkersJuan Aragon2014-05-204-0/+118
| * | Added ability to retrieve socket error string for clientNikita Krupenko2014-06-042-0/+9
| * | Incremented version in QXmppGlobal.h.0xd34df00d2014-04-231-1/+1
| * | Added equality ops for QXmppVCardIq.0xd34df00d2014-04-232-0/+31
| * | Equality ops for QXmppVCard{Email,Phone,Organization}.0xd34df00d2014-04-232-0/+58
| * | Added operator== and != for QXmppVCardAddress.0xd34df00d2014-04-232-0/+20
| |/
| * add support for legacy SSLJeremy Lainé2014-04-062-5/+15
* | fix linking speex / theora / vpx for static buildsJeremy Lainé2014-07-191-15/+0
|/
* Use QString() instead of "" for default methods argumentsJeremy Lainé2014-03-285-8/+8
* update project homepageJeremy Lainé2014-03-28126-131/+131
* update project homepageJeremy Lainé2014-03-27126-131/+131
* hide some methods from doxygenJeremy Lainé2014-03-261-0/+2
* bump version to 0.8.0Jeremy Lainé2014-03-261-1/+1
* update copyright notice to 2008-2014Jeremy Lainé2014-03-26125-125/+125
* fix typoJeremy Lainé2014-03-261-1/+1
* Remove deprecated QXmppPresence::Status typeJeremy Lainé2014-03-262-129/+27
* Documented QXmppVCardOrganization.0xd34df00d2014-03-261-2/+24
* Added QXmppVCardOrganization API.0xd34df00d2014-03-222-0/+152
* Added QPair include just in case.0xd34df00d2014-03-091-0/+1
* Avoid keeping the source QDomDocument in QXmppElement.0xd34df00d2014-03-032-5/+19