From 159a33d775806f7ab05d7eb42351818e05e3ab1a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 23 Feb 2014 21:40:01 +0100 Subject: Add aethon jabber account --- .emacs.d/site-lisp/jabber-init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs.d/site-lisp/jabber-init.el') diff --git a/.emacs.d/site-lisp/jabber-init.el b/.emacs.d/site-lisp/jabber-init.el index c4723e4..d62809f 100644 --- a/.emacs.d/site-lisp/jabber-init.el +++ b/.emacs.d/site-lisp/jabber-init.el @@ -55,6 +55,10 @@ Insert PROPOSED-ALERT in the buffer if it is non-nil." jabber-vcard-avatars-publish nil jabber-vcard-avatars-retrieve nil) +(add-to-list 'jabber-account-list + `(,(concat "thomas@aethon.nl/" system-name) + (:network-server . "talk.google.com") + (:connection-type . ssl))) (add-hook 'jabber-alert-message-hooks #'jabber-message-libnotify) (add-hook 'jabber-alert-muc-hooks #'jabber-muc-libnotify) -- cgit v1.2.3-54-g00ecf