jabber.rst
changeset 232 4de1dc8ac8a0
child 734 384f90c63395
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jabber.rst	Mon Nov 16 22:56:30 2009 +0200
@@ -0,0 +1,16 @@
+-*- mode:outline; coding: utf-8 -*-
+
+* emacs-jabber.
+
+** gtalk.
+
+(add-to-list 'load-path "/home/user/usr/share/emacs/site-lisp/emacs-jabber-0.7.92")
+(require 'jabber)
+
+(setq jabber-account-list '(
+                            ("your-name@gmail.com"
+                            ;;   (:password . nil) or (:password . "your-pass")
+                              (:network-server . "talk.google.com")
+                              (:port . 443)
+                              (:connection-type . ssl))
+                            ))