From 1fea734862c3c6ace17b74723f8668f311db4f4d Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 15 Feb 2012 21:18:21 +0000 Subject: [PATCH] added missing file git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4946 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- plugins/VOIP/README.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/VOIP/README.txt diff --git a/plugins/VOIP/README.txt b/plugins/VOIP/README.txt new file mode 100644 index 000000000..da8917f1b --- /dev/null +++ b/plugins/VOIP/README.txt @@ -0,0 +1,20 @@ +TODO +==== + +-== In RS ==- + * extend the notification system to plugins + * allow RS to accept new settings windows from plugins + * fix plugin version checking + * fix plugin hash checking + +-== VOIP Plugin ==- + * implement separate VOIP service, or add a new sub item to p3chatService. + * import plugin images + +COMPILATION + - add the following libraries: + libqtmultimediakit1 + qtmobility-dev + libspeex-dev + libspeexdsp-dev +