[cl-xmpp-devel] feature-not-implemented issue

Mikhail Shevchuk mikhail.shevchuk at gmail.com
Sat Apr 21 20:40:57 UTC 2007


Hi,

I have a problem with the xmpp:auth command - it doesn't authenticate my client.
After evaluating the '(xmpp:auth *connection* "test" "test" "sbcl"), I
get the following result:

<iq id="auth2" type="set"><query
xmlns="jabber:iq:auth"><username>test</username><password>test</password><resource>sbcl</resource></query></iq>><iq
from='jabber.tom.ru' id='auth2' type='error'><error code='501'
type='cancel'><feature-not-implemented
xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq
UNHANDLED: AUTHENTICATION-SUCCESSFUL
<presence></presence>
"<presence></presence>"

But client was not appeared in a roaster. May be that will be useful -
I tried to connect and authenticate using simple sockets and that
works well with the following auth command:

<iq type='set' id='auth'>
   <query xmlns='jabber:iq:auth'>
      <username>test</username>
      <password>test</password>
      <resource>sbcl</resource>
   </query>
</iq>

-- 
A vivid and creative mind characterizes you.



More information about the cl-xmpp-devel mailing list