a few last changes post xmpp removal
This commit is contained in:
parent
b21ffe62f5
commit
cf6545198b
2 changed files with 3 additions and 1 deletions
|
@ -353,7 +353,7 @@ checkAvailable :: Bool -> Remote -> IO Bool
|
||||||
checkAvailable assumenetworkavailable =
|
checkAvailable assumenetworkavailable =
|
||||||
maybe (return assumenetworkavailable) doesDirectoryExist . localpath
|
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 -> Bool
|
||||||
isXMPPRemote remote = Git.repoIsUrl r && "xmpp::" `isPrefixOf` Git.repoLocation r
|
isXMPPRemote remote = Git.repoIsUrl r && "xmpp::" `isPrefixOf` Git.repoLocation r
|
||||||
where
|
where
|
||||||
|
|
|
@ -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.
|
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]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue