How do I configure the flash-hack on windows machine?

Hello,

I'm very new to ejabberd ... today is my first day using it.

I'm trying to find out how can I configure the flash-hack on my windows machine?

Ok I read up on it and found

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.

Now the only problem I have is that I'm getting a "service-unavailable" error on connection. Any ideas what the problem may be?

I'm connecting locally right now. I haven't made any changes to ejabbered config file...

NonSASL authent with XMPP

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.
SASL is required in XMPP 1.0, so the lib should not advertise as XMPP 1.0 compliant.

You should either authenticate using SASL or remove the version="1.0" in the stream header.

I hope this helps,

--
Mickaël Rémond
Process-one

Try to sniff traffic between

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.

Syndicate content