Update of /project/cl-xmpp/cvsroot/cl-xmpp In directory common-lisp.net:/tmp/cvs-serv2908
Modified Files: cxml.lisp Log Message: fixing cvs tags
Date: Sat Nov 19 00:14:36 2005 Author: eenge
Index: cl-xmpp/cxml.lisp diff -u cl-xmpp/cxml.lisp:1.8 cl-xmpp/cxml.lisp:1.9 --- cl-xmpp/cxml.lisp:1.8 Fri Nov 18 23:52:48 2005 +++ cl-xmpp/cxml.lisp Sat Nov 19 00:14:35 2005 @@ -1,7 +1,7 @@ -;;;; cxml-stanza.lisp -- parser helper for RFC 3920 XML streams +;;;; $Id: cxml.lisp,v 1.9 2005/11/18 23:14:35 eenge Exp $ +;;;; $Source: /project/cl-xmpp/cvsroot/cl-xmpp/cxml.lisp,v $
-;;; These are modifications to CXML which helps us deal with the -;;; incremental-style parsing required for the XML stanzas. +;;;; See the LICENSE file for licensing information.
(in-package :xmpp)