RetroShare/plugins/VOIP
Gioacchino Mazzurco 92f90178c4
RS version is now parametrizable at compile time
Avoid the need of dirty patching to set the version at build time
In case RS version is not passed as argument attempt to determine it
  using git describe, if unavailable use hardcoded default
2018-09-12 10:49:36 +02:00
..
gui
interface
lang updated translation files 2018-02-20 23:03:33 +01:00
qss
services switched VOIP to new serialization 2017-05-02 22:05:54 +02:00
p3Voip.h
README.txt
VOIP.pro Fixed Windows compile with pre-compiled libraries 2018-05-07 09:42:36 +02:00
VOIPPlugin.cpp RS version is now parametrizable at compile time 2018-09-12 10:49:36 +02:00
VOIPPlugin.h

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
			libcv-dev
			libopencv-core-dev
			libhighgui-dev