Hi, I am working on a jabber client and I was wondering if this was normal :
when I add an item to the roster

<iq type="set" id="uovaohwr" >
 <query xmlns="jabber:iq:roster" >
  <item jid="[EMAIL PROTECTED]" name="My Love">
   <group>Lover</group>
  </item>
 </query>
</iq>

I get an answer like this :

<iq xmlns='jabber:client' 
    to='[EMAIL PROTECTED]/Kapture' 
    id='i8i2a7q8'
    type='set'>
 <query xmlns='jabber:iq:roster'/>
 <item subscription='none' jid='[EMAIL PROTECTED]' name='My Love'>
  <group>Lover</group>
 </item>
</iq>

from jabberd2.

Shouldn't the item be a child of query ?

I use jabberd2 version 2.1.21 from the official gentoo portage ebuild.

Is that a known bug ?

Detlev.

-- 
Detlev Casanova
Student at the Université de Liège (computer science)
Personnal Project : Kapture ( http://kapture.berlios.de/ )

--
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to