[cl-xmpp-devel] cl-xmpp with usocket patch

Burguz Omonov burguzomo at hotmail.com
Thu Jul 3 14:09:13 UTC 2008



Hey guys, I am giving cl-xmpp with usocket patch a try, and here's where it breaks:


machetto cl-xmpp # cat clxmpptest.lisp
(require :cl-xmpp)
(defvar *connection* (xmpp:connect :hostname "machetto"))
(xmpp:auth connection "user" "userpass" "res")
(xmpp:message connection "user2 at machetto" "ssup")
(xmpp:receive-stanza-loop connection)
machetto cl-xmpp #
...
sbcl --load clxmpptest.lisp

....

; registering # as USOCKET
; loading system definition from /root/.sbcl/systems/split-sequence.asd into
; #
; registering # as SPLIT-SEQUENCE

  when called with arguments
    (#S(CL-XMPP::SLOW-STREAM
        :TARGET #)).


Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.


Any hints? :)

_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx



More information about the cl-xmpp-devel mailing list