Vcard

Hi all,

I have 2 questions?

  • I’'ve seen a lot of examples about vcard dealing with ldap…Is there any examples with databases?

  • Where can I find some examples using wildfire vcard api (manager, provider…)?

It will be very helpful and useful for the vcard plugin i’'m writing in… hope to share it very soon…

thx

Jtecks

Hey Jtecks,

Which is the new functionality provided by your new plugin? Remko added a cool extension to VCards so that you can hook up listeners and react when a vCard was created/updated/deleted. I still need to review and include his changes.

BTW, vCards stored in the DB unlike LDAP-vCards do not require any configuration or setup. Currently, vCard logic resides in VCardManager and DefaultVCardProvider. You should be able to get everything you need from those classes.

Hope that helps,

– Gato

Hi Gato,

Thanks for your reply…

My plugin will aim at creating/deleting/updating vCards using http (like userService plugin which allows to create/update/delete user using http…

What do you think of this idea?

thx

JTecks