[cl-xmpp-devel] bug?

Johann Franz jfranz at bsdprojects.net
Mon Sep 10 16:16:51 UTC 2007


Hi, foremost thanks for cl-xmpp! I'm new to CL and am pleased to see there is already an XMPP lib.

However, I experienced a problem on the first try, see below. The session and backtrace is in http://paste.lisp.org/display/47523
Any help is welcome.

% sbcl --version 
SBCL 1.0.9

CL-USER> (defvar *connection* (xmpp:connect :hostname "jabber.org"))
<?xml version='1.0' ?><stream:stream to='jabber.org' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0'><?xml version='1.0'?version='1.0'><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='515918731' from='jabber.org' version='1.0' xml:lang='en'
; Evaluation aborted.

There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION RUNES::XSTREAM/CLOSE (2)>
when called with arguments
(#S(CL-XMPP::SLOW-STREAM
 :TARGET #<SB-SYS:FD-STREAM for "a socket" {B487971}>)).
 [Condition of type SIMPLE-ERROR]

Regards,
j.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-xmpp-devel/attachments/20070910/cf239997/attachment.sig>


More information about the cl-xmpp-devel mailing list