[Telepathy-commits] [telepathy-spec/master] Offer*Tube method call: remove the Parameters parameter, the connection manager will use the property instead
Alban Crequy
alban.crequy at collabora.co.uk
Wed Nov 19 06:15:03 PST 2008
20080807153659-a41c0-7e4987e535e94a3a616a4b98183e889e51df10d5.gz
---
spec/Channel_Interface_Tube.xml | 6 ++++--
spec/Channel_Type_DBusTube.xml | 9 ---------
spec/Channel_Type_StreamTube.xml | 11 -----------
3 files changed, 4 insertions(+), 22 deletions(-)
diff --git a/spec/Channel_Interface_Tube.xml b/spec/Channel_Interface_Tube.xml
index 415b805..e025ce9 100644
--- a/spec/Channel_Interface_Tube.xml
+++ b/spec/Channel_Interface_Tube.xml
@@ -45,8 +45,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
access="readwrite">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Each tube has a dictionary of arbitrary parameters. Parameters are
- commonly used for bootstrap information such as usernames and
- passwords.</p>
+ commonly used for bootstrap information. The allowable keys,
+ types and values are defined by the service. Connection managers
+ must support the value being any primitive (non-container)
+ D-Bus type, or a byte array 'ay'.</p>
<p>When requesting a channel with
<tp:dbus-ref namespace="org.freedesktop.Telepathy">Connection.Interface.Requests.DRAFT.CreateChannel</tp:dbus-ref>,
this property MAY be included in the request. If it is not included in
diff --git a/spec/Channel_Type_DBusTube.xml b/spec/Channel_Type_DBusTube.xml
index cf17437..8fae2a8 100644
--- a/spec/Channel_Type_DBusTube.xml
+++ b/spec/Channel_Type_DBusTube.xml
@@ -65,15 +65,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring>
Offers a D-Bus tube providing the service specified.
</tp:docstring>
- <arg direction="in" name="parameters" type="a{sv}"
- tp:type="String_Variant_Map">
- <tp:docstring>
- A dictionary of properties for the new tube; the allowable keys,
- types and values are defined by the service. Connection managers
- must support the value being any primitive (non-container)
- D-Bus type, or a byte array 'ay'.
- </tp:docstring>
- </arg>
<tp:possible-errors>
<tp:error name="org.freedesktop.Telepathy.Error.NetworkError"/>
<tp:error name="org.freedesktop.Telepathy.Error.NotAvailable">
diff --git a/spec/Channel_Type_StreamTube.xml b/spec/Channel_Type_StreamTube.xml
index 2cc8a2d..62b132c 100644
--- a/spec/Channel_Type_StreamTube.xml
+++ b/spec/Channel_Type_StreamTube.xml
@@ -171,17 +171,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring>
Offer a stream tube exporting the local socket specified.
</tp:docstring>
- <arg direction="in" name="parameters" type="a{sv}"
- tp:type="String_Variant_Map">
- <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- <p>A dictionary of properties for the new tube; the allowable keys,
- types and values are defined by the service. Connection managers
- must support the value being any primitive (non-container)
- D-Bus type, or a byte array 'ay'.</p>
- <p>These should usually be the same key-value pairs specified for
- use in the DNS-SD TXT record for that service.</p>
- </tp:docstring>
- </arg>
<arg direction="in" name="address_type" type="u" tp:type="Socket_Address_Type">
<tp:docstring>
The type of the listening address of the local service, as a member of
--
1.5.6.5
More information about the Telepathy-commits
mailing list