Release 0.5-1 contains (Muti-profile support, Contacts Integration)
[vicar] / src / data / xml / org.freedesktop.Telepathy.AccountManager.xml
diff --git a/src/data/xml/org.freedesktop.Telepathy.AccountManager.xml b/src/data/xml/org.freedesktop.Telepathy.AccountManager.xml
new file mode 100644 (file)
index 0000000..883e074
--- /dev/null
@@ -0,0 +1,69 @@
+<!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.DBus.Introspectable">
+    <method name="Introspect">
+      <arg name="data" direction="out" type="s"/>
+    </method>
+  </interface>
+  <interface name="org.freedesktop.DBus.Properties">
+    <method name="Get">
+      <arg name="interface" direction="in" type="s"/>
+      <arg name="propname" direction="in" type="s"/>
+      <arg name="value" direction="out" type="v"/>
+    </method>
+    <method name="Set">
+      <arg name="interface" direction="in" type="s"/>
+      <arg name="propname" direction="in" type="s"/>
+      <arg name="value" direction="in" type="v"/>
+    </method>
+    <method name="GetAll">
+      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+      <arg name="interface" direction="in" type="s"/>
+      <arg name="props" direction="out" type="a{sv}"/>
+    </method>
+  </interface>
+  <interface name="com.nokia.AccountManager.Interface.Query">
+    <method name="FindAccounts">
+      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
+      <arg name="params" type="a{sv}" direction="in"/>
+      <arg name="accounts" type="ao" direction="out"/>
+    </method>
+  </interface>
+  <interface name="org.freedesktop.Telepathy.AccountManager">
+    <method name="CreateAccount">
+      <annotation name="com.trolltech.QtDBus.QtTypeName.In3" value="QVariantMap"/>
+      <annotation name="com.trolltech.QtDBus.QtTypeName.In4" value="QVariantMap"/>
+      <arg name="Connection_Manager" type="s" direction="in"/>
+      <arg name="Protocol" type="s" direction="in"/>
+      <arg name="Display_Name" type="s" direction="in"/>
+      <arg name="Parameters" type="a{sv}" direction="in"/>
+      <arg name="Properties" type="a{sv}" direction="in"/>
+      <arg name="Account" type="o" direction="out"/>
+    </method>
+    <signal name="AccountValidityChanged">
+      <arg type="o"/>
+      <arg type="b"/>
+    </signal>
+    <signal name="AccountRemoved">
+      <arg type="o"/>
+    </signal>
+  </interface>
+  <interface name="org.freedesktop.DBus.Properties">
+    <method name="GetAll">
+      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
+      <arg name="Interface_Name" type="s" direction="in"/>
+      <arg name="Properties" type="a{sv}" direction="out"/>
+    </method>
+    <method name="Set">
+      <arg name="Interface_Name" type="s" direction="in"/>
+      <arg name="Property_Name" type="s" direction="in"/>
+      <arg name="Value" type="v" direction="in"/>
+    </method>
+    <method name="Get">
+      <arg name="Interface_Name" type="s" direction="in"/>
+      <arg name="Property_Name" type="s" direction="in"/>
+      <arg name="Value" type="v" direction="out"/>
+    </method>
+  </interface>
+</node>