summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Media_Signalling.xml
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-10-10 10:26:55 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-10-10 10:27:04 +0100
commite1615f4325ef20f7c59379ebc73fa8b2522d17b6 (patch)
treee450c2b5711ac157292b3be1643431af2c942503 /spec/Channel_Interface_Media_Signalling.xml
parentc2b50e990e649b0247c3f6b09a5eefb7f3f7a280 (diff)
parentff3b6d94d3ffacadea60521d167ceaf88fb90253 (diff)
Merge branch 'a-bit-more-room'
Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=23151#c41>
Diffstat (limited to 'spec/Channel_Interface_Media_Signalling.xml')
-rw-r--r--spec/Channel_Interface_Media_Signalling.xml50
1 files changed, 2 insertions, 48 deletions
diff --git a/spec/Channel_Interface_Media_Signalling.xml b/spec/Channel_Interface_Media_Signalling.xml
index 242c9528..2bb37a2b 100644
--- a/spec/Channel_Interface_Media_Signalling.xml
+++ b/spec/Channel_Interface_Media_Signalling.xml
@@ -21,6 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<interface name="org.freedesktop.Telepathy.Channel.Interface.MediaSignalling">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
<tp:requires interface="org.freedesktop.Telepathy.Channel.Type.StreamedMedia"/>
+ <tp:changed version="UNRELEASED">The old-style Telepathy properties,
+ deprecated since March 2009, have been removed.</tp:changed>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An interface for signalling a channel containing synchronised media
@@ -104,54 +106,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
- <tp:property name="nat-traversal" type="s">
- <tp:deprecated version="0.17.22">Use the <tp:dbus-ref
- namespace="org.freedesktop.Telepathy.Media.StreamHandler">NATTraversal</tp:dbus-ref>
- property on the Media.StreamHandler, if available; use this
- as a fallback.</tp:deprecated>
- <tp:docstring>
- A string indicating the NAT traversal techniques employed by the
- streams within this channel if they do not have a <tp:dbus-ref
- namespace="org.freedesktop.Telepathy.Media.StreamHandler">NATTraversal</tp:dbus-ref>
- property. The possible values are the same as for the NATTraversal
- property on the streams.
- </tp:docstring>
- </tp:property>
-
- <tp:property name="stun-server" type="s">
- <tp:deprecated version="0.17.22">Use the <tp:dbus-ref
- namespace="org.freedesktop.Telepathy.Media.StreamHandler">STUNServers</tp:dbus-ref>
- property on the Media.StreamHandler, if available; use this
- as a fallback.</tp:deprecated>
- <tp:docstring>
- The IP address or hostname of the STUN server to use for NAT traversal
- if the individual streams do not specify one.
- </tp:docstring>
- </tp:property>
-
- <tp:property name="stun-port" type="q">
- <tp:deprecated version="0.17.22">Use the <tp:dbus-ref
- namespace="org.freedesktop.Telepathy.Media.StreamHandler">STUNServers</tp:dbus-ref>
- property on the Media.StreamHandler, if available; use this
- as a fallback.</tp:deprecated>
- <tp:docstring>
- The UDP port number to use on the provided STUN server.
- </tp:docstring>
- </tp:property>
-
- <tp:property name="gtalk-p2p-relay-token" type="s">
- <tp:deprecated version="0.17.22">XMPP connection managers
- supporting the Google Talk relay server SHOULD make the necessary
- HTTP requests to find a username and password, and use those
- to populate the <tp:dbus-ref
- namespace="org.freedesktop.Telepathy.Media.StreamHandler">RelayInfo</tp:dbus-ref>
- property on the Media.StreamHandler.</tp:deprecated>
- <tp:docstring>
- The authentication token for use with the Google Talk peer-to-peer relay
- server.
- </tp:docstring>
- </tp:property>
-
<tp:hct name="gtalk-p2p">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The client can implement streaming for streams whose <tp:dbus-ref