Sfoglia il codice sorgente

Apparently Make cant deal with colons in file names

Getty Ritter 10 anni fa
parent
commit
333b2a53a8
1 ha cambiato i file con 21 aggiunte e 0 eliminazioni
  1. 21 0
      scraps/idea--persistent-chat-client

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

@@ -0,0 +1,21 @@
+id: 'idea--persistent-chat-client'
+content: |
+  One could (to easily work with existing chat services) write a
+  secondary, personal server. This would act as a meta-client,
+  actually being responsible for talking to other chat services,
+  keeping secondary logs of that content and maybe scraping it
+  for image links &c.
+
+  It would then open a (protected) connection to some other kind
+  of chat client, either over an existing chat protocol or using a
+  new secured protocol. If no connections are currently active, then
+  it would set the relevant presence to 'offline', whereas if one
+  or more clients are connected, it will transparently allow any
+  or all of them to communicate.
+
+  (This is in sharp contrast to typical Jabber implementations,
+  which always designate a particular connection as 'active'.)
+
+  It could also send the last dozen (or so) messages send and
+  received to the client, so that switching client in
+  mid-conversation will still keep the user in the loop.