2025-02-11 23:15:24 -08:00
|
|
|
<?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>
|
2025-02-12 00:26:32 -08:00
|
|
|
|
|
|
|
|
<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>
|
2025-02-11 23:15:24 -08:00
|
|
|
</interface>
|
|
|
|
|
</node>
|