summaryrefslogtreecommitdiff
path: root/spec/Channel_Future.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-08-14 12:51:46 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-08-14 12:51:46 +0000
commit0933d7e0111e1876ffa34f8621bec1bebe90a0be (patch)
treed68ee3522de74ad213fb897fcf05b6e00b075299 /spec/Channel_Future.xml
parent5417c1b3d1789d0816d86057d488ddc9f04291dc (diff)
Channel.Future: remove TargetID, it's now in the core
Diffstat (limited to 'spec/Channel_Future.xml')
-rw-r--r--spec/Channel_Future.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/spec/Channel_Future.xml b/spec/Channel_Future.xml
index 31882785..a5d1e3b7 100644
--- a/spec/Channel_Future.xml
+++ b/spec/Channel_Future.xml
@@ -98,42 +98,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</property>
- <property name="TargetID" type="s" access="read">
- <tp:added version="0.17.7">(in Channel.FUTURE
- pseudo-interface)</tp:added>
- <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- <p>The string that would result from inspecting the
- <tp:dbus-ref namespace="org.freedesktop.Telepathy.Channel">TargetHandle</tp:dbus-ref>
- property (i.e. the identifier in the IM protocol of the contact,
- room, etc. with which this channel communicates), or the empty
- string if the TargetHandle is 0.</p>
-
- <tp:rationale>
- See InitiatorID; the rationale is the same.
- </tp:rationale>
-
- <p>If this is present in a channel request,
- <tp:dbus-ref namespace="org.freedesktop.Telepathy.Channel">TargetHandleType</tp:dbus-ref>
- MUST NOT be Handle_Type_None, and TargetHandle MUST NOT be
- present. The request MUST fail with error InvalidHandle, without
- side-effects, if the requested TargetID would not be accepted by
- <tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection">RequestHandles</tp:dbus-ref>.</p>
-
- <p>The returned channel must be related to the handle corresponding
- to the given identifier, in the same way as if TargetHandle
- had been part of the request instead.</p>
-
- <tp:rationale>
- <p>Requesting channels with a string identifier saves a round-trip
- (the call to RequestHandles). It also allows the channel
- dispatcher to accept a channel request for an account that is not
- yet connected (and thus has no valid handles), bring the account
- online, and pass on the same parameters to the new connection's
- CreateChannel method.</p>
- </tp:rationale>
- </tp:docstring>
- </property>
-
<property name="InitiatorHandle" type="u" tp:type="Contact_Handle"
access="read">
<tp:added version="0.17.7">(in Channel.FUTURE