[Telepathy-commits] [telepathy-spec/master] ChannelDispatchOperation, ChannelRequest: clarify which Client names we mean

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 26 08:22:08 PDT 2008


---
 spec/Channel_Dispatch_Operation.xml |    4 +++-
 spec/Channel_Request.xml            |    6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/spec/Channel_Dispatch_Operation.xml b/spec/Channel_Dispatch_Operation.xml
index 9d69b54..e1625e2 100644
--- a/spec/Channel_Dispatch_Operation.xml
+++ b/spec/Channel_Dispatch_Operation.xml
@@ -137,7 +137,9 @@
     <property name="PossibleHandlers" type="as" access="read"
       tp:type="DBus_Well_Known_Name[]">
       <tp:docstring>
-        The well known bus names of the possible <tp:dbus-ref
+        The well known bus names (starting with
+        <code>org.freedesktop.Telepathy.Client.</code>) of the possible
+        <tp:dbus-ref
           namespace="org.freedesktop.Telepathy.Client">Handler</tp:dbus-ref>s
         for these channels. The channel dispatcher MUST place the most
         preferred handlers first, according to some reasonable heuristic.
diff --git a/spec/Channel_Request.xml b/spec/Channel_Request.xml
index fa6df0b..2231f0c 100644
--- a/spec/Channel_Request.xml
+++ b/spec/Channel_Request.xml
@@ -122,9 +122,11 @@
       </arg>
 
       <arg direction="in" name="Preferred_Handler" type="s"
-        tp:type="DBus_Bus_Name">
+        tp:type="DBus_Well_Known_Name">
         <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
-          <p>Either the well-known bus name of the preferred handler for this
+          <p>Either the well-known bus name (starting with
+            <code>org.freedesktop.Telepathy.Client.</code>)
+            of the preferred handler for this
             channel, or an empty string to indicate that any handler would be
             acceptable. The channel dispatcher SHOULD dispatch as many as
             possible of the resulting channels (ideally, all of them)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list