[jdev] anonymous login in jabber 1.4.4

Matthias Wimmer m at tthias.net
Wed Nov 9 06:23:41 CST 2005


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