I am creating a text chat application and using Ejabberd server and strophe.js.
I am using mssql as a external database for ejabberd. I transferred all the application users in users table and freinds in rosterusers table of ejabberd.
I want to specify the profile image url of application as a avatar image of ejabberd user.
Where to insert the avatar URL in ejabberd database ? I checked vcard table but no column for avatar image url ?
Can we handle it using the ejabberd database or ejabberd is managing avatars internally ?
If we can't manage the avatars in ejabberd than how can we use it with strophe.js i.e. sepcify the avatar image and receive other roster items avatar image ?
Please help