![jabber.el を使用して Google Talk に接続できない](https://rvso.com/image/1345295/jabber.el%20%E3%82%92%E4%BD%BF%E7%94%A8%E3%81%97%E3%81%A6%20Google%20Talk%20%E3%81%AB%E6%8E%A5%E7%B6%9A%E3%81%A7%E3%81%8D%E3%81%AA%E3%81%84.png)
Emacs からチャットできるように、jabber.el の Google トークを設定しようとしています。私の Emacs のバージョンは 24.2.1、jabber.el のバージョンは 0.8.0 です (少なくとも、jabber-info ではそう表示されています)。私の設定は次のとおりです。
JID: [email protected]
[ ] Disabled
[ ] Password:
[X] Network server: talk.google.com
[ ] Port: 5222
[X] Connection type: Value Menu Legacy SSL/TLS
そして私が受け取るメッセージは次の通りC-x C-j C-x
です:
Opening TLS connection to `talk.google.com'...
Opening TLS connection with `gnutls-cli --insecure -p 5223 talk.google.com'...failed
Opening TLS connection with `gnutls-cli --insecure -p 5223 talk.google.com --protocols ssl3'...failed
Opening TLS connection with `openssl s_client -connect talk.google.com:5223 -no_ssl2 -ign_eof'...failed
Opening TLS connection to `talk.google.com'...failed
Jabber connection failed
[email protected]/nil: connection lost: `nil'
この問題を検索してみましたが、何も見つかりませんでした。組織のファイアウォールの背後でこれを使用しています。