aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/all.xml
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-02-26 21:31:02 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-02-26 21:31:02 +0800
commitc20c59c6cfefa0e7210282e19a6fc33bd65c95f7 (patch)
tree4ba009a19d6f3254acb8d91be788d49a7e259fc2 /extensions/all.xml
parent3c9d522f2784b634077f09ea4e753904ad21524e (diff)
downloadgsoc2013-empathy-c20c59c6cfefa0e7210282e19a6fc33bd65c95f7.tar
gsoc2013-empathy-c20c59c6cfefa0e7210282e19a6fc33bd65c95f7.tar.gz
gsoc2013-empathy-c20c59c6cfefa0e7210282e19a6fc33bd65c95f7.tar.bz2
gsoc2013-empathy-c20c59c6cfefa0e7210282e19a6fc33bd65c95f7.tar.lz
gsoc2013-empathy-c20c59c6cfefa0e7210282e19a6fc33bd65c95f7.tar.xz
gsoc2013-empathy-c20c59c6cfefa0e7210282e19a6fc33bd65c95f7.tar.zst
gsoc2013-empathy-c20c59c6cfefa0e7210282e19a6fc33bd65c95f7.zip
Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.
Link that library into libempathy (it's not actually used for anything at this point). Extensions currently built: ChannelHandler and StreamEngine. The namespacing convention used is emp_*, Emp*, EMP_* so it won't be included in the library ABI. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@663 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'extensions/all.xml')
-rw-r--r--extensions/all.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/extensions/all.xml b/extensions/all.xml
new file mode 100644
index 000000000..2a0e109e8
--- /dev/null
+++ b/extensions/all.xml
@@ -0,0 +1,14 @@
+<tp:spec
+ xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+
+<tp:title>Extensions for Empathy</tp:title>
+
+<xi:include href="misc.xml"/>
+
+<tp:generic-types>
+ <tp:external-type name="Contact_Handle" type="u"
+ from="Telepathy specification"/>
+</tp:generic-types>
+
+</tp:spec>