proxy to XMPP WebSocket for benchmarking tools
https://github.com/moparisthebest/xmpp-bench-proxy
moparisthebest
2d772e6e25
All checks were successful
moparisthebest/xmpp-bench-proxy/pipeline/head This commit looks good
|
||
---|---|---|
.ci | ||
contrib | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
README.md | ||
xmpp-bench-proxy.toml |
xmpp-bench-proxy
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