Dear Friends,
I am relatively new to Ejabberd, recently I had a requirement wherein I needed to implement Advanced Message Processing specification which is implemented by mod_amp. I downloaded the "mod_amp.tgz" from the following link:
I ran build.sh and got the .beam file done, placed the same in Ejabberd beam files directory, added the entry in modules section of config file. I even made changes as per the attached .diff file as on "06/10/11 16:17" the top-most link, "449-amp.diff" file.
I started Ejabberd, it was showing this mod_amp module enabled as I checked it by admin login in Ejabbred Admin Interface.
However when I sent the message, message packet did not have the amp tag in it, neither inside the message packet, nor outside the message packet. I also checked with the disco items to get list of services available, am not sure whether mod_amp has anything to reflect in here, but I did not see anything related to mod_amp in list of the disco#items received.
Am stuck here and it is really very urgent for me to understand how to configure this and get it running.
I am using Ejabberd 2.1.11 on 64-bit Debian Linux. Please help me ASAP.