[Serdev] jabber module authentication problem
Daniel-Constantin Mierla
daniel at voice-system.ro
Mon Sep 5 14:18:11 UTC 2005
Hello,
What implementation and version of jabber server do you use? The module
is known to work with Jabber 1.4.2. Since then, the Jabber protocol
became standard as XMPP and I am not sure if it is same as the old
jabber protocol.
Daniel
On 09/05/05 16:16, Stefan Marx wrote:
>hello !
>
>I have problems using the jabber module to authenticate an user at a jabber
>server :
>if sending the folowing reqeust :
>
><iq id='00000001' type='set'>
><query xmlns='jabber:iq:auth'>
><username>stefan</username>
><resource>serXjab</resource>
><digest>1306a4248392940745e2a101bafc3e126b6b0f3d</digest>
></query></iq>
>
>the server respondes with the following :
>
><iq type='error' id='00000001'>
><query xmlns='jabber:iq:auth'>
><username>stefan</username>
><resource>serXjab</resource><digest>
>1306a4248392940745e2a101bafc3e126b6b0f3d</digest>
></query>
><error code='400' type=
>'modify'><jid-malformed
>xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error>
></iq>
>
>which is indicating a bad request
>has anyone an idea what is wrong with the request ?
>
>
>stefan
>
>
>
More information about the Serdev
mailing list