[JDEV] 0.9 documentation

Ryan Eatmon reatmon at ti.com
Mon Apr 17 13:56:17 CDT 2000


I'm trying to connect to the server with an ID that is not registered...
Only the error that the server returned has changed and is not
documented...

In 0.8.*, it would return something like:

<iq type='error' id='0'>
  <query xmlns='jabber:iq:auth'>
    <username>datamgr_dallas</username>
    <password>*****</password>
    <resource>dataMgr_Dallas</resource>
  </query>
  <error type='denied'>Unknown User</error>
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
</iq>


Now it returns:

<iq type='error' id='0'>
  <query xmlns='jabber:iq:auth'>
    <username>datamgr_dallas</username>
    <password>*****</password>
    <resource>dataMgr_Dallas</resource>
  </query>
  <error code='401'>Unauthorized</error>
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
</iq>

Are there any other fun little things that have not been documented?

-- 

Ryan Eatmon                reatmon at ti.com
-----------------------------------------
Mixed Signal Product Development EDA Team




More information about the JDev mailing list