My XMPP client library JAXL is currently having this issue. Once in a
week or so, I can see a stream like:


Code:
--------------------
    
  <stream:error><see-other-host xmlns="urn:ietf:params:xml:ns:xmpp-
  streams"/><str:text xmlns:str="urn:ietf:params:xml:ns:xmpp-
  streams">talk.google.com</str:text></stream:error>
  
--------------------


being received from gtalk servers. I am not sure how to handle it. As
of now I tried sending:


Code:
--------------------
    
  </stream:stream>
  
--------------------


and then reconnect to the talk.google.com servers. But it just do not
acknowledge back any xml stream/stanza for new connection.

Can someone tell me the solution for this?

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

Reply via email to