aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge branch 'master' of github.com:qxmpp-project/qxmppJeremy Lainé2015-02-056-4/+11
|\
| * Upgraded library version to 0.8.3.0xd34df00d2015-01-283-3/+3
| * Handle `bad-auth` auth replies, closes #36.0xd34df00d2015-01-283-1/+8
* | do not install testcases (fixes #37)Jeremy Lainé2015-02-051-0/+3
|/
* use doxygen for "full" buildsJeremy Lainé2015-01-072-2/+2
* older Opus version do not have OPUS_SET_PREDICTION_DISABLEDJeremy Lainé2015-01-071-0/+2
* [travis] enable Opus codec in "full" buildsJeremy Lainé2015-01-071-1/+1
* [travis] try using Ubuntu SDK PPAJeremy Lainé2015-01-071-3/+2
* install libopus-dev for 'full' buildJeremy Lainé2015-01-071-1/+1
* feed changelogJeremy Lainé2015-01-071-0/+2
* restore alphabetical order for QXMPP_* optionsJeremy Lainé2015-01-072-6/+6
* Merge pull request #20 from hipersayanX/masterJeremy Lainé2015-01-075-21/+276
|\
| * 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-265-0/+172
* | only build / install docs if QXMPP_USE_DOXYGEN=1 is passed to qmakeJeremy Lainé2015-01-072-12/+13
* | bump version to 0.8.2Jeremy Lainé2015-01-072-2/+2
* | bump version, feed changelogJeremy Lainé2015-01-072-1/+9
* | don't build tests, examples, docs for iosJeremy Lainé2015-01-071-1/+1
* | rework html docs generationJeremy Lainé2015-01-071-8/+7
* | remove "html" directory on distcleanJeremy Lainé2015-01-071-0/+1
* | make documentation generation work in out-of-source buildsJeremy Lainé2015-01-072-3/+9
* | remove manually crafted "make dist"Jeremy Lainé2015-01-071-12/+1
* | finalize changelog for 0.8.1Jeremy Lainé2014-12-191-2/+2
* | clear doxygen_sqlite3.dbJeremy Lainé2014-12-191-1/+1
* | feed changelogJeremy Lainé2014-12-191-0/+4
* | prune trailing whitespaceJeremy Lainé2014-12-197-13/+13
* | add rpath to examplesJeremy Lainé2014-12-191-0/+1
|/
* [travis] enable APT cachingJeremy Lainé2014-09-131-0/+1
* ensure "make check" works for out of source buildsJeremy Lainé2014-09-131-1/+1
* [travis] use "make check" to run testsJeremy Lainé2014-09-131-1/+1
* remove useless tests/run.pyJeremy Lainé2014-09-131-63/+0
* Merge branch 'master' of github.com:qxmpp-project/qxmppJeremy Lainé2014-09-131-1/+1
|\
| * Merge pull request #15 from allbabel/masterJeremy Lainé2014-09-031-1/+1
| |\
| | * iOS compileAndy Bell2014-09-031-1/+1
| |/
* / make it possible to run tests using "make check"Jeremy Lainé2014-09-131-0/+3
|/