help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Jabber Help


From: Bobby Casey
Subject: Jabber Help
Date: Wed, 8 Jul 2015 16:37:44 -0400

I'm trying to set Jabber up to communicate with an internal HipChat server
with the below setup.   I don't get an error, but rather an unhelpful
"connection lost: finished" message. I am able to connect from other native
apps, so I know the credentials are correct.  Any advice?

I'm running Emacs v24.4.1 with Jabber v20150627.1006 from melpa.

Jabber setup:
"""
(setq jabber-account-list '(("bobby@company.com"
                             (:network-server . "hipchat.company.com")
                             (:port . 5223)
                             (:connection-type . ssl)
                             )))


;; Some google results hinted that certificate issues may be at play, so I
added this:
(setq ssl-program-name "gnutls-cli"
      ssl-program-arguments '("--insecure" "-p" service host)
      ssl-certificate-verification-policy 1)
"""

Output after jabber-connect-all:
"""
Opening TLS connection to `hipchat.company.com'...
Opening TLS connection with `gnutls-cli --insecure -p 5223
hipchat.company.com'...failed
Opening TLS connection with `gnutls-cli --insecure -p 5223
hipchat.company.com --protocols ssl3'...failed
Opening TLS connection with `openssl s_client -connect
hipchat.company.com:5223 -no_ssl2 -ign_eof'...done
Opening TLS connection to `hipchat.company.com'...done
bobby@company.com: connection lost: `finished'
"""


reply via email to

[Prev in Thread] Current Thread [Next in Thread]