<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi guys,<BR>
 Sorry, the hotmail broke the xml content in my previous messages. I posted the full execution log and the packet content as it was posted over the wire, here:<BR>
 <BR>
<A href="http://paste.lisp.org/display/63550"><STRONG><U><FONT color=#810081>http://paste.lisp.org/display/63550</FONT></U></STRONG></A><BR>
 <BR>
I tested it both with jabber server (the ID and password inside the script are actual ID and password that I used) and local ejabber server, and I am getting the same output in both cases.<BR>
 <BR>
For some reason the server responds with error code 503/service unavailable to authentication request with the script, while I am able to successefully login using regular jabber client or a small client that I wrote using gloox library.  I'll probably need to compare how different the actual requests look on the wire..<BR>
 <BR>
> Yeah, that sounds like a plain end-of-file situation, where the server<BR>> closed the connection.<BR>> <BR>> That's why it's not very helpful to see just the error message. Please<BR>> show complete test code, so that errors in that code can be pointed out.<BR><BR>
(require :cl-xmpp)<BR>(defparameter *connection* (xmpp:connect :hostname "jabber.org"))<BR>(xmpp:auth *connection* "clxmpp" "clxmpp" "res")<BR>(xmpp:message *connection* "<A href="mailto:fygrave@gmail.com">fygrave@gmail.com</A>" "ssup")<BR>(xmpp:receive-stanza-loop *connection*)<BR><BR>
I used both defparameter and defvar here. Doesn't change the situation much.<BR>
 <BR><BR><br /><hr />Get news, entertainment and everything you care about at Live.com. <a href='http://www.live.com/getstarted.aspx ' target='_new'>Check it out!</a></body>
</html>