From 40692c57456cba773b0f8b4825f0f079f1388037 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 31 May 2014 22:57:39 +0200 Subject: Add gmail account to jabber --- .emacs.d/site-lisp/jabber-init.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.emacs.d/site-lisp/jabber-init.el b/.emacs.d/site-lisp/jabber-init.el index 92442a4..e3cbe80 100644 --- a/.emacs.d/site-lisp/jabber-init.el +++ b/.emacs.d/site-lisp/jabber-init.el @@ -35,8 +35,12 @@ Insert PROPOSED-ALERT in the buffer if it is non-nil." (oni:stumpwm-echo title)) (setq jabber-account-list - (mapcar (lambda (str) (list (concat str "/" system-name))) - '("tom@ryuslash.org" "ryuslash@ninthfloor.org")) + (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/" jabber-chat-buffer-format "+%n" -- cgit v1.2.3-54-g00ecf