.emacs-post
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 Jan 2011 15:17:59 +0200
changeset 535 05e20b2ae7c8
parent 533 15b63e0cc424
child 540 68caaf13c996
permissions -rw-r--r--
Add jabber authentication example.

;; -*- mode: lisp; coding: utf-8; fill-column: 78 -*-
;;
;; For load order see README.

;; (require 'cygwin-mount)
;; (cygwin-mount-activate)

;; (when (featurep 'jabber)
;;   (setq jabber-account-list
;;         '(
;;           ("gavenko@services.bifit.int"
;;            (:port . 5222)
;;            (:password . "")
;;            ;; (:network-server . "talk.google.com")
;;            (:connection-type . network))
;;           ("gavenkoa@gmail.com"
;;            ;; (:port . 5222)
;;            (:password . "")
;;            (:network-server . "talk.google.com")
;;            (:connection-type . ssl))
;;           )
;;         )
;;   (jabber-connect-all)
;;   )