Merge lp:~ken-vandine/account-plugins/lp1081839 into lp:account-plugins

Proposed by Ken VanDine
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 84
Merged at revision: 84
Proposed branch: lp:~ken-vandine/account-plugins/lp1081839
Merge into: lp:account-plugins
Diff against target: 12 lines (+1/-1)
1 file modified
data/services/google-im.service.in (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/account-plugins/lp1081839
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
David King (community) Approve
Review via email: mp+138183@code.launchpad.net

Commit message

Patch from Caio Cezar Zapater de Souza which fixes a typo in the google-im.service file that prevented gtalk fallback servers from working. (LP: #1081839)

Description of the change

Patch from Caio Cezar Zapater de Souza which fixes a typo in the google-im.service file that prevented gtalk fallback servers from working. (LP: #1081839)

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/services/google-im.service.in'
2--- data/services/google-im.service.in 2012-10-04 14:18:34 +0000
3+++ data/services/google-im.service.in 2012-12-05 14:24:39 +0000
4@@ -18,7 +18,7 @@
5 <setting name="param-fallback-servers">
6 talkx.l.google.com;
7 talkx.l.google.com:443,oldssl;
8- talkx.l.google.com:80"
9+ talkx.l.google.com:80
10 </setting>
11 <setting name="param-extra-certificate-identities">talk.google.com</setting>
12 <setting name="param-require-encryption">true</setting>

Subscribers

People subscribed via source and target branches