proxy to XMPP WebSocket for benchmarking tools https://github.com/moparisthebest/xmpp-bench-proxy
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Travis Burtrum 3e5e70de63
moparisthebest/xmpp-bench-proxy/pipeline/head There was a failure building this commit Details
Initial commit
2 weeks ago
.ci Initial commit 2 weeks ago
src Initial commit 2 weeks ago
.gitignore Initial commit 2 weeks ago
Cargo.lock Initial commit 2 weeks ago
Cargo.toml Initial commit 2 weeks ago
LICENSE.md Initial commit 2 weeks ago
README.md Initial commit 2 weeks ago
xmpp-bench-proxy.toml Initial commit 2 weeks ago

README.md

xmpp-bench-proxy

Build Status

rtb and tsung are nice projects to benchmark XMPP servers, but they don't support connecting via WebSocket. This simply translates plaintext C2S XMPP to TLS WebSocket, quickly, using xmpp-proxy. It explicitly doesn't do any DNS or certificate validation, so only use it for benchmarking. If you need that, use xmpp-proxy directly.

License

GNU/AGPLv3 - Check LICENSE.md for details