Getting User Properties from Jive Messenger

I am using LDAP for auth and was wonder how to access the User Properties that are in the jive messenger admin console using Smack.

Hey gatorade,

XMPP clients can retrieve vCards (i.e. user profiles) of other users. Each user can complete his vCard or just leave it empty. This means that the vCard of the users does not necessarily contain the same info you see in the admin console or you have in your LDAP server but instead with the info that each user entered in his vCard.

Having said all that, take a look at the VCard class and the VCardTest class for usage information.

Regards,

– Gato

Hey Gato,

Thanks. I will take a deeper look at vCards.