Use just the one account and use starttls to connect
This commit is contained in:
parent
11ed78d83a
commit
51e8f161e7
1 changed files with 3 additions and 8 deletions
|
@ -31,15 +31,10 @@ Insert PROPOSED-ALERT in the buffer if it is non-nil."
|
|||
"Use stumpwm to echo a message has arrived."
|
||||
(oni:stumpwm-echo title))
|
||||
|
||||
(setq jabber-account-list
|
||||
(append (mapcar (lambda (str) (list (concat str "/" system-name)))
|
||||
'("tom@ryuslash.org" "ryuslash@ninthfloor.org"))
|
||||
'("ryuslash@gmail.com"
|
||||
(:network-server . "talk.google.com")
|
||||
(:port . 443)
|
||||
(:connection-type . ssl)))
|
||||
(setq jabber-account-list `((,(concat "tom@ryuslash.org/" system-name)
|
||||
(:connection-type . starttls))))
|
||||
|
||||
jabber-avatar-cache-directory "~/.emacs.d/jabber-avatars/"
|
||||
(setq jabber-avatar-cache-directory "~/.emacs.d/jabber-avatars/"
|
||||
jabber-chat-buffer-format "+%n"
|
||||
jabber-chat-foreign-prompt-format "%t %u"
|
||||
jabber-chat-local-prompt-format "%t %u"
|
||||
|
|
Loading…
Reference in a new issue