Skip to content
j4yk edited this page Sep 13, 2010 · 3 revisions

What is different from the original cl-xmpp?

There’s just another method stanza-waiting-p you can call to see if there’s something to be received by receive-stanza. Without that you would have to guess and if you failed Lisp was stuck in a loop until received-stanza actually received something.

This is accomplished by simply remembering the usocket object for the connection which implements #’listen.

Clone this wiki locally