Anyone used XIFF for connecting to Jabber.org?

Problem got solved.
The problem was not entirely with XIFF. The issue was with the HTTP-Binding location -JHB (JabberHTTPBind servlet v1.1.1). As the XMPP restart packet does not have child nodes so it was not forwarding it to the server. Though when you see the debug logs it prints XMPP RESTART so you think that the packet was sent. Only when we looked closely into the network traffic we noticed that. So it will be solved at JHB’s end.

Before reaching the XMPP restart state I was facing problem with Auth in Jabber.org server (eJabberD 2.x server). I fixed the Plain.as file for that and I’m attaching the same. This file works for Openfire 3.6.3 as well. But the version which XIFF has works only with Openfire and not with eJabberD 2.x. Kindly add it to XIFF after your satisfaction.

Thanks for all the support,

Shubhra Bhushan

http://www.earlysail.com/
Plain.as.zip (1492 Bytes)

The namespace of the library was changed in 19th July, but your “Plain.as” still uses the old.

Could you check against the latest trunk and send a patch?

This one is the latest with my changes in it.
Plain.zip (1129 Bytes)