From eenge at common-lisp.net Wed Jan 18 15:19:40 2006 From: eenge at common-lisp.net (Erik Enge) Date: Wed, 18 Jan 2006 09:19:40 -0600 (CST) Subject: [cl-xmpp-cvs] CVS update: public_html/index.html Message-ID: <20060118151940.442EA2A01A@common-lisp.net> Update of /project/cl-xmpp/cvsroot/public_html In directory common-lisp:/tmp/cvs-serv14477 Modified Files: index.html Log Message: fixing broken link to jabber.org Date: Wed Jan 18 09:19:39 2006 Author: eenge Index: public_html/index.html diff -u public_html/index.html:1.27 public_html/index.html:1.28 --- public_html/index.html:1.27 Mon Nov 21 13:01:16 2005 +++ public_html/index.html Wed Jan 18 09:19:39 2006 @@ -13,7 +13,7 @@

cl-xmpp is a Common Lisp client implementation of the XMPP RFCs. These are the -RFCs which Jabber clients and +RFCs which Jabber clients and servers use to communicate with eachother (including Google Talk). In addition cl-xmpp implements JEPs 0078, 0086, 0030 and 0070 which are From eenge at common-lisp.net Sun Jan 22 03:10:42 2006 From: eenge at common-lisp.net (CVS User eenge) Date: Sat, 21 Jan 2006 21:10:42 -0600 (CST) Subject: [cl-xmpp-cvs] CVS cl-xmpp Message-ID: <20060122031042.B525A10265@common-lisp.net> Update of /project/cl-xmpp/cvsroot/cl-xmpp In directory common-lisp:/tmp/cvs-serv25220 Modified Files: TODO Log Message: testing new cvs log mailer --- /project/cl-xmpp/cvsroot/cl-xmpp/TODO 2005/11/18 21:43:52 1.11 +++ /project/cl-xmpp/cvsroot/cl-xmpp/TODO 2006/01/22 03:10:42 1.12 @@ -8,5 +8,6 @@ still writes into a stream. prerequisite for writing a test suite (which i should do). -- havent found a good use for IDs yet so right now they are - just what happen to be in the specs \ No newline at end of file +- avent found a good use for IDs yet so right now they are + just what happen to be in the specs + From eenge at common-lisp.net Mon Jan 23 16:41:12 2006 From: eenge at common-lisp.net (eenge) Date: Mon, 23 Jan 2006 10:41:12 -0600 (CST) Subject: [cl-xmpp-cvs] CVS cl-xmpp Message-ID: <20060123164112.1D16E1028D@common-lisp.net> Update of /project/cl-xmpp/cvsroot/cl-xmpp In directory common-lisp:/tmp/cvs-serv30108 Modified Files: cl-xmpp.lisp Log Message: adding patch from david, thanks\! --- /project/cl-xmpp/cvsroot/cl-xmpp/cl-xmpp.lisp 2005/12/31 20:15:06 1.24 +++ /project/cl-xmpp/cvsroot/cl-xmpp/cl-xmpp.lisp 2006/01/23 16:41:11 1.25 @@ -1,4 +1,4 @@ -;;;; $Id: cl-xmpp.lisp,v 1.24 2005/12/31 20:15:06 eenge Exp $ +;;;; $Id: cl-xmpp.lisp,v 1.25 2006/01/23 16:41:11 eenge Exp $ ;;;; $Source: /project/cl-xmpp/cvsroot/cl-xmpp/cl-xmpp.lisp,v $ ;;;; See the LICENSE file for licensing information. @@ -316,7 +316,12 @@ (defun read-stanza (connection) (unless (server-xstream connection) (setf (server-xstream connection) - (cxml:make-xstream (make-slow-stream (server-stream connection))))) + (cxml:make-xstream (make-slow-stream (server-stream connection)) + :name + (cxml::make-stream-name + :entity-name "stanza" + :entity-kind :main + :uri nil)))) (force-output (server-stream connection)) (catch 'stanza (let ((cxml::*namespace-bindings*