diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-14 14:26:20 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-14 14:53:08 -0400 |
commit | 34f375526f44ff255d45bbabcd1425b3d5d0bb4a (patch) | |
tree | a78e27f5e125587828f30af3abef691b33baae88 /standalone/android/cabal.config | |
parent | e7088c519678f63f460646cc19c3e25423da4f00 (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 'standalone/android/cabal.config')
-rw-r--r-- | standalone/android/cabal.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/android/cabal.config b/standalone/android/cabal.config index dd57db47e..f61fe9a0b 100644 --- a/standalone/android/cabal.config +++ b/standalone/android/cabal.config @@ -111,7 +111,6 @@ constraints: unix installed, network-conduit ==1.1.0, network-info ==0.2.0.5, network-multicast ==0.0.10, - network-protocol-xmpp ==0.4.6, network-uri ==2.6.0.1, optparse-applicative ==0.11.0.2, parallel ==3.2.0.4, |