[jdev] Incorrect Encoding
Norman Rasmussen
norman at rasmussen.co.za
Wed Nov 15 13:23:36 CST 2006
On 11/15/06, ARP <alexandrepires2007 at yahoo.com.br> 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: norman at rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
More information about the JDev
mailing list