[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2014-12-04 Thread Daniel Holbach
Quantal is EOL.

** Changed in: account-plugins (Ubuntu Quantal)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  Fix Released
Status in account-plugins package in Ubuntu:
  Fix Released
Status in account-plugins source package in Quantal:
  Invalid

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2014-09-29 Thread David Barth
** Changed in: account-plugins
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  Fix Released
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Confirmed

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2013-06-25 Thread Dinçer Kavraal
After the patch and restart it fixes. Thank you.
13.04 raring

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  New
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Confirmed

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2013-02-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/+junk/account-plugins

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  New
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Confirmed

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2012-12-10 Thread Launchpad Bug Tracker
This bug was fixed in the package account-plugins -
0.10bzr12.12.10-0ubuntu1

---
account-plugins (0.10bzr12.12.10-0ubuntu1) raring; urgency=low

  [ Ken VanDine ]
  * New upstream snapshot
- Fix 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)
- Added group settings to microblog service files for friends.  These are
  duplicated from the existing gwibber groups, we can drop those once
  friends replaces gwibber in raring.
  * debian/control
- account-plugin-tools should depend on gir1.2-signon-1.0 and
  gir1.2-accounts-1.0

  [ David King ]
  * debian/control
- Build-depend on libxml2-utils for XML well-formedness tests
- Update homepage and VCS location
 -- Ken VanDine ken.vand...@canonical.com   Mon, 10 Dec 2012 16:35:59 -0500

** Changed in: account-plugins (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  New
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Confirmed

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2012-12-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: account-plugins (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  New
Status in “account-plugins” package in Ubuntu:
  Confirmed
Status in “account-plugins” source package in Quantal:
  Confirmed

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2012-12-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: account-plugins (Ubuntu Quantal)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  New
Status in “account-plugins” package in Ubuntu:
  Confirmed
Status in “account-plugins” source package in Quantal:
  Confirmed

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2012-12-05 Thread Ken VanDine
** Also affects: account-plugins (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: account-plugins (Ubuntu Quantal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  New
Status in “account-plugins” package in Ubuntu:
  New
Status in “account-plugins” source package in Quantal:
  New

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2012-12-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/account-plugins/lp1081839

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  New
Status in “account-plugins” package in Ubuntu:
  New
Status in “account-plugins” source package in Quantal:
  New

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1081839] Re: failback-servers for gtalk are misconfigured

2012-12-05 Thread Ubuntu Foundations Team Bug Bot
The attachment patch to the file /usr/share/accounts/services/google-
im.service of this bug report has been identified as being a patch.
The ubuntu-reviewers team has been subscribed to the bug report so that
they can review the patch.  In the event that this is in fact not a
patch you can resolve this situation by removing the tag 'patch' from
the bug report and editing the attachment so that it is not flagged as a
patch.  Additionally, if you are member of the ubuntu-reviewers team
please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1081839

Title:
  failback-servers for gtalk are misconfigured

Status in Online Accounts: Account plugins:
  New
Status in “account-plugins” package in Ubuntu:
  New
Status in “account-plugins” source package in Quantal:
  New

Bug description:
  I work behind a firewall and the port 5222 is blocked so the
  telepathy-gabble need to failback to the server
  talkx.l.google.com:443,oldssl but the file
  /usr/share/accounts/services/google-im.service are misconfigured.

  I fixed and attached a patch.

  You can simulate this by blocking the port 5222.

  And you can find more information using the command mc-tool that shows
  the error:


  ==
   before the correction 
  ==

  $ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizdepi
Normalized: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
  Nickname: Caio Cezar
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 11
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [\ntalkx.l.google.com, \n
talkx.l.google.com:443,oldssl, \ntalkx.l.google.com:80\\n  ]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com



  
  ==
   after the correction 
  ==

  
  :~$ mc-tool show gabble/jabber/google_2ecom0
   Account: gabble/jabber/google_2ecom0
  Display Name: raizd...@gmail.com
   Enabled: enabled
  Icon: im-google-talk
  Connects: only when requested
   Service: google-talk

  Presences:
 Automatic: available (2) 
   Current: offline (1) 
 Requested: available (2) 
  Changing: yes

  Storage:
  Provider: im.telepathy.Account.Storage.UOA
Identifier: uint32 14
  Restrictions: Cannot_Set_Parameters, Cannot_Set_Service

  (bool) require-encryption = true
(string) server = talk.google.com
 (GStrv) fallback-servers = [talkx.l.google.com, 
talkx.l.google.com:443,oldssl, talkx.l.google.com:80]
 (GStrv) extra-certificate-identities = [talk.google.com]
(string) account = google.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1081839/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp