[jdev] anonymous login in jabber 1.4.4
Igor Loboda
igor at monterosa.co.uk
Thu Nov 10 17:37:17 CST 2005
Thanks Matthias
-----Original Message-----
From: jdev-bounces at jabber.org [mailto:jdev-bounces at jabber.org] On Behalf Of
Matthias Wimmer
Sent: Wednesday, November 09, 2005 12:24 PM
To: Jabber software development list
Subject: Re: [jdev] anonymous login in jabber 1.4.4
Hi Igor!
Igor Loboda schrieb:
> Is anonymous login implemented in jabberd 1.4.4?
>
>
>
> This is what I get:
>
>
>
> SEND: <iq id="log_anom_1" type="set"><query xmlns="jabber:iq:auth"/></iq>
>
>
>
> RECEIVE:<iq id='log_anom_1' type='error'><query
> xmlns='jabber:iq:auth'/><error code='406'
> type='modify'><not-acceptable
> xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text
> xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Not
> Acceptable</text></error></iq>
>
No, anonymous login is not implemented in jabberd 1.4.4. But even if it
would, I don't think that the above stanza is a valid Jabber protocol.
The jabber:iq:auth namespace is defined by JEP-0078, and this JEP does
not define anonymous logins. I think having an empty <query
xmlns='jabber:iq:auth'/> is a proprietary extension of the jabber.com
and Jive server implementations.
The "official" way to login anonymously is to use SASL ANONYMOUS
authentication. - Which is neither implemented in jabberd 1.4.4, but
will be supported soon.
Tot kijk
Matthias
More information about the JDev
mailing list