This is the MUC configuration i have in my ejabberd.yml file
mod_muc:
access: muc
access_create: muc_create
access_persistent: muc_create
access_admin: muc_admin
Do ejabberd support attachments in rooms? If so what is the configuration to be added in the configuration?
Any help is appreciated. Thanks in advance
XMPP does not support attachment per see. You can negotiate file transfer out of band but this is not "attachments".
You should look into the following extensions:
This is usually to implement on the client side (interpret those messages and do the right thing for transfer).