From kcrosbie at ravenpack.com Tue Feb 19 08:52:03 2008 From: kcrosbie at ravenpack.com (Kevin Crosbie) Date: Tue, 19 Feb 2008 09:52:03 +0100 Subject: [cl-xmpp-devel] force-output on read-stanza Message-ID: <47BA98B3.2010901@ravenpack.com> Hi, I'm using cl-xmpp on Franz Allegro 8.1 with ejabberd 2.0.0 rc1. I was wondering if anybody can tell me the reason for doing a force-output in the read-stanza function. This has been in the function since it was added: http://common-lisp.net/cgi-bin/viewcvs.cgi/cl-xmpp/cl-xmpp.lisp?root=cl-xmpp&r1=1.1&r2=1.2 however I can't see why one would need to do this when reading. Surely that is handled by whoever is writing to the stream. Best Regards, Kevin