I am trying to use Jabber to connect to Google Hangouts.
My configuration looks like this:
(setq jabber-account-list '(("[myusername]@gmail.com"
(:network-server . "talk.google.com")
(:connection-type . ssl))))
When I invoke jabber-connect-all
and type in my password, I get the following error message:
[myusername]@gmail.com: connection lost: `exited abnormally with code 1'
How can I fix this?