If you re-read the post, I am not talking about the to (destination) address, but the from (source) address. The client connects to an XMPP server through c2s. The server will force the from address of any stanza originating from the client to the fully qualified JID of the client (this is required by the protocol to ensure someone is not spoofing that address) Then the server will establish an s2s connection with GTalk. On that s2s connection the from IS fully qualified if it originates from a client JID (i.e. [EMAIL PROTECTED]).
-----Original Message----- Message: 3 Date: Mon, 30 Jan 2006 23:55:35 +0100 From: Yves Goergen <[EMAIL PROTECTED]> Subject: Re: [jdev] googletalk To: Jabber software development list <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 On 30.01.2006 20:03 (+0100), Jean-Louis Seguineau wrote: > The from JID needs to be fully qualified, i.e MUST have a resource. > > <message to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]/some-resource" > type="chat"><body>test</body></message> I don't think that's true. Psi doesn't send messages to a specific resource for a first chat message and I can successfully begin and run chats with Google Talk clients and accounts from Psi with my private and GMail account.
