summaryrefslogtreecommitdiffstats
path: root/.emacs.d/site-lisp/jabber-init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/site-lisp/jabber-init.el')
-rw-r--r--.emacs.d/site-lisp/jabber-init.el8
1 files 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"