User properties

Hi all,

what is best method to handle user properies (like Sex, Personal identity code, …) that are searchable (XEP-0055)?

many thanks

Fabrizio

Looking for information about my problem I’ve discovered custom user info are managed by VCARD.

My problem is, using openfire with embedded db, I can’t see vcard properties. Also there aren’t plugin to handle vcard (XEP-0054).

Can someone give me some hints?

many thanks

Fabrizio

Hi Fabrizio,

the search plugin which is used by Openfire uses the OFUSER table. So you may need to create a custom search plugin with a custom table with indexes for a fast search and copy the interesting vcards contents into it.

LG