Change jabber:iq:roster

Hi,

Actually when we receive the roster on the connection, we just receive the JID, nickname and groups… is it possible to add a phone number, fax, mobile from LDAP in this request ?

Hey mlainne,

I just checked the url=http://www.xmpp.org/specs/rfc3921.html#def-rosterXML schemas[/url] of the XMPP specification and I don’'t think that it is valid to include more information in the jabber:iq:roster namespace.

That means that you will have to get the vCard of each contact to get his/her telephone number, fax number, etc.

Regards,

– Gato