summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/dbus-peer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qt4/TelepathyQt4/dbus-peer.xml')
-rw-r--r--qt4/TelepathyQt4/dbus-peer.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/qt4/TelepathyQt4/dbus-peer.xml b/qt4/TelepathyQt4/dbus-peer.xml
new file mode 100644
index 000000000..54b25a28f
--- /dev/null
+++ b/qt4/TelepathyQt4/dbus-peer.xml
@@ -0,0 +1,19 @@
+<tp:spec
+ xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+
+ <tp:title>D-Bus peer</tp:title>
+
+ <node name="/Peer">
+ <interface name="org.freedesktop.DBus.Peer" tp:implement-service="no">
+
+ <method name="Ping">
+ </method>
+
+ <method name="GetMachineId">
+ <arg direction="out" type="s" name="Machine_UUID"/>
+ </method>
+
+ </interface>
+ </node>
+
+</tp:spec>