web-dev-qa-db-ja.com

Gmailチャットで「接続できません」というメッセージを表示するピジン

DebianでPidgin(2.10.9)を介してGmailチャットに接続できません。

しかし、Facebookチャットは正常に機能しています。

これを試しました:

  1. Googleサポート https://support.google.com/a/answer/49147?hl=en
  2. ブログの提案

Telnetショー

$ telnet gmail.com 5222 
Trying 74.125.236.86... 
Trying 74.125.236.85... 
Trying 2404:6800:4007:801::1015... 
telnet: Unable to connect to remote Host: Network is unreachable

ピジンを試しましたFAQ提案

コンソールで

Dig +short SRV _xmpp-client._tcp.gmail.com 

与える

5 0 5222 xmpp.l.google.com.
20 0 5222 alt4.xmpp.l.google.com. 
20 0 5222 alt2.xmpp.l.google.com. 
20 0 5222 alt1.xmpp.l.google.com.
20 0 5222 alt3.xmpp.l.google.com.
3
AAI

有効 Googleアカウントで安全性の低いアプリオプションを許可する 。これにより、gtalkのすべての標準Pidgin設定に関する問題が解決されました。

3
AAI

質問はかなり古いですが、私は今日でもこの問題に遭遇しました。だから、ここに解決策があります。 [詳細設定]タブで次の設定を使用します。

Connection security: "Use old-style SSL"
Connect port: 5223
Connect server: talk.google.com

特にConnectサーバーの設定は重要なようです。

1