[Telepathy-commits] [telepathy-spec/master] MediaSignalling: Rename MSNTransportAvailable to start with WLM85, and also add WLM2009
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Mar 24 09:46:05 PDT 2009
According to fd.o#19958, there are currently two transports that might be
needed for MSN interoperability.
---
spec/Channel_Interface_Media_Signalling_Future.xml | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/spec/Channel_Interface_Media_Signalling_Future.xml b/spec/Channel_Interface_Media_Signalling_Future.xml
index de95468..79a0673 100644
--- a/spec/Channel_Interface_Media_Signalling_Future.xml
+++ b/spec/Channel_Interface_Media_Signalling_Future.xml
@@ -176,12 +176,23 @@
</tp:docstring>
</property>
- <property name="MSNTransportAvailable"
- tp:name-for-bindings="MSN_Transport_Available"
+ <property name="WLM85TransportAvailable"
+ tp:name-for-bindings="WLM_8_5_Transport_Available"
type="b" access="read">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The same as <tp:member-ref>ICETransportAvailable</tp:member-ref>,
- but for the variant of ICE used by MSN.</p>
+ but for the transport implemented by Windows Live Messenger 8.5 or
+ later (which resembles ICE draft 6).</p>
+ </tp:docstring>
+ </property>
+
+ <property name="WLM2009TransportAvailable"
+ tp:name-for-bindings="WLM_2009_Transport_Available"
+ type="b" access="read">
+ <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+ <p>The same as <tp:member-ref>ICETransportAvailable</tp:member-ref>,
+ but for the transport implemented by Windows Live Messenger 2009
+ or later (which resembles ICE draft 19).</p>
</tp:docstring>
</property>
--
1.5.6.5
More information about the telepathy-commits
mailing list