Getty Ritter 10 years ago
parent
commit
aeb750dded
2 changed files with 15 additions and 13 deletions
  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: