From 34f375526f44ff255d45bbabcd1425b3d5d0bb4a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Nov 2016 14:26:20 -0400 Subject: remove xmpp support I've long considered the XMPP support in git-annex a wart. It's nice to remove it. (This also removes the NetMessager, which was only used for XMPP, and the daemonstatus's desynced list (likewise).) Existing XMPP remotes should be ignored by git-annex. This commit was sponsored by Brock Spratlen on Patreon. --- BuildFlags.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'BuildFlags.hs') diff --git a/BuildFlags.hs b/BuildFlags.hs index 3a737589f..68dfabbe8 100644 --- a/BuildFlags.hs +++ b/BuildFlags.hs @@ -63,11 +63,6 @@ buildFlags = filter (not . null) #ifdef WITH_DESKTOP_NOTIFY , "DesktopNotify" #endif -#ifdef WITH_XMPP - , "XMPP" -#else -#warning Building without XMPP. -#endif #ifdef WITH_CONCURRENTOUTPUT , "ConcurrentOutput" #else -- cgit v1.2.3