Hi Fellas,
I've installed ejabberd 2 and everyone seems to be online at pidgin except for the display name that shows JID instead of First and Last name.
I've read something about mod_vcard i need to setup up, but i dont have no idea on how to do it.
How do I setup vcard to show the display name instead of JID ?
Thanks
Probably a client feature
I looked at the XMPP-IM RFC, and I think it isn't the server duty to find a nick in the user's vcard. It's the client who can/wants/needs to request the user's vcard.
For example in Psi 0.11, the dialog to add a new contact includes the field Nickname. The same in Gajim. Tkabberd 0.10 requests the vcard automatically and sets the nickname.
I tried those three clients and the only one that setups the nickname automatically is Tkabber, because it requests the vcard itself.
badlop
I dont think its a client problem, but ejabberd configuration file, i just configured the vcard module like this:
vcard [{search,true}], and restarted ejabberd, after that my mysql started to select the table that contains jid, username, nickname and other fields, but the pidgin client doenst show the display name as nickname.
I really like to know how to do it working.\
regards