On Thu, Jul 16, 2009 at 6:15 PM, Dave Cridland<[email protected]> wrote:

> Clients says:
>
> <iq type='get'>
>  <query xmlns='jabber:iq:roster' ver='kjashdasfg'>
>   <foo xmlns='http://example.net/megaprotocol/'/>
>   <bar xmlns='http://example.net/otherthing/'/>
>  </query>
> </iq>
>
> Server responds with items looking like:
>
> <item jid='[email protected]' name='Doctor Smith'>
>  <group>Doctors</group>
>  <foo xmlns='http://example.net/megaprotocol/'>
>   <blarg>Rowr!</blarg>
>  </foo>
> </item>
>
> Yes?

Yep, I like the idea of filtering the namespaces we want. It would be
super to ask additional data just for a jid, something like:

<iq type='get'>
 <query xmlns='jabber:iq:roster' jid='[email protected]'>
  <foo xmlns='http://example.net/megaprotocol/'/>
  <bar xmlns='http://example.net/otherthing/'/>
 </query>
</iq>


-- 
Fabio Forno, Ph.D.
Bluendo srl http://www.bluendo.com
jabber id: [email protected]

Reply via email to