RetroShare/plugins/VOIP
thunder2 0626255bbb Updated languages from Transifex
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8536 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-21 10:11:45 +00:00
..
gui Beautify Answer Button for VOIP Toaster 2015-05-28 13:59:20 +00:00
interface Renaming all to VOIP in VOIP plugin (patch from Phenom) 2015-05-11 19:40:07 +00:00
lang Updated languages from Transifex 2015-06-21 10:11:45 +00:00
services Renaming all to VOIP in VOIP plugin (patch from Phenom) 2015-05-11 19:40:07 +00:00
p3Voip.h improved VOIP plugin code. Plugin loads, has a config tab. Next step: merge service with existing p3VoRS service 2012-02-18 20:30:10 +00:00
README.txt added missing dependencies to README file 2014-12-22 15:51:02 +00:00
VOIP.pro added toasters for incoming audio/video call to voip plugin (patch from Phenom) 2015-05-26 15:19:57 +00:00
VOIPPlugin.cpp Added proper shutdown of the plugins with remove of the service and dlcose of the plugin handle. 2015-06-16 14:20:59 +00:00
VOIPPlugin.h Added version information of the libraries to HelpDialog. 2015-06-14 17:45:26 +00:00

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