Hi, everyone!
I want to send stanza like:
<abc>
<body>request</body>
</abc>
And then Prosody(I had made some changes) will response like:
<abc>
<body>response</body>
</abc>
In this situation, how could I send and receive customize stanzas like this?
Thanks!