aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-groups.dtd
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-01-21 22:12:28 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-01-21 22:12:28 +0800
commitc1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa (patch)
treed34a9c7bdfb21e7550ebf85b5ee492ffa09e44fa /libempathy/empathy-contact-groups.dtd
parent544f36035197498a61382036ee75b9310f1b0e83 (diff)
downloadgsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.gz
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.bz2
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.lz
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.xz
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.zst
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.zip
Move empathy-contact-groups to libempathy, it has nothing to do in -gtk
svn path=/trunk/; revision=592
Diffstat (limited to 'libempathy/empathy-contact-groups.dtd')
-rw-r--r--libempathy/empathy-contact-groups.dtd17
1 files changed, 17 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-groups.dtd b/libempathy/empathy-contact-groups.dtd
new file mode 100644
index 000000000..b4de2260a
--- /dev/null
+++ b/libempathy/empathy-contact-groups.dtd
@@ -0,0 +1,17 @@
+<!--
+ DTD for Empathys contact groups.
+ by Martyn Russell <mr@gnome.org>
+-->
+
+<!-- Root element. -->
+<!ELEMENT contacts (account)>
+
+<!ELEMENT account (group)+>
+<!ATTLIST account
+ name CDATA #REQUIRED>
+
+<!-- Groups in the roster. -->
+<!ELEMENT group EMPTY>
+<!ATTLIST group
+ name CDATA #REQUIRED
+ expanded CDATA #REQUIRED>