blob: db7c995e7b88526ccc7a33907ce3cb7b4cf8c763 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" ?>
<node name="/GabbleMediaSession">
<interface name="org.freedesktop.Telepathy.Media.SessionHandler">
<method name="Error">
<arg direction="in" name="errno" type="u"/>
<arg direction="in" name="message" type="s"/>
</method>
<signal name="NewStreamHandler">
<arg name="stream_handler" type="o"/>
<arg name="id" type="u"/>
<arg name="media_type" type="u"/>
<arg name="direction" type="u"/>
</signal>
<method name="Ready"/>
</interface>
</node>
|