diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-29 14:51:49 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-29 14:51:49 +0100 |
commit | 8ca19ce83fa300ce1f3dbaf2a40158292ee77424 (patch) | |
tree | ab6cf9011541a039e1e3058a7a65b6bc0b5cd961 | |
parent | 4fa54dbd4b367978ec8ce4f01ac9a6b64a8c8b51 (diff) |
move client files to $XDG_DATA_DIRS/telepathy-1/clients
-rw-r--r-- | spec/Client.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/Client.xml b/spec/Client.xml index 77e7bf44..3d591480 100644 --- a/spec/Client.xml +++ b/spec/Client.xml @@ -75,7 +75,7 @@ its properties when appropriate.</p> <p>As an optimization, activatable clients SHOULD install a file - <code><a href="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">$XDG_DATA_DIRS</a>/telepathy/clients/<em>clientname</em>.client</code> + <code><a href="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">$XDG_DATA_DIRS</a>/telepathy-1/clients/<em>clientname</em>.client</code> containing a cached version of its immutable properties, so that for most clients, the channel dispatcher can just read a file to discover capabilities, instead of |