]> git.0d.be Git - empathy.git/blob - libempathy/empathy-contact-groups.dtd
Don't assume that removing a user from 'stored' will remove them from all lists
[empathy.git] / libempathy / empathy-contact-groups.dtd
1 <!--
2   DTD for Empathys contact groups.
3   by Martyn Russell <mr@gnome.org>
4 -->
5
6 <!-- Root element. -->
7 <!ELEMENT contacts (account)>
8
9 <!ELEMENT account (group)+>
10 <!ATTLIST account 
11         name CDATA #REQUIRED>
12
13 <!-- Groups in the roster. -->
14 <!ELEMENT group EMPTY>
15 <!ATTLIST group
16    name CDATA #REQUIRED
17    expanded CDATA #REQUIRED>