I have been learning about security testing on Android apps, and to intercept traffic I was using Burp Suite. I know it works perfectly for HTTP/HTTPS traffic, but most of the messenger apps are using the XMPP protocol for their communication.
I did a little research on how XMPP works, the relationship with Jabber and all. What I lack is a tool to intercept the XMPP traffic. Burp Suite is unable to intercept the XMPP traffic. I heard about xmpppeak and IMSpector but I didn't try them. I would like to know what tools can intercept XMPP traffic.
I understand tool recommendation is not entertained on Stack Exchange, but still I believe it's a common requirement as attacks on Android apps are rising high these days.