DIGEST-MD5 / Openfire Question

Is the DIGEST-MD5 spec implemented differently in Openfire?

I have written a DIGEST-MD5 authentication class for XIFF that I’m pretty sure is implemented correctly (it matches the spec algorithm and other examples I have found online) but no matter what I do the authentication fails.

Is there any way to find out exactly what Openfire is expecting in the response that is incorrect? I’m not seeing anything in the logs.

The class is committed to the XIFF library if anyone wants to take a look and see if it looks correct to them.

Thanks!

Nevermind. Small issue on my part. Works now.