I am creating a text chat application and using Ejabberd server and strophe.js.
I am using mssql as an external database for ejabberd. I transferred all users of the application to the users and freinds table in the usurer table ejabberd.
I want to specify the URL of the profile image as the avatar image of the ejabberd user.
Where to paste avatar url into ejabberd database? I checked the vcard table but didnโt run into the avatar image url?
Is it possible to handle it using the ejabberd database, or is ejabberd managing avatars inside?
If we canโt manage avatars in ejabberd, how can we use it with strophe.js ie sepcify avatar image and get other image avatars images?
Please, help
source share