ejabberd - Comments for "How do I configure the flash-hack on windows machine?" https://www.ejabberd.im/node/1599 en Try to sniff traffic between https://www.ejabberd.im/node/1599#comment-23094 <p>Try to sniff traffic between client and server. Last time we tried XIFF (without changes, it was about 3 month's ago) it still sent terminated stanzas with \0 in connection, immediately after that ejabberd closed connection.</p> Mon, 25 Jun 2007 13:18:26 +0000 Tarick comment 23094 at https://www.ejabberd.im NonSASL authent with XMPP https://www.ejabberd.im/node/1599#comment-23036 <p>My bet is that this library is trying to do an authent in non SASL mode, while saying that it support XMPP using version="1.0" in the stream header.<br /> SASL is required in XMPP 1.0, so the lib should not advertise as XMPP 1.0 compliant.</p> <p>You should either authenticate using SASL or remove the version="1.0" in the stream header.</p> <p>I hope this helps,</p> <p>--<br /> Mickaël Rémond<br /> <noindex><a href="http://www.process-one.net/" rel="nofollow" >Process-one</a></noindex></p> Mon, 25 Jun 2007 12:59:59 +0000 mremond comment 23036 at https://www.ejabberd.im Ok I read up on it and found https://www.ejabberd.im/node/1599#comment-21558 <p>Ok I read up on it and found out all I needed was to do a few changes in the XIFF library to get ejabbered it to work without the patch.</p> <p>Now the only problem I have is that I'm getting a "service-unavailable" error on connection. Any ideas what the problem may be?</p> <p>I'm connecting locally right now. I haven't made any changes to ejabbered config file...</p> Fri, 22 Jun 2007 19:48:28 +0000 MikeHuntington comment 21558 at https://www.ejabberd.im