Getting other users information

Hi… I need to store profile information about each user but I don’‘t know how to do it since I need each user to be able to get that info from the rest of the users, so I can’‘t use the private data because it’'s only visible for the user logged to the XMPP connection.

Does anyone know how to do it?

Thank you very much, Guille

Hola Guille,

Have you checked url=http://www.jabber.org/jeps/jep-0054.htmlvCards[/url]? I don’'t know what kind of information you need to store but if vCards can work for you then you can get a vCard implementation url=ftp://anonymous%40tragicroundabout%2Einfo:n@ftp.tragicroundabout.info/vcard0 _2.tar.gzhere[/url].

Suerte,

– Gato

Hola Gato, I checked vCards and maybe that’'s the only way to do it, but I was just looking for a simpler way since it´s only one field that I have to check. Any options…?

Guille,

I think that vCards is the simplest option. Using disco will be much harder and will imply that the users should be online to discover information.

Suerte,

– Gato

Ok, I´ll use vCards then… Gracias Gato!