
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")