[telepathy-spec/master] Rename Client.Handler.Interface.RequestNotification to Client.Interface.Requests

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Apr 21 05:54:08 PDT 2009


This follows the same pattern as Channel interfaces (if we assume that
Observer, Approver and Handler are "client types", which isn't quite true)
and is much shorter!

Also remove the .DRAFT suffix in preparation for a "nearly-final" release
of ChannelDispatcher and co.
---
 spec/Channel_Dispatcher.xml                        |    4 ++--
 spec/Client_Handler.xml                            |    4 ++--
 ...ification.xml => Client_Interface_Requests.xml} |    4 ++--
 spec/all.xml                                       |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
 rename spec/{Client_Handler_Interface_Request_Notification.xml => Client_Interface_Requests.xml} (97%)

diff --git a/spec/Channel_Dispatcher.xml b/spec/Channel_Dispatcher.xml
index 2780fe5..ff91185 100644
--- a/spec/Channel_Dispatcher.xml
+++ b/spec/Channel_Dispatcher.xml
@@ -202,9 +202,9 @@
           </tp:rationale>
 
           <p>If this is a well-known bus name and the handler has the
-            RequestNotification interface, the channel dispatcher SHOULD
+            Requests interface, the channel dispatcher SHOULD
             call <tp:dbus-ref
-              namespace="org.freedesktop.Telepathy.Client.Handler.Interface.RequestNotification.DRAFT">AddRequest</tp:dbus-ref>
+              namespace="org.freedesktop.Telepathy.Client.Interface.Requests">AddRequest</tp:dbus-ref>
             on that Handler after this method has returned.</p>
 
           <tp:rationale>
diff --git a/spec/Client_Handler.xml b/spec/Client_Handler.xml
index ea38589..ccde9b6 100644
--- a/spec/Client_Handler.xml
+++ b/spec/Client_Handler.xml
@@ -183,9 +183,9 @@
           <p>The requests satisfied by these channels.</p>
 
           <tp:rationale>
-            <p>If the handler implements RequestNotification, this tells it
+            <p>If the handler implements Requests, this tells it
               that these channels match previous <tp:dbus-ref
-                namespace="org.freedesktop.Telepathy.Client.Handler.Interface.RequestNotification.DRAFT">AddRequest</tp:dbus-ref>
+                namespace="org.freedesktop.Telepathy.Client.Interface.Requests">AddRequest</tp:dbus-ref>
               calls that it may have received.</p>
 
             <p>There can be more than one, if they were EnsureChannel
diff --git a/spec/Client_Handler_Interface_Request_Notification.xml b/spec/Client_Interface_Requests.xml
similarity index 97%
rename from spec/Client_Handler_Interface_Request_Notification.xml
rename to spec/Client_Interface_Requests.xml
index 4e9d7ed..8eb223d 100644
--- a/spec/Client_Handler_Interface_Request_Notification.xml
+++ b/spec/Client_Interface_Requests.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" ?>
-<node name="/Client_Handler_Interface_Request_Notification"
+<node name="/Client_Interface_Requests"
   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
   <tp:copyright>Copyright © 2008-2009 Collabora Ltd.</tp:copyright>
   <tp:copyright>Copyright © 2008-2009 Nokia Corporation</tp:copyright>
@@ -20,7 +20,7 @@
       02110-1301, USA.</p>
   </tp:license>
 
-  <interface name="org.freedesktop.Telepathy.Client.Handler.Interface.RequestNotification.DRAFT"
+  <interface name="org.freedesktop.Telepathy.Client.Interface.Requests"
     tp:causes-havoc="experimental">
     <tp:added version="0.17.UNRELEASED">(as a draft; functionality
       moved from Handler)</tp:added>
diff --git a/spec/all.xml b/spec/all.xml
index 8e8b706..6923772 100644
--- a/spec/all.xml
+++ b/spec/all.xml
@@ -157,7 +157,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
  <xi:include href="Client_Observer.xml"/>
  <xi:include href="Client_Approver.xml"/>
  <xi:include href="Client_Handler.xml"/>
- <xi:include href="Client_Handler_Interface_Request_Notification.xml"/>
+ <xi:include href="Client_Interface_Requests.xml"/>
 
  <xi:include href="Channel_Handler.xml"/>
 </tp:section>
-- 
1.5.6.5




More information about the telepathy-commits mailing list