[JDEV] Unable to authenticate

Peter Saint-Andre stpeter at jabber.org
Wed Nov 1 15:04:56 CST 2000


Some further thoughts...

1. The client debug I've seen does not include the <?xml version="1.0"
encoding="UTF-8" ?> tag at the beginning, they just start with
<stream:stream> (the <?xml version='1.0'?> tag usually comes back from the
server, it's not sent to the server from the client).

2. Are you really sending </stream:stream>??? You don't want to close the
stream until the session is over.

Peter

--
Peter Saint-Andre
stpeter at jabber.org

Lyndon Mark Durham wrote:

> Greetings,
>               Thanks for your earlier responses on the possible values
> for the ID attribute of the <iq> element when authenticating.
> Nonetheless I still dont recieve a sucessful iq authentication result
> when I send my authentication xml to the server. Below is the xml that I
> am sending. Any ideas or thoughts?
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <stream:stream to="jabber.org" xmlns="jabber:client"
> xmlns:stream="http://etherx.jabber.org/streams">
> <iq type="set" id="KLMD_1">
> <query xmlns="jabber:iq:auth">
> <username>bigdog</username>
> <password>dogpound</password>
> <resource>HomePc</resource>
> </query>
> </iq>
> </stream:stream>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev







More information about the JDev mailing list