On 11/15/06, ARP <[EMAIL PROTECTED]> wrote:
Well, I am trying make a auth in talk.google.com, but I am having some
problems.
When I receive from the server:
<?xml version="1.0" encoding="UTF-8"?>
<stream:stream from="gmail.com" id="CC83300E366C0B75" version="1.0">
xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
<stream:features>
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism> PLAIN</mechanism>
<mechanism> X-GOOGLE-TOKEN</mechanism>
</mechanisms>
</stream:features>
I answer with:
<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN"/>
But the server sends to me:
<failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<incorrect-encoding/>
</failure>
</stream:stream>
My guess this is a bug on Google's end. I wonder if any of the google
guys would be able to confirm this.
--
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/