diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-11-06 14:46:20 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-11-06 14:46:20 +0000 |
commit | c7d94daeb9a4816f915f3690f76cea2ef5abb3da (patch) | |
tree | c4cd5d54b9302bdf5c4348c2e035e247c91783a4 /spec | |
parent | 62d4df4241a138a5b5f3bb9dd172895587404057 (diff) |
fd.o#24851: declare that chat states make no sense on non-Text channels
This validates a similar decision in telepathy-qt4's C++ API.
Approved by spec meeting on 2009-11-05 (cassidy, Robot101, sjoerd, smcv,
wjt)
Diffstat (limited to 'spec')
-rw-r--r-- | spec/Channel_Interface_Chat_State.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/Channel_Interface_Chat_State.xml b/spec/Channel_Interface_Chat_State.xml index 292e6e1b..89ad6da1 100644 --- a/spec/Channel_Interface_Chat_State.xml +++ b/spec/Channel_Interface_Chat_State.xml @@ -17,7 +17,8 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> </tp:license> <interface name="org.freedesktop.Telepathy.Channel.Interface.ChatState"> - <tp:requires interface="org.freedesktop.Telepathy.Channel"/> + <tp:requires interface="org.freedesktop.Telepathy.Channel.Type.Text"/> + <method name="SetChatState" tp:name-for-bindings="Set_Chat_State"> <arg direction="in" name="State" type="u" tp:type="Channel_Chat_State"> <tp:docstring> |