diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-12-09 16:20:25 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-12-09 16:20:25 +0000 |
commit | 231f722bbeffb857e5df7e1491876631d76342a1 (patch) | |
tree | 5a33f9914a1f8c792a171eeae5aa4f567a28961d /spec/Client_Observer.xml | |
parent | 725a947051e7b4e06929578a5f6afb9bfb36a338 (diff) |
Observer: add an example of DelayApprovers in a client file
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'spec/Client_Observer.xml')
-rw-r--r-- | spec/Client_Observer.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/Client_Observer.xml b/spec/Client_Observer.xml index 0f449bda..459ab22c 100644 --- a/spec/Client_Observer.xml +++ b/spec/Client_Observer.xml @@ -400,6 +400,15 @@ Recover=true round-trips to set itself up, then the approval of the channel is delayed. As a result, it is recommended for this property to remain false unless absolutely necessary.</p> + + <p>For service-activatable clients, this property should be + specified in the observer's <tt>.client</tt> file as + follows:</p> + +<pre> +[org.freedesktop.Telepathy.Client.Observer] +DelayApprovers=true +</pre> </tp:docstring> </property> |