diff options
-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]] |