From 1f683c7da231011df12f2271f4e5509efd3e6376 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 6 May 2017 00:04:26 +0300 Subject: Add an illustration for the P2P IM example An SVG diagram, illustrating data flow. --- configure.ac | 2 +- examples/p2p-im/diagram.svg | 535 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 536 insertions(+), 1 deletion(-) create mode 100644 examples/p2p-im/diagram.svg diff --git a/configure.ac b/configure.ac index 23544c5..0a07b8f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT(TLSd, 0.0.6, defanor@uberspace.net, tlsd, +AC_INIT(TLSd, 0.0.7, defanor@uberspace.net, tlsd, https://defanor.uberspace.net/projects/tlsd/) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_SRCDIR([tlsd.c]) diff --git a/examples/p2p-im/diagram.svg b/examples/p2p-im/diagram.svg new file mode 100644 index 0000000..5258867 --- /dev/null +++ b/examples/p2p-im/diagram.svg @@ -0,0 +1,535 @@ + + + + + P2P IM example diagram + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + P2P IM example diagram + + + + defanor + + + + + + + + + + + + + + + + + /var/lib/tlsd-im/ + <sha256 hash> + in + out + + + TLS + + libpurple + + + an IM client + <sha256 hash> + in + out + + + + + + FIFO plugin + + + std2fifo + + std2fifo + tlsd + + + + + + + + + + + + + + -- cgit v1.2.3