I am looking to create a proxy server for XMPP that does an absolute minimum: let the client successfully connect to it (acknowledgment). After that, I would like to grab the stanzas sent to him and complete the passages that will direct the stanzas to the actual XMPP service, which will be OpenFire.
But I need this initial proxy first to represent the "connected" clients. I was considering using Tinder and Whack. Will those libraries contain the functions I need or do I need to start from scratch?
I will use Java.
Please do not recommend a lightweight XMPP server for my needs, this should be done in the manner described above, unfortunately.
Robb source
share