I am creating a XMPP chat service for this I'm using ejabberd.
Features that i want to implement are
Add custom fields like phone number , email at the time of registration.I need help regarding which lines should i edit in mod_register to accept more fields at the time of Registration.
Eliminate the default vcard module with a custom profile module which can act like the same but serve images as url like avatar.example.org/getavatar.php?username=myusername@example.com
Am new to Erlang so am little confused about how to start with developing these modules or customizing the built in modules of Ejabberd so that they can serve these features.
Thank You