diff --git a/CHANGELOG.md b/CHANGELOG.md index 147027e1b..cecd6beb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ QXmpp 1.0.1 (UNRELEASED) New features: - Add support for SCRAM-SHA-1 and SCRAM-SHA-256 (#183, @jlaine) - Add XEP-0382: Spoiler messages (v0.2.0) (#195, @lnjX) + - Port QXmppCallManager to GStreamer QXmpp 1.0.0 (Jan 8, 2019) ------------------------- diff --git a/README.md b/README.md index 12dce0620..d6744a41b 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,7 @@ You can pass the following arguments to CMake: BUILD_DOCUMENTATION to build the documentation (default: false) BUILD_EXAMPLES to build the examples (default: true) BUILD_TESTS to build the unit tests (default: true) - WITH_OPUS to enable opus audio codec (default: false) - WITH_SPEEX to enable speex audio codec (default: false) - WITH_THEORA to enable theora video codec (default: false) - WITH_VPX to enable vpx video codec (default: false) + WITH_GSTREAMER to enable audio/vidoe over jingle (default: false) Installing QXmpp ================