diff options
author | Euan Thoms <euan@potensol.com> | 2014-08-14 16:57:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-15 23:21:31 +0700 |
commit | e5f0fc05ee131ac75436d09e45a1e6d4a1c51e4e (patch) | |
tree | 2b5d5a9b322b658ae65fafce41daf7e8e5feaec6 /libraries/libzrtpcpp/README | |
parent | 96a183a3d88cdef89d24cbf9deb2815ee94d11ca (diff) | |
download | slackbuilds-e5f0fc05ee131ac75436d09e45a1e6d4a1c51e4e.tar.gz |
libraries/libzrtpcpp: Added (C++ implementation of ZRTP).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libzrtpcpp/README')
-rw-r--r-- | libraries/libzrtpcpp/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libzrtpcpp/README b/libraries/libzrtpcpp/README new file mode 100644 index 0000000000..f7b80a67ed --- /dev/null +++ b/libraries/libzrtpcpp/README @@ -0,0 +1,8 @@ +GNU ZRTP is a C++ implementation of Phil Zimmermann's ZRTP +specification and is available under the GPL license. + +The complete GNU ZRTP implementation consists of two main parts, +the GNU ZRTP core (independent from the OS and the RTP/SRTP +implementation) and an RTP/SRTP implementation specific glue code. +The current GNU ZRTP distribution contains glue code to bind GNU ZRTP +to GNU ccRTP. |