How to implement message delivery status in ejabberd

478 views Asked by At

I am new to Ejabberd. I want to know whether my message has been delivered to the recipient or not. The client i am using is pidgin.I have gone through the protocol XEP-0184 I don't know how to implement this(I don't know Erlang). Is there any modules available that implemented this protocol which i can install and use? If its not implemented how can I implement this?

1

There are 1 answers

1
legoscia On BEST ANSWER

XEP-0184 is completely client-side. No special server functionality is required: only the clients need to support it.

Unfortunately, it seems like Pidgin doesn't support it; see ticket #6940 in their issue tracker. Someone who knows Python would have to work on that.