20 lines
807 B
XML
20 lines
807 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<node name="/">
|
|
<interface name="net.buzzert.kordophone.Server">
|
|
<method name="GetVersion">
|
|
<arg type="s" name="version" direction="out" />
|
|
</method>
|
|
|
|
<method name="GetConversations">
|
|
<arg type="aa{sv}" direction="out" name="conversations">
|
|
<annotation name="org.freedesktop.DBus.DocString"
|
|
value="Array of dictionaries. Each dictionary has keys:
|
|
'id' (string): Unique identifier
|
|
'title' (string): Display name
|
|
'last_message' (string): Preview text
|
|
'is_unread' (boolean): Unread status"/>
|
|
</arg>
|
|
</method>
|
|
</interface>
|
|
</node>
|