Use just the one account and use starttls to connect

This commit is contained in:
Tom Willemse 2014-11-04 10:26:08 +01:00
parent 11ed78d83a
commit 51e8f161e7

View file

@ -31,15 +31,10 @@ Insert PROPOSED-ALERT in the buffer if it is non-nil."
"Use stumpwm to echo a message has arrived." "Use stumpwm to echo a message has arrived."
(oni:stumpwm-echo title)) (oni:stumpwm-echo title))
(setq jabber-account-list (setq jabber-account-list `((,(concat "tom@ryuslash.org/" system-name)
(append (mapcar (lambda (str) (list (concat str "/" system-name))) (:connection-type . starttls))))
'("tom@ryuslash.org" "ryuslash@ninthfloor.org"))
'("ryuslash@gmail.com"
(:network-server . "talk.google.com")
(:port . 443)
(:connection-type . ssl)))
jabber-avatar-cache-directory "~/.emacs.d/jabber-avatars/" (setq jabber-avatar-cache-directory "~/.emacs.d/jabber-avatars/"
jabber-chat-buffer-format "+%n" jabber-chat-buffer-format "+%n"
jabber-chat-foreign-prompt-format "%t %u" jabber-chat-foreign-prompt-format "%t %u"
jabber-chat-local-prompt-format "%t %u" jabber-chat-local-prompt-format "%t %u"