Changeset - b628deb2d866
[Not reviewed]
8 3 0
Jan Kaluza - 9 years ago 2016-02-08 13:33:12
jkaluza@redhat.com
Remove old skype backend
11 files changed with 3 insertions and 1415 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -213,11 +213,6 @@ endif()
 
set(event_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
find_package(event)
 

	
 
if (NOT WIN32 AND ENABLE_SKYPE)
 
set(dbus_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
find_package(dbus)
 
endif()
 

	
 

	
 
####### Miscallanous ######
 

	
 
@@ -373,16 +368,6 @@ if (PROTOBUF_FOUND)
 
		else()
 
			message("SMSTools3 plugin  : no (user disabled)")
 
		endif()
 
		if(${LIBDBUSGLIB_FOUND})
 
			message("Skype plugin      : yes")
 
			include_directories(${LIBDBUSGLIB_INCLUDE_DIRS})
 
		else()
 
			if(ENABLE_SKYPE)
 
				message("Skype plugin      : no (install dbus-glib-devel)")
 
			else(ENABLE_SKYPE)
 
				message("Skype plugin      : no (user disabled)")
 
			endif()
 
		endif()
 
	else()
 
		message("Frotz plugin      : no (does not run on Win32)")
 
		message("SMSTools3 plugin  : no (does not run on Win32)")
ChangeLog
Show inline comments
 
@@ -38,6 +38,9 @@ Version 2.0.2 (2016-02-xx):
 
	Swiften backend:
 
	* Swiften backend works as before the frontends introduction.
 

	
 
	Skype backend:
 
	* The old skype backend has been removed. Use purple-skypeweb instead.
 

	
 
	Web interface:
 
	* Allow setting "port" and "base_location" in the config file.
 
	* Allow maintaining joined rooms in the Web interface for the Slack
backends/CMakeLists.txt
Show inline comments
 
@@ -22,8 +22,5 @@ if (PROTOBUF_FOUND)
 
		if(ENABLE_FROTZ)
 
			ADD_SUBDIRECTORY(frotz)
 
		endif()
 
		if (${LIBDBUSGLIB_FOUND})
 
			ADD_SUBDIRECTORY(skype)
 
		endif()
 
	endif()
 
endif()
backends/skype/CMakeLists.txt
Show inline comments
 
deleted file
backends/skype/main.cpp
Show inline comments
 
deleted file
backends/skype/skype.cpp
Show inline comments
 
deleted file
backends/skype/skype.h
Show inline comments
 
deleted file
backends/skype/skypedb.cpp
Show inline comments
 
deleted file
backends/skype/skypedb.h
Show inline comments
 
deleted file
backends/skype/skypeplugin.cpp
Show inline comments
 
deleted file
backends/skype/skypeplugin.h
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)