[cl-xmpp-devel] bug?

David Lichteblau david at lichteblau.com
Mon Sep 10 23:42:23 UTC 2007


Quoting Johann Franz (jfranz at bsdprojects.net):
> This gives a SIMPLE-ERROR (XML-NOT-WELL-FORMED from the server)

Ah, that is an unrelated issue.  Recent versions of cxml default to
non-canonical output, which always writes an XML declaration an the
beginning of the document.  Since CL-XMPP creates a new sink for each
stanza (not quite sure why) it ends up writing XML declarations in the
middle of the stream.

Please try the attached patch.  (The patch also removes cxml.lisp.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-cxml-dot-lisp.diff
Type: text/x-diff
Size: 1686 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-xmpp-devel/attachments/20070911/10a7acde/attachment.diff>


More information about the cl-xmpp-devel mailing list