For this vcard alternative stuff why dont we just use a namespaced x:data
payload, with sets of the standard fields registered with the jabber
registrar e.g.
<userinfo xmlns='http://jabber.org/protocol/userinfo'>
<x xmlns='jabber:x:data' type='result'>
<field type='text-single' var='name'>
<value>Mr Romeo</value>
</field>
<field type='text-single' var='nick'>
<value>Romeo</value>
</field>
<field type='text-single' var='email'>
<value>[EMAIL PROTECTED]</value>
</field>
</x>
</userinfo>
And use an IQ get or pubsub or whatever to distribute this?
Richard
_______________________________________________
jdev mailing list
[email protected]
http://mail.jabber.org/mailman/listinfo/jdev