![無法使用 jabber.el 連接到 google talk](https://rvso.com/image/1345295/%E7%84%A1%E6%B3%95%E4%BD%BF%E7%94%A8%20jabber.el%20%E9%80%A3%E6%8E%A5%E5%88%B0%20google%20talk.png)
我正在嘗試在 jabber.el 上設定我的 Google talk 以從 Emacs 聊天。我的 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'
我嘗試尋找這個問題,但沒有找到任何問題。我在組織防火牆後面使用它。