[cl-xmpp-cvs] CVS update: cl-xmpp/README

Erik Enge eenge at common-lisp.net
Mon Oct 31 17:03:42 UTC 2005


Update of /project/cl-xmpp/cvsroot/cl-xmpp
In directory common-lisp.net:/tmp/cvs-serv30017

Modified Files:
	README 
Log Message:
fixing missing connection in xmpp:handle signature in example

Date: Mon Oct 31 18:03:31 2005
Author: eenge

Index: cl-xmpp/README
diff -u cl-xmpp/README:1.2 cl-xmpp/README:1.3
--- cl-xmpp/README:1.2	Mon Oct 31 18:02:03 2005
+++ cl-xmpp/README	Mon Oct 31 18:03:30 2005
@@ -33,7 +33,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:




More information about the Cl-xmpp-cvs mailing list