index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 QSslCertifi...
servonic
2015-05-22
2
-0
/
+28
*
explicitly state that Qt 5.x is supported
Jeremy Lainé
2015-03-15
1
-1
/
+1
*
mark QXmpp 0.8.3 as released
Jeremy Lainé
2015-03-13
1
-2
/
+2
*
fix pedantic GCC error about char overflow
Jeremy Lainé
2015-03-13
1
-2
/
+2
*
Remove trailing comma after last item in enums
Jeremy Lainé
2015-03-13
22
-38
/
+39
*
feed changelog
Jeremy Lainé
2015-03-12
1
-0
/
+3
*
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
3
-0
/
+15
*
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
*
Merge branch 'master' of github.com:qxmpp-project/qxmpp
Jeremy Lainé
2015-02-05
6
-4
/
+11
|
\
|
*
Upgraded library version to 0.8.3.
0xd34df00d
2015-01-28
3
-3
/
+3
|
*
Handle `bad-auth` auth replies, closes #36.
0xd34df00d
2015-01-28
3
-1
/
+8
*
|
do not install testcases (fixes #37)
Jeremy Lainé
2015-02-05
1
-0
/
+3
|
/
*
use doxygen for "full" builds
Jeremy Lainé
2015-01-07
2
-2
/
+2
*
older Opus version do not have OPUS_SET_PREDICTION_DISABLED
Jeremy Lainé
2015-01-07
1
-0
/
+2
*
[travis] enable Opus codec in "full" builds
Jeremy Lainé
2015-01-07
1
-1
/
+1
*
[travis] try using Ubuntu SDK PPA
Jeremy Lainé
2015-01-07
1
-3
/
+2
*
install libopus-dev for 'full' build
Jeremy Lainé
2015-01-07
1
-1
/
+1
*
feed changelog
Jeremy Lainé
2015-01-07
1
-0
/
+2
*
restore alphabetical order for QXMPP_* options
Jeremy Lainé
2015-01-07
2
-6
/
+6
*
Merge pull request #20 from hipersayanX/master
Jeremy Lainé
2015-01-07
5
-21
/
+276
|
\
|
*
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
5
-0
/
+172
*
|
only build / install docs if QXMPP_USE_DOXYGEN=1 is passed to qmake
Jeremy Lainé
2015-01-07
2
-12
/
+13
*
|
bump version to 0.8.2
Jeremy Lainé
2015-01-07
2
-2
/
+2
*
|
bump version, feed changelog
Jeremy Lainé
2015-01-07
2
-1
/
+9
*
|
don't build tests, examples, docs for ios
Jeremy Lainé
2015-01-07
1
-1
/
+1
*
|
rework html docs generation
Jeremy Lainé
2015-01-07
1
-8
/
+7
*
|
remove "html" directory on distclean
Jeremy Lainé
2015-01-07
1
-0
/
+1
*
|
make documentation generation work in out-of-source builds
Jeremy Lainé
2015-01-07
2
-3
/
+9
*
|
remove manually crafted "make dist"
Jeremy Lainé
2015-01-07
1
-12
/
+1
*
|
finalize changelog for 0.8.1
Jeremy Lainé
2014-12-19
1
-2
/
+2
*
|
clear doxygen_sqlite3.db
Jeremy Lainé
2014-12-19
1
-1
/
+1
*
|
feed changelog
Jeremy Lainé
2014-12-19
1
-0
/
+4
*
|
prune trailing whitespace
Jeremy Lainé
2014-12-19
7
-13
/
+13
*
|
add rpath to examples
Jeremy Lainé
2014-12-19
1
-0
/
+1
|
/
*
[travis] enable APT caching
Jeremy Lainé
2014-09-13
1
-0
/
+1
*
ensure "make check" works for out of source builds
Jeremy Lainé
2014-09-13
1
-1
/
+1
*
[travis] use "make check" to run tests
Jeremy Lainé
2014-09-13
1
-1
/
+1
*
remove useless tests/run.py
Jeremy Lainé
2014-09-13
1
-63
/
+0
*
Merge branch 'master' of github.com:qxmpp-project/qxmpp
Jeremy Lainé
2014-09-13
1
-1
/
+1
|
\
|
*
Merge pull request #15 from allbabel/master
Jeremy Lainé
2014-09-03
1
-1
/
+1
|
|
\
|
|
*
iOS compile
Andy Bell
2014-09-03
1
-1
/
+1
|
|
/
*
/
make it possible to run tests using "make check"
Jeremy Lainé
2014-09-13
1
-0
/
+3
|
/
[next]