diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-04-21 14:00:27 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-04-21 14:00:27 +0100 |
commit | c6320b686b1a78704768c9c70e90a96cb5edadd2 (patch) | |
tree | 72bb2509c6d13fef9d604b41766fcee36a99038d /spec/Channel_Dispatcher.xml | |
parent | 55e398c0f8f3ce9bb8a7a4c5432f6ece016f2081 (diff) |
ChannelDispatcher: remove .DRAFT suffix
We consider this interface to be "nearly stable" at this point.
Also correct a wrong cross-reference in Approver to point to CDO rather
than CD as intended.
Diffstat (limited to 'spec/Channel_Dispatcher.xml')
-rw-r--r-- | spec/Channel_Dispatcher.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/Channel_Dispatcher.xml b/spec/Channel_Dispatcher.xml index ff911856..816423e3 100644 --- a/spec/Channel_Dispatcher.xml +++ b/spec/Channel_Dispatcher.xml @@ -21,8 +21,8 @@ USA.</p> </tp:license> - <interface name="org.freedesktop.Telepathy.ChannelDispatcher.DRAFT" - tp:causes-havoc="experimental"> + <interface name="org.freedesktop.Telepathy.ChannelDispatcher" + tp:causes-havoc="not yet final"> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The channel dispatcher is responsible for responding to new @@ -260,7 +260,7 @@ <tp:rationale> <p>The rationale is as for <tp:dbus-ref - namespace='org.freedesktop.Telepathy.ChannelDispatcher.DRAFT'>CreateChannel</tp:dbus-ref>.</p> + namespace='org.freedesktop.Telepathy.ChannelDispatcher'>CreateChannel</tp:dbus-ref>.</p> </tp:rationale> </tp:docstring> @@ -327,11 +327,11 @@ <tp:rationale> <p>An address book application, for example, might call <tp:dbus-ref - namespace='org.freedesktop.Telepathy.ChannelDispatcher.DRAFT'>EnsureChannel</tp:dbus-ref> + namespace='org.freedesktop.Telepathy.ChannelDispatcher'>EnsureChannel</tp:dbus-ref> to ensure that a text channel with a particular contact is displayed to the user; it does not care whether a new channel was made. An IM client might call <tp:dbus-ref - namespace='org.freedesktop.Telepathy.ChannelDispatcher.DRAFT'>EnsureChannel</tp:dbus-ref> + namespace='org.freedesktop.Telepathy.ChannelDispatcher'>EnsureChannel</tp:dbus-ref> in response to the user double-clicking an entry in the contact list, with itself as the <code>Preferred_Handler</code>; if the user already has a conversation with that contact in another |