[cl-xmpp-devel] (make-error nil)
Erik Enge
erik.enge at gmail.com
Wed Apr 26 20:57:34 UTC 2006
On 4/26/06, Joel Reymont <joelr1 at gmail.com> wrote:
> I'm don't know cl-xmpp well enough yet to fix it but here's a bug
> report. I think it has something to do with trying to receive a
> stanza that's not there.
I remember this one. The problem was that I was unable to get all
different ways an error may be raised (I think at least three).
There's the old way, new way and a few variations on both (basically
using the <error> element or not). What you have encountered here is
basically a place where I got this wrong.
What we need is a complete list of all situations and how to deal with
them and then just change the appropriate functions. I think it's
xml-element-to-event and make-error and that's about it.
Erik.
More information about the cl-xmpp-devel
mailing list