Hi people,<br>
<br>
I am in the process of developing a windows based jabber client. I am
using the JabberCOM DLL (not sure if it is the right choice!!). My
client is able to connect, send and receive stuff from most jabber
servers except that of GoogleTalk. Somebody please help me figure out
the problem. I am listing down all the parameters i used below:<br>
<br>
Username: &lt;myname&gt; @ <a href="http://Gmail.com">Gmail.com</a>&nbsp;&nbsp;&nbsp; [IS THIS THE RIGHT FORMAT ? ]<br>
<br>
Server: <a href="http://talk.google.com">talk.google.com</a> Port: 5222 <br>
<br>
XML Transactions:<br>
<br>
SENT: &lt;stream:stream to=&quot;<a href="http://talk.google.com">talk.google.com</a>&quot; xmlns=&quot;jabber:client&quot; xmlns:stream=&quot;<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>
&quot;&gt;<br>
<br>
RECEIVED: &lt;stream:stream from=&quot;<a href="http://talk.google.com">talk.google.com</a>&quot; id=&quot;E6DB0DD7&quot;
xmlns:stream=&quot;<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>&quot;
xmlns=&quot;jabber:client&quot;&gt;&lt;stream:error&gt;&lt;str:host-unknown
xmlns:str=&quot;urn:ietf:params:xml:ns:xmpp-streams&quot;/&gt;&lt;str:text
xmlns:str=&quot;urn:ietf:params:xml:ns:xmpp-streams&quot;&gt;Set the 'to'
attribute of stream element to the domain part of the user's
JID.&lt;/str:text&gt;&lt;/stream:error&gt;&lt;/stream:stream&gt;<br>
<br>
Error message from JabberCOM: &quot;Could not establish stream. Session Closed.&quot;<br>
<br>
<br>
I get the session ID successfully.. and before I can send the auth request I am dropped off. <br>
<br>
SOMEBODY PLEASE HELP ME WITH THIS ONE, I DONT SEEM TO HAVE ANY PROGRESS<br>
<br>
Thanks a ton,<br>
<br>
- Mukil<br>