blob: 8dbc49c3468a66bc582031ad715b9b46122027d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<?xml version="1.0" ?>
<node name="/GabbleRosterChannel">
<interface name="org.freedesktop.Telepathy.Channel">
<method name="Close"/>
<signal name="Closed"/>
<method name="GetChannelType">
<arg direction="out" type="s"/>
</method>
<method name="GetHandle">
<arg direction="out" type="u"/>
<arg direction="out" type="u"/>
</method>
<method name="GetInterfaces">
<arg direction="out" type="as"/>
</method>
</interface>
<interface name="org.freedesktop.Telepathy.Channel.Interface.Group">
<method name="AddMembers">
<arg direction="in" name="contacts" type="au"/>
<arg direction="in" name="message" type="s"/>
</method>
<method name="GetAllMembers">
<arg direction="out" type="au"/>
<arg direction="out" type="au"/>
<arg direction="out" type="au"/>
</method>
<method name="GetGroupFlags">
<arg direction="out" type="u"/>
</method>
<method name="GetHandleOwners">
<arg direction="in" name="handles" type="au"/>
<arg direction="out" type="au"/>
</method>
<method name="GetLocalPendingMembers">
<arg direction="out" type="au"/>
</method>
<method name="GetMembers">
<arg direction="out" type="au"/>
</method>
<method name="GetRemotePendingMembers">
<arg direction="out" type="au"/>
</method>
<method name="GetSelfHandle">
<arg direction="out" type="u"/>
</method>
<signal name="GroupFlagsChanged">
<arg name="added" type="u"/>
<arg name="removed" type="u"/>
</signal>
<signal name="MembersChanged">
<arg name="message" type="s"/>
<arg name="added" type="au"/>
<arg name="removed" type="au"/>
<arg name="local_pending" type="au"/>
<arg name="remote_pending" type="au"/>
<arg name="actor" type="u"/>
<arg name="reason" type="u"/>
</signal>
<method name="RemoveMembers">
<arg direction="in" name="contacts" type="au"/>
<arg direction="in" name="message" type="s"/>
</method>
</interface>
</node>
|