proxy to XMPP WebSocket for benchmarking tools https://github.com/moparisthebest/xmpp-bench-proxy
Go to file
moparisthebest 2d772e6e25
All checks were successful
moparisthebest/xmpp-bench-proxy/pipeline/head This commit looks good
rtb needs debian 11 not 12
2023-10-30 23:13:32 -04:00
.ci Initial commit 2023-05-18 23:06:07 -04:00
contrib rtb needs debian 11 not 12 2023-10-30 23:13:32 -04:00
src Initial commit 2023-05-18 23:06:07 -04:00
.gitignore Initial commit 2023-05-18 23:06:07 -04:00
Cargo.lock Initial commit 2023-05-18 23:06:07 -04:00
Cargo.toml Initial commit 2023-05-18 23:06:07 -04:00
LICENSE.md Initial commit 2023-05-18 23:06:07 -04:00
README.md Initial commit 2023-05-18 23:06:07 -04:00
xmpp-bench-proxy.toml Initial commit 2023-05-18 23:06:07 -04:00

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