Merge lp:~boiko/history-service/fix_daemon_recover into lp:history-service

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Tiago Salem Herrmann
Approved revision: 99
Merged at revision: 99
Proposed branch: lp:~boiko/history-service/fix_daemon_recover
Merge into: lp:history-service
Diff against target: 10 lines (+3/-0)
1 file modified
daemon/HistoryDaemonObserver.client (+3/-0)
To merge this branch: bzr merge lp:~boiko/history-service/fix_daemon_recover
Reviewer Review Type Date Requested Status
Tiago Salem Herrmann (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+187080@code.launchpad.net

Commit message

Set the Recover property on the telepathy client file to make sure that if the history daemon crashes it will get restarted by telepathy mission control.

Description of the change

Set the Recover property on the telepathy client file to make sure that if the history daemon crashes it will get restarted by telepathy mission control.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

using this patch the daemon now recovers all the open channels on startup.
+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'daemon/HistoryDaemonObserver.client'
2--- daemon/HistoryDaemonObserver.client 2013-07-11 22:42:35 +0000
3+++ daemon/HistoryDaemonObserver.client 2013-09-23 18:21:05 +0000
4@@ -13,3 +13,6 @@
5 [org.freedesktop.Telepathy.Client.Observer.Capabilities]
6 org.freedesktop.Telepathy.Channel.Type.Call1/audio=true
7 org.freedesktop.Telepathy.Channel.Type.Call1/audio/speex=true
8+
9+[org.freedesktop.Telepathy.Client.Observer]
10+Recover=true

Subscribers

People subscribed via source and target branches