a few last changes post xmpp removal
authorJoey Hess <joeyh@joeyh.name>
Wed, 28 Dec 2016 16:29:21 +0000 (12:29 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 28 Dec 2016 16:29:21 +0000 (12:29 -0400)
Remote.hs
doc/todo/dont_append___58__5222_to_jabber_hosts__44___if_a_different_port_has_been_specified_already.mdwn

index bcd91b7034bd9d8fff81db3b98757ea0e7a0cd0f..9479e72d1b2486ed18d3fa2c42960018553a53b1 100644 (file)
--- a/Remote.hs
+++ b/Remote.hs
@@ -353,7 +353,7 @@ checkAvailable :: Bool -> Remote -> IO Bool
 checkAvailable assumenetworkavailable = 
        maybe (return assumenetworkavailable) doesDirectoryExist . localpath
 
-{- Remotes using the XMPP transport have urls like xmpp::user@host -}
+{- Old remotes using the XMPP transport have urls like xmpp::user@host -}
 isXMPPRemote :: Remote -> Bool
 isXMPPRemote remote = Git.repoIsUrl r && "xmpp::" `isPrefixOf` Git.repoLocation r
   where
index 257054a90c0e0a5f849202857bf50e839045f657..4e3c53e0a4e093b7d0559d7ac5ed17efb5412c1b 100644 (file)
@@ -1,2 +1,4 @@
 
 While trying so establish a jabber link via a server that runs a nonstandard port I came across the problem that git-annex always appends :5222 to the jabber server address. This effectively stops the connection procedure at a point where it does not need to.
+
+> XMPP support has been removed from git-annex, so closing. [[done]]