summaryrefslogtreecommitdiff
path: root/doc/clientcaps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/clientcaps.txt')
-rw-r--r--doc/clientcaps.txt49
1 files changed, 0 insertions, 49 deletions
diff --git a/doc/clientcaps.txt b/doc/clientcaps.txt
deleted file mode 100644
index 48c647e5..00000000
--- a/doc/clientcaps.txt
+++ /dev/null
@@ -1,49 +0,0 @@
-Use cases for client capabilities
-=================================
-
-.. contents::
-
-Issues
-------
-
-* We need a way for special-purpose apps to be a low priority handler for
- more general channels - a Tubes-capable AbiWord probably shouldn't handle
- Text or VoIP channels unless no general-purpose UI is available (and
- perhaps not even then)
-
-Empathy
--------
-
-... or other general-purpose IM client. (This is a hypothetical future
-version of Empathy - it doesn't do everything listed here yet)
-
-* ChannelType = Text, TargetHandleType = CONTACT
-* ChannelType = StreamedMedia, TargetHandleType = NONE
-* ChannelType = FileTransfer, TargetHandleType = CONTACT
-
-AbiWord
--------
-
-... or other collaborative app. (Again, this is a hypothetical future
-version - it doesn't do everything listed here yet, and perhaps never will)
-
-* ChannelType = DBusTube, Service = com.abisource.AbiCollab (or something)
-* ChannelType = Text, TargetHandleType = CONTACT, low priority
-* ChannelType = StreamedMedia, TargetHandleType = NONE, low priority
-* ChannelType = FileTransfer, TargetHandleType = CONTACT, low priority
-* ChannelType = FileTransfer, ContentType = 'text/abiword' ?
-
-OpenArena
----------
-
-Hypothetically...
-
-* ChannelType = PacketTube, service = _openarena._udp (or something)
-
-OLPC activity
--------------
-
-Similar to AbiWord
-
-..
- vim:set sw=4 sts=4 et: