aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-14 14:26:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-14 14:53:08 -0400
commit34f375526f44ff255d45bbabcd1425b3d5d0bb4a (patch)
treea78e27f5e125587828f30af3abef691b33baae88 /git-annex.cabal
parente7088c519678f63f460646cc19c3e25423da4f00 (diff)
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.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal31
1 files changed, 0 insertions, 31 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 65abc8d32..6f9d75ca0 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -135,7 +135,6 @@ Extra-Source-Files:
doc/git-annex-watch.mdwn
doc/git-annex-webapp.mdwn
doc/git-annex-whereis.mdwn
- doc/git-annex-xmppgit.mdwn
doc/logo.svg
doc/logo_16x16.png
Build/mdwn2man
@@ -196,12 +195,6 @@ Extra-Source-Files:
templates/configurators/pairing/local/inprogress.hamlet
templates/configurators/pairing/local/prompt.hamlet
templates/configurators/pairing/disabled.hamlet
- templates/configurators/pairing/xmpp/self/retry.hamlet
- templates/configurators/pairing/xmpp/self/prompt.hamlet
- templates/configurators/pairing/xmpp/friend/prompt.hamlet
- templates/configurators/pairing/xmpp/friend/confirm.hamlet
- templates/configurators/pairing/xmpp/end.hamlet
- templates/configurators/xmpp.hamlet
templates/configurators/addglacier.hamlet
templates/configurators/fsck.cassius
templates/configurators/edit/nonannexremote.hamlet
@@ -223,7 +216,6 @@ Extra-Source-Files:
templates/configurators/addrepository/archive.hamlet
templates/configurators/addrepository/cloud.hamlet
templates/configurators/addrepository/connection.hamlet
- templates/configurators/addrepository/xmppconnection.hamlet
templates/configurators/addrepository/ssh.hamlet
templates/configurators/addrepository/misc.hamlet
templates/configurators/rsync.net/add.hamlet
@@ -235,7 +227,6 @@ Extra-Source-Files:
templates/configurators/fsck/form.hamlet
templates/configurators/fsck/preferencesform.hamlet
templates/configurators/fsck/formcontent.hamlet
- templates/configurators/delete/xmpp.hamlet
templates/configurators/delete/finished.hamlet
templates/configurators/delete/start.hamlet
templates/configurators/delete/currentrepository.hamlet
@@ -243,9 +234,6 @@ Extra-Source-Files:
templates/configurators/adddrive.hamlet
templates/configurators/preferences.hamlet
templates/configurators/addia.hamlet
- templates/configurators/xmpp/buddylist.hamlet
- templates/configurators/xmpp/disabled.hamlet
- templates/configurators/xmpp/needcloudrepo.hamlet
templates/configurators/enableaws.hamlet
templates/configurators/addrepository.hamlet
templates/actionbutton.hamlet
@@ -305,9 +293,6 @@ Flag Cryptonite
Flag Dbus
Description: Enable dbus support
-Flag XMPP
- Description: Enable notifications using XMPP
-
source-repository head
type: git
location: git://git-annex.branchable.com/
@@ -479,11 +464,6 @@ Executable git-annex
Build-Depends: network-multicast, network-info
CPP-Options: -DWITH_PAIRING
- if flag(XMPP)
- if (! os(windows))
- Build-Depends: network-protocol-xmpp, gnutls (>= 0.1.4), xml-types
- CPP-Options: -DWITH_XMPP
-
if flag(TorrentParser)
Build-Depends: torrent (>= 10000.0.0)
CPP-Options: -DWITH_TORRENTPARSER
@@ -577,7 +557,6 @@ Executable git-annex
Assistant.MakeRemote
Assistant.Monad
Assistant.NamedThread
- Assistant.NetMessager
Assistant.Pairing
Assistant.Pairing.MakeRemote
Assistant.Pairing.Network
@@ -610,20 +589,16 @@ Executable git-annex
Assistant.Threads.Upgrader
Assistant.Threads.Watcher
Assistant.Threads.WebApp
- Assistant.Threads.XMPPClient
- Assistant.Threads.XMPPPusher
Assistant.TransferQueue
Assistant.TransferSlots
Assistant.TransferrerPool
Assistant.Types.Alert
Assistant.Types.BranchChange
- Assistant.Types.Buddies
Assistant.Types.Changes
Assistant.Types.Commits
Assistant.Types.CredPairCache
Assistant.Types.DaemonStatus
Assistant.Types.NamedThread
- Assistant.Types.NetMessager
Assistant.Types.Pushes
Assistant.Types.RemoteControl
Assistant.Types.RepoProblem
@@ -651,7 +626,6 @@ Executable git-annex
Assistant.WebApp.Configurators.Unused
Assistant.WebApp.Configurators.Upgrade
Assistant.WebApp.Configurators.WebDAV
- Assistant.WebApp.Configurators.XMPP
Assistant.WebApp.Control
Assistant.WebApp.DashBoard
Assistant.WebApp.Documentation
@@ -666,10 +640,6 @@ Executable git-annex
Assistant.WebApp.RepoList
Assistant.WebApp.SideBar
Assistant.WebApp.Types
- Assistant.XMPP
- Assistant.XMPP.Buddies
- Assistant.XMPP.Client
- Assistant.XMPP.Git
Backend
Backend.Hash
Backend.URL
@@ -806,7 +776,6 @@ Executable git-annex
Command.Watch
Command.WebApp
Command.Whereis
- Command.XMPPGit
Common
Config
Config.Cost