[JDEV] jabber login question
Steve Dekorte
steve at dekorte.com
Mon Apr 9 21:47:43 CDT 2001
On Monday, April 9, 2001, at 07:06 PM, Neil Conway wrote:
> My guess would be that you're telnetting to jabber.com, but the 'to'
> attribute in your XML is 'jabber.org'.
That was it - thanks Neil!
<dumb question #2>
I do what the "Jabber Protocol Overview" recommends for login:
<iq type="set" id="JCOM_0">
<query xmlns="jabber:iq:auth">
<username>stevedekorte2</username>
<password>xxx</password>
</query>
</iq>
and get:
<iq type='error' id='JCOM_0'>
<query xmlns='jabber:iq:auth'>
<username>stevedekorte2</username>
<password>xxx</password>
</query>
<error code='406'>Not Acceptable</error>
</iq>
My username and password are correct. (I tried my username with and
without '@jabber.com' and my password is crossed out here) I've also
tried specifying a resource. No luck.
Thoughts?
Steve
More information about the JDev
mailing list