How to disable encryption ?

I want to see plain xml text of xmpp messages content for developing , debugging ,etc
so I've installed 'ejabberd' as xmpp server and 'empathy' as xmpp client.(i track packets with wireshark)
i think it should be done by changing configuration in xmpp server , but i don't know how ?!
I would like someone to guide me through disabling encryption and see xmpp request in plain text form in wireshark.
Thanks in advance!

I know this is an old post,

I know this is an old post, but I have found the solution. In the /etc/ejabberd/ejabberd.cfg file, find this in the configuration file:

  • starttls,{certfile, “etc/ejabberd/ejabberd.pem”}

...and change it to:

  • none,{certfile, “etc/ejabberd/ejabberd.pem”}
Syndicate content