summaryrefslogtreecommitdiff
path: root/spec/Channel_Dispatcher.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-10 13:08:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-14 15:50:14 +0100
commit9bd785e915fe69564bb8e79036793b921bf1c908 (patch)
treeb91d2fa22dc2fc83a7e918a624518f66162c4986 /spec/Channel_Dispatcher.xml
parent5d124fa6693b0b57c75ca5ea5993f61ea93651bd (diff)
Handler: move request notification to its own interface
Diffstat (limited to 'spec/Channel_Dispatcher.xml')
-rw-r--r--spec/Channel_Dispatcher.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/Channel_Dispatcher.xml b/spec/Channel_Dispatcher.xml
index 8896e663..2780fe50 100644
--- a/spec/Channel_Dispatcher.xml
+++ b/spec/Channel_Dispatcher.xml
@@ -201,9 +201,10 @@
can recover state if it crashes and is restarted.</p>
</tp:rationale>
- <p>If this is a well-known bus name, the channel dispatcher SHOULD
+ <p>If this is a well-known bus name and the handler has the
+ RequestNotification interface, the channel dispatcher SHOULD
call <tp:dbus-ref
- namespace="org.freedesktop.Telepathy.Client.Handler.DRAFT">AddRequest</tp:dbus-ref>
+ namespace="org.freedesktop.Telepathy.Client.Handler.Interface.RequestNotification.DRAFT">AddRequest</tp:dbus-ref>
on that Handler after this method has returned.</p>
<tp:rationale>