diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-19 17:38:34 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-24 19:14:24 +0800 |
commit | 2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c (patch) | |
tree | 32bf8c2cca1c2c1fd24a9a14146d20dec2607b8a /ubuntu-online-accounts/empathy.application | |
parent | f253f50e656142d48b7feecf2678fa12cc9bf2db (diff) | |
download | gsoc2013-empathy-2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c.tar gsoc2013-empathy-2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c.tar.gz gsoc2013-empathy-2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c.tar.bz2 gsoc2013-empathy-2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c.tar.lz gsoc2013-empathy-2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c.tar.xz gsoc2013-empathy-2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c.tar.zst gsoc2013-empathy-2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c.zip |
add empathy.application
Diffstat (limited to 'ubuntu-online-accounts/empathy.application')
-rw-r--r-- | ubuntu-online-accounts/empathy.application | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ubuntu-online-accounts/empathy.application b/ubuntu-online-accounts/empathy.application new file mode 100644 index 000000000..f35da9268 --- /dev/null +++ b/ubuntu-online-accounts/empathy.application @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<application id="empathy"> + <description>Empathy</description> + <desktop-entry>empathy.desktop</desktop-entry> + + <service-types> + <service-type id="IM"> + <description>Integrate your IM accounts</description> + </service-type> + </service-types> + +</application> |