[cl-xmpp-cvs] CVS update: public_html/index.html

Update of /project/cl-xmpp/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv30035 Modified Files: index.html Log Message: fixing missing connection in xmpp:handle signature in example Date: Mon Oct 31 18:04:08 2005 Author: eenge Index: public_html/index.html diff -u public_html/index.html:1.12 public_html/index.html:1.13 --- public_html/index.html:1.12 Mon Oct 31 18:02:20 2005 +++ public_html/index.html Mon Oct 31 18:04:08 2005 @@ -117,7 +117,7 @@ ;; If you wish to handle the incoming messages or other objects simply ;; specify an xmpp:handle method for the objects you are interested in -;; or (defmethod xmpp:handle (object) ...) to get them all. Or alternatively +;; or (defmethod xmpp:handle (connection object) ...) to get them all. Or alternatively ;; specify :dom-repr t to receive-stanza-loop to get DOM-ish objects. ;; For example, if you wanted to create an annoying reply bot:
participants (1)
-
eenge@common-lisp.net