summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-04 10:26:08 +0100
committerGravatar Tom Willemse2014-11-04 10:26:08 +0100
commit51e8f161e79e1b7860c72675b3d75161f94e560f (patch)
tree112f2d87fda7729c46555a9affbe06010720e922 /emacs
parent11ed78d83a9af53e2aa271dec8deea2d55f204cb (diff)
downloaddotfiles-51e8f161e79e1b7860c72675b3d75161f94e560f.tar.gz
dotfiles-51e8f161e79e1b7860c72675b3d75161f94e560f.zip
Use just the one account and use starttls to connect
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/site-lisp/jabber-init.el13
1 files changed, 4 insertions, 9 deletions
diff --git a/emacs/.emacs.d/site-lisp/jabber-init.el b/emacs/.emacs.d/site-lisp/jabber-init.el
index 3d63694..936a905 100644
--- a/emacs/.emacs.d/site-lisp/jabber-init.el
+++ b/emacs/.emacs.d/site-lisp/jabber-init.el
@@ -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)))
-
- jabber-avatar-cache-directory "~/.emacs.d/jabber-avatars/"
+(setq jabber-account-list `((,(concat "tom@ryuslash.org/" system-name)
+ (:connection-type . starttls))))
+
+(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"