[JDEV] jabber login question

temas temas at box5.net
Thu Apr 12 23:37:28 CDT 2001


put a to="" attribute on the iq.  Like to="jabber.org"

--temas

On 09 Apr 2001 19:47:43 -0700, Steve Dekorte wrote:
> 
> 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
> 
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev





More information about the JDev mailing list