[telepathy-spec/master] Call: fix incorrect documentation for Ringing()

Andres Salomon dilinger at collabora.co.uk
Wed Jan 20 15:20:29 PST 2010


Ringing claims that it only makes sense for incoming calls where
CallState == Initiator; however, this makes no sense.  For incoming calls,
the local side is the Receiver; CallState should never be Initiator.

Reciever was meant there.

Signed-off-by: Andres Salomon <dilinger at collabora.co.uk>
Reviewed-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
---
 spec/Channel_Type_Call.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/Channel_Type_Call.xml b/spec/Channel_Type_Call.xml
index 702eb17..ac036e7 100644
--- a/spec/Channel_Type_Call.xml
+++ b/spec/Channel_Type_Call.xml
@@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
           <tp:dbus-ref namespace="org.freedesktop.Telepathy.Channel"
             >Requested</tp:dbus-ref> property is false, and the
           <tp:member-ref>CallState</tp:member-ref> is
-          Call_State_Pending_Initiator. While this is the case,
+          Call_State_Pending_Receiver. While this is the case,
           this method SHOULD change the
           <tp:member-ref>CallFlags</tp:member-ref> to include
           Call_Flag_Ringing, and notify the remote contact that the local
@@ -61,7 +61,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
         </tp:error>
         <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable">
           <tp:docstring>
-            The call is no longer in state Call_State_Pending_Initiator.
+            The call is no longer in state Call_State_Pending_Receiver.
           </tp:docstring>
         </tp:error>
       </tp:possible-errors>
-- 
1.5.6.5



More information about the telepathy-commits mailing list