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.
moparisthebest/xmpp-bench-proxy/pipeline/head There was a failure building this commit
Details
|
2 weeks ago | |
---|---|---|
.ci | 2 weeks ago | |
src | 2 weeks ago | |
.gitignore | 2 weeks ago | |
Cargo.lock | 2 weeks ago | |
Cargo.toml | 2 weeks ago | |
LICENSE.md | 2 weeks ago | |
README.md | 2 weeks ago | |
xmpp-bench-proxy.toml | 2 weeks ago |
README.md
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