summaryrefslogtreecommitdiffstats
path: root/libraries/libzrtpcpp/README
diff options
context:
space:
mode:
author Euan Thoms2014-08-14 11:57:02 +0200
committer Willy Sudiarto Raharjo2014-08-15 18:21:31 +0200
commite5f0fc05ee131ac75436d09e45a1e6d4a1c51e4e (patch)
tree2b5d5a9b322b658ae65fafce41daf7e8e5feaec6 /libraries/libzrtpcpp/README
parent96a183a3d88cdef89d24cbf9deb2815ee94d11ca (diff)
downloadslackbuilds-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/README8
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.