[Telepathy-commits] [telepathy-spec/master] Require Requested in NewChannels signals etc.

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Oct 13 08:40:46 PDT 2008


Gabble 0.7.9 is the only released connection manager with Requests. This
change makes it spec-incompliant, but fixing it is easy.
---
 spec/Connection_Interface_Requests.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/spec/Connection_Interface_Requests.xml b/spec/Connection_Interface_Requests.xml
index c409dca..5576d5b 100644
--- a/spec/Connection_Interface_Requests.xml
+++ b/spec/Connection_Interface_Requests.xml
@@ -80,12 +80,11 @@
           <p>Each dictionary MUST contain the keys
             <tp:dbus-ref>org.freedesktop.Telepathy.Channel.ChannelType</tp:dbus-ref>,
             <tp:dbus-ref>org.freedesktop.Telepathy.Channel.TargetHandleType</tp:dbus-ref>,
-            <tp:dbus-ref>org.freedesktop.Telepathy.Channel.TargetHandle</tp:dbus-ref>
+            <tp:dbus-ref>org.freedesktop.Telepathy.Channel.TargetHandle</tp:dbus-ref>,
+            <tp:dbus-ref>org.freedesktop.Telepathy.Channel.TargetID</tp:dbus-ref>
             and
-            <tp:dbus-ref>org.freedesktop.Telepathy.Channel.TargetID</tp:dbus-ref>.
+            <tp:dbus-ref>org.freedesktop.Telepathy.Channel.Requested</tp:dbus-ref>.
           </p>
-          <!-- FIXME: maybe also Requested, InitiatorHandle,
-          InitiatorID once they leave the FUTURE pseudo-interface -->
 
           <tp:rationale>
             <p>We expect these to be crucial to the channel-dispatching
-- 
1.5.6.5




More information about the Telepathy-commits mailing list