diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-03 15:28:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-03 15:28:36 -0400 |
commit | 91aefe0aac048ed1c0a8cd353efb2250b150db45 (patch) | |
tree | 8b059e3870b48d459dd8a4fecf0a15c0726b1f2d /doc | |
parent | cc9adcff3cd8f67425c165f9506037a3905f5a12 (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/git-remote-daemon.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn index 0cfee8430..714005e6f 100644 --- a/doc/design/git-remote-daemon.mdwn +++ b/doc/design/git-remote-daemon.mdwn @@ -133,3 +133,18 @@ How do peers communicate with one another over the network? This seems to need to be network-layer dependant. Telehash will need one design, and git-annex-shell on a central ssh server has a very different (and much simpler) design. + +## git-annex-shell + +Speak a subset of the stdio protocol between git-annex-shell and +git-remote-daemon, over ssh. + +Only thing that seems to be needed is CHANGED, actually! + +## telehash + +TODO + +## XMPP + +Reuse [[assistant/xmpp]] |