I have tried making a module hosted at :
https://github.com/johanvorster/ejabberd_confirm_delivery
I am using ejabberd ver 14.07.
The changes i did:
1. Removed all the ?INFO_MSG statements
2. binarised all the strings. Every occurence of "abc" has been replaced by <<"abc">> and so on.
What else is required? I have been able to compile the module just fine however it doesn't work.
Inputs? Would be great if anybody on the project branch could update the git project as per the newer versions of ejabberd.
I intend to receive xmpp stanzas from every client connected to saya group whenever they receive a message sent by the server.
Thanks