[cl-xmpp-cvs] CVS update: cl-xmpp/README
Erik Enge
eenge at common-lisp.net
Sat Nov 12 04:22:04 UTC 2005
Update of /project/cl-xmpp/cvsroot/cl-xmpp
In directory common-lisp.net:/tmp/cvs-serv27623
Modified Files:
README
Log Message:
note about connect-tls
Date: Sat Nov 12 05:22:03 2005
Author: eenge
Index: cl-xmpp/README
diff -u cl-xmpp/README:1.6 cl-xmpp/README:1.7
--- cl-xmpp/README:1.6 Sat Nov 12 05:20:21 2005
+++ cl-xmpp/README Sat Nov 12 05:22:03 2005
@@ -6,6 +6,10 @@
* (require :cl-xmpp)
* (defvar connection (xmpp:connect "username" :hostname "jabber.org"))
+;; or use xmpp:connect-tls with the exact same arguments to initiate
+;; a TLS connection. there are operators in cl-xmpp-tls.lisp you
+;; can use manually if you want to check that this host supports
+;; TLS connections, first.
;; authenticate (or use xmpp:register to make an account)
* (xmpp:auth connection "password" "resource")
More information about the Cl-xmpp-cvs
mailing list