On 1/30/06, Ben Turner <[EMAIL PROTECTED]> wrote: > I know google does an amount of strict checking, however i cannot figure out > what is wrong with the above message. > > Any ideas?
I took a look at the code. The possible problems are: - The stanza is sent before the dialback handshake completes. - Default namespace not defined for the stream. The default namespace should be "jabber:server". Otherwise, the stanza looks OK.
