Update of /project/cl-xmpp/cvsroot/cl-xmpp In directory common-lisp.net:/tmp/cvs-serv29110
Modified Files: README result.lisp Log Message: more tests and updated README slightly
Date: Sun Nov 13 03:55:46 2005 Author: eenge
Index: cl-xmpp/README diff -u cl-xmpp/README:1.7 cl-xmpp/README:1.8 --- cl-xmpp/README:1.7 Sat Nov 12 05:22:03 2005 +++ cl-xmpp/README Sun Nov 13 03:55:46 2005 @@ -46,5 +46,5 @@
* (defmethod xmpp:handle ((connection xmpp:connection) (message xmpp:message)) (xmpp:message connection (xmpp:from message) - (format nil "reply to: ~a~%" (xmpp:message object)))) + (format nil "reply to: ~a" (xmpp:message object))))
Index: cl-xmpp/result.lisp diff -u cl-xmpp/result.lisp:1.7 cl-xmpp/result.lisp:1.8 --- cl-xmpp/result.lisp:1.7 Mon Oct 31 22:07:15 2005 +++ cl-xmpp/result.lisp Sun Nov 13 03:55:46 2005 @@ -1,4 +1,4 @@ -;;;; $Id: result.lisp,v 1.7 2005/10/31 21:07:15 eenge Exp $ +;;;; $Id: result.lisp,v 1.8 2005/11/13 02:55:46 eenge Exp $ ;;;; $Source: /project/cl-xmpp/cvsroot/cl-xmpp/result.lisp,v $
;;;; See the LICENSE file for licensing information. @@ -32,10 +32,8 @@ ;;; In the end, I don't know if this will be sufficient. It is ;;; for me at present time as all I really wanted to do was play ;;; around with XMPP in CL. If you have an idea which you wish -;;; were implemented in this library or perhaps you know a better -;;; way of doing this please don't hesitate to speak up as I -;;; most likely won't have much to do with this library from -;;; now on. +;;; were implemented in this library or perhaps you know of a better +;;; way of doing this please don't hesitate to speak.
(defclass xml-element () ((name