[telepathy-spec/master] explicitely say on which side NewRemoteConnection and New_Local_Connection are fired

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue May 26 09:32:49 PDT 2009


---
 spec/Channel_Type_Stream_Tube.xml |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/spec/Channel_Type_Stream_Tube.xml b/spec/Channel_Type_Stream_Tube.xml
index 39f91b2..6296e2c 100644
--- a/spec/Channel_Type_Stream_Tube.xml
+++ b/spec/Channel_Type_Stream_Tube.xml
@@ -139,8 +139,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
     <signal name="NewRemoteConnection"
             tp:name-for-bindings="New_Remote_Connection">
-      <tp:docstring>
-        Emitted each time a participant opens a new connection to its socket.
+      <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+        <p>Emitted each time a participant opens a new connection to its
+        socket.</p>
+
+        <p>This signal is only fired on the offering side.</p>
       </tp:docstring>
       <arg name="Handle" type="u" tp:type="Contact_Handle">
         <tp:docstring>
@@ -179,6 +182,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
             tp:name-for-bindings="New_Local_Connection">
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>Emitted when the tube application connects to the CM's socket.</p>
+
+        <p>This signal is only fired on the accepting side.</p>
       </tp:docstring>
       <arg name="Connection_ID" type="u" tp:type="Stream_Tube_Connection_ID">
         <tp:docstring>
-- 
1.5.6.5




More information about the telepathy-commits mailing list