
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'
この問題を検索してみましたが、何も見つかりませんでした。組織のファイアウォールの背後でこれを使用しています。