[Telepathy-commits] [telepathy-spec/master] Approver: possible channel handlers are ordered by preference, via an unspecified mechanism

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


20080624150616-53eee-b721dbd563a4b091dfe922688ec601ac7f2750bc.gz
---
 spec/Client_Approver.xml |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/spec/Client_Approver.xml b/spec/Client_Approver.xml
index bc0d5f7..9fa9449 100644
--- a/spec/Client_Approver.xml
+++ b/spec/Client_Approver.xml
@@ -80,8 +80,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
           at the same time. If no approvers return from this method
           successfully (for instance because no approvers are running),
           the channel dispatcher SHOULD consider this to be an error, and
-          recover by dispatching the channel to a handler chosen in an
-          implementation-dependent way.</p>
+          recover by dispatching the channel to the most preferred handler.</p>
 
         <tp:rationale>
           Processes that aren't approvers shouldn't be making connections
@@ -92,9 +91,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
       <arg name="Handlers" type="as" direction="in">
         <tp:docstring>
-          The list of clients that could handle this channel. The channel
-          dispatcher SHOULD order them with the "most preferred" handler
-          first, in some implementation-dependent way.
+          The well-known bus names of clients that could handle this channel.
+          The channel dispatcher SHOULD order them with the "most preferred"
+          handler first, in an implementation-dependent way.
         </tp:docstring>
         <!-- FIXME: what type is a client? An object path? A bus name? -->
       </arg>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list