無法使用 jabber.el 連接到 google talk

無法使用 jabber.el 連接到 google talk

我正在嘗試在 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'

我嘗試尋找這個問題,但沒有找到任何問題。我在組織防火牆後面使用它。

答案1

[ ] Password:

您不需要密碼嗎[電子郵件受保護]為此連接?根據Google:

為了連接到 Google Talk 並開始傳送 IM,您需要在連接埠 5222 或連接埠 443 上啟用與 talk.google.com 的 TCP 連線。

確保使用連接埠 5222 或 443 而不是 5223

相關內容