[cl-xmpp-devel] error handling issue

Erik Enge erik.enge at gmail.com
Thu Jan 26 15:46:09 UTC 2006


On 1/15/06, Adam Thorsen <adam.thorsen at gmail.com> wrote:
> Well, somehow this message causes the exception below.  Now, I know
> that I am not calling GET-ELEMENT, but for some reason CL-XMPP is, and
> it is calling it on some empty value that it shouldn't be.  I looked
> at the defmethod for get-element, and there is indeed no method to
> handle this case.  How can I fix this?

It looks to me like this message has no body.  See line 284 in
cl-xmpp.lisp; I think that's where this problem happens (although I
haven't had the time to check and verify this).  You could
conditionalize that call on whether or not the message actually have a
body.

Erik.



More information about the cl-xmpp-devel mailing list