aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-status-presets.dtd
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-04-27 21:22:33 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-04-27 21:22:33 +0800
commita6dd26148d5cd05475d27ab26c395e60beb797b2 (patch)
treee3a120884e14b7d62bc528c69300ded57bbd6cf9 /libempathy-gtk/gossip-status-presets.dtd
parent3bf34dfdbd7686b79a5fb68d06799cdcdef7dff6 (diff)
downloadgsoc2013-empathy-a6dd26148d5cd05475d27ab26c395e60beb797b2.tar
gsoc2013-empathy-a6dd26148d5cd05475d27ab26c395e60beb797b2.tar.gz
gsoc2013-empathy-a6dd26148d5cd05475d27ab26c395e60beb797b2.tar.bz2
gsoc2013-empathy-a6dd26148d5cd05475d27ab26c395e60beb797b2.tar.lz
gsoc2013-empathy-a6dd26148d5cd05475d27ab26c395e60beb797b2.tar.xz
gsoc2013-empathy-a6dd26148d5cd05475d27ab26c395e60beb797b2.tar.zst
gsoc2013-empathy-a6dd26148d5cd05475d27ab26c395e60beb797b2.zip
[darcs-to-svn @ Adding GossipPresenceChooser]
svn path=/trunk/; revision=8
Diffstat (limited to 'libempathy-gtk/gossip-status-presets.dtd')
-rw-r--r--libempathy-gtk/gossip-status-presets.dtd16
1 files changed, 16 insertions, 0 deletions
diff --git a/libempathy-gtk/gossip-status-presets.dtd b/libempathy-gtk/gossip-status-presets.dtd
new file mode 100644
index 000000000..49c797b1f
--- /dev/null
+++ b/libempathy-gtk/gossip-status-presets.dtd
@@ -0,0 +1,16 @@
+<!--
+ DTD for Gossips status presets.
+ by Martyn Russell <martyn@imendio.com>
+-->
+
+<!-- Root element. -->
+<!ELEMENT presets ((default?),status*)>
+
+<!ELEMENT default (#PCDATA)>
+<!ATTLIST default
+ presence (available|busy|away|ext_away) "available">
+
+<!ELEMENT status (#PCDATA)>
+<!ATTLIST status
+ presence (available|busy|away|ext_away) "available">
+