Release 0.5-1 contains (Muti-profile support, Contacts Integration)
[vicar] / src / data / xml / org.freedesktop.Telepathy.Connection.I.Requests.xml
diff --git a/src/data/xml/org.freedesktop.Telepathy.Connection.I.Requests.xml b/src/data/xml/org.freedesktop.Telepathy.Connection.I.Requests.xml
new file mode 100644 (file)
index 0000000..75d026c
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+  <interface name="org.freedesktop.Telepathy.Connection.Interface.Requests">
+    <property access="read" type="(a{sv}as)" name="RequestableChannelClasses">
+      <annotation name="com.trolltech.QtDBus.QtTypeName" value="org::freedesktop::Telepathy::RequestableChannelClassList"/>    
+    </property>
+    <method name="CreateChannel">
+      <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In0"/>
+      <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.Out1"/>
+      <arg direction="in" type="a{sv}" name="request"/>
+      <arg direction="out" type="o" name="channel_object"/>
+      <arg direction="out" type="a{sv}" name="channel_properties"/>
+    </method>
+    <method name="EnsureChannel">
+      <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In0"/>
+      <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.Out2"/>
+      <arg direction="in" type="a{sv}" name="request"/>
+      <arg direction="out" type="b" name="yours"/>
+      <arg direction="out" type="o" name="channel_object"/>
+      <arg direction="out" type="a{sv}" name="channel_properties"/>
+    </method>
+    <signal name="NewChannels">
+      <annotation value="org::freedesktop::Telepathy::ChannelDetailsList" name="com.trolltech.QtDBus.QtTypeName.In0"/>
+      <arg type="a(oa{sv})" name="new_channels"/>
+    </signal>
+    <signal name="ChannelClosed">
+      <arg type="o" name="removed_channel_object"/>
+    </signal>
+  </interface>
+</node>