[Telepathy-commits] [telepathy-spec/master] request.txt: correct "request from address book" use cases to pass empty desired handler

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


---
 doc/request.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/request.txt b/doc/request.txt
index bae043c..1b6f75b 100644
--- a/doc/request.txt
+++ b/doc/request.txt
@@ -506,7 +506,7 @@ combined)
             '...InitialVideoStream': FALSE,
         },
         timestamp,
-        my_own_bus_name
+        ''
     )
 
     ChannelDispatcher calls AddRequest on call UI, call UI makes a new tab
@@ -694,7 +694,7 @@ Proposed implementation: ::
             '...TargetHandle': '#capulet'
         },
         timestamp,
-        my_own_bus_name
+        ''
     )
 
     ChannelDispatcher calls AddRequest on chatroom UI, which makes a new tab
@@ -1183,7 +1183,7 @@ Proposed implementation::
             ...
         },
         timestamp,
-        my_own_bus_name
+        ''
     )
 
     ChannelDispatcher calls AddRequest on file transfer UI
-- 
1.5.6.5




More information about the Telepathy-commits mailing list