Getty Ritter 10 年之前
父节点
当前提交
aeb750dded
共有 2 个文件被更改,包括 15 次插入13 次删除
  1. 2 0
      scraps/idea--persistent-chat-client
  2. 13 13
      scraps/idea--persistent-chat-client-diagram

+ 2 - 0
scraps/idea--persistent-chat-client

@@ -19,6 +19,8 @@ content: |
   It could also send the last dozen (or so) messages send and
   It could also send the last dozen (or so) messages send and
   received to the client, so that switching client in
   received to the client, so that switching client in
   mid-conversation will still keep the user in the loop.
   mid-conversation will still keep the user in the loop.
+
+  (Needs a name: ĝi eble povas esti nomita en esperanto?)
 related:
 related:
   - name: idea--persistent-chat-client-diagram
   - name: idea--persistent-chat-client-diagram
     why: a more visual explanation
     why: a more visual explanation

+ 13 - 13
scraps/idea--persistent-chat-client-diagram

@@ -2,21 +2,21 @@ id: 'idea--persistent-chat-client-diagram'
 content: |
 content: |
   Diagrammatically:
   Diagrammatically:
 
 
-      +--------+  +-------+    +-----+
-      | jabber |  | gchat |    | irc |
-      +--------+  +-------+    +-----+
-           |          |           |
+      +--------+  +-------+    +-----+  -+
+      | jabber |  | gchat |    | irc |   | remote chat
+      +--------+  +-------+    +-----+   | servers
+           |          |           |     -+
            +---------+++----------+
            +---------+++----------+
-                     |||
-                 +----------+
-                 | [server] |
-                 +----------+
+                     |||                -+
+                 +----------+            | remote but
+                 | [server] |            | personal
+                 +----------+            | server
+                      |                 -+
                       |
                       |
-      ----------------|---------------
-                      |
-                 +----------+
-                 |  client  |
-                 +----------+
+                      |                 -+
+                 +----------+            | local
+                 |  client  |            | client
+                 +----------+           -+
 
 
   ...ish, anyway.
   ...ish, anyway.
 related:
 related: