[JDEV] Unable to authenticate
Robert Temple
robert.temple at dig.com
Wed Nov 1 18:09:04 CST 2000
Maybe we need to wait for the server to send its <stream:stream ...>
before sending your auth? Just a guess.
-Robert
-----Original Message-----
From: Lyndon Mark Durham [mailto:blackjacobin4 at yahoo.com]
Sent: Wednesday, November 01, 2000 1:41 PM
To: jabber developer
Subject: [JDEV] Unable to authenticate
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