If you can't connect to the domain provided in the error, then it is probably error on the Google side. Anyway, specification clearly states the domain is to be provided as XML character data of the <see-other-host/> element. The code you encountered sends it in a text child, which is obviously wrong. I suggest you implement the right behavior according to the specification (which needs some clarification, but I suppose you are expected to connect to the proposed domain) and ignore google's.
2009/2/7 imoracle <[email protected]>: > > Hi, > > Yeah I already saw that but what should be an appropriate action by the > client? > > I tried sending end stream and then reconnect, but server doesn't > respond. > > Regards, > Abhinav > > > -- > imoracle > > ------------------------------------ > JAXL - Jabber XMPP Library in PHP > http://code.google.com/p/jaxl > ------------------------------------ > ------------------------------------------------------------------------ > imoracle's Profile: http://www.jabberforum.org/member.php?userid=17412 > View this thread: http://www.jabberforum.org/showthread.php?t=1425 > >
