diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-05-09 15:34:49 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-05-09 15:34:49 +0100 |
commit | 175552880b58af55c2f3ecab6ae1fb6c3b3b4d8e (patch) | |
tree | 0f667deca6433815fc56871f5d9e1c839f36586b | |
parent | 7e1a0fa12098aa16b8634174794e1b9c7c0cdec1 (diff) |
Subject: reference Room interface, not Room channels
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | spec/Channel_Interface_Subject.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/spec/Channel_Interface_Subject.xml b/spec/Channel_Interface_Subject.xml index 11ff5ee2..8f12b330 100644 --- a/spec/Channel_Interface_Subject.xml +++ b/spec/Channel_Interface_Subject.xml @@ -27,8 +27,11 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>An interface channels can implement to support subjects. Most - of the time this will be implemented by Room channels, but some - protocols support subjects in 1-to-1 chats (such as Skype).</p> + of the time this will be implemented by channels implementing + the <tp:dbus-ref + namespace="ofdT.Channel.Interface">Room.DRAFT</tp:dbus-ref> + interface, but some protocols support subjects in 1-to-1 chats + (such as Skype).</p> </tp:docstring> <method name="SetSubject" tp:name-for-bindings="Set_Subject"> |