Hi,
 
while implementing a client, I stumbled across this :
 
(in http://www.jabber.org/protocol/version.html )
 

Example 2. Receiving a Reply Regarding Software Version

<iq 
    type='get' 
    to='[EMAIL PROTECTED]/orchard'
    from='[EMAIL PROTECTED]/balcony'
    id='version_1'>
  <query xmlns='jabber:iq:version'>
    <name>Exodus</name>
    <version>0.7.0.4</version>
    <os>Windows-XP 5.01.2600</os>
  </query>
</iq>
Should the 2nd line not be    
    type='result' 
?
thanks,
Peter Strand,
Femte Gear

 
 
 
 

Reply via email to