Skip to content

matrix-xmpp/xmpp-websocket-proxy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

XMPP WebSocket Proxy

This is a standalone Websocket connection manager for XMPP. It allows to proxy XMPP WebSocket connections to XMPP streams using the standard TCP XMPP transport. Not every public or provate XMPP server is running a XMPP WebSocket connection manager. Use can use this project to connect to any XMPP server over websockets.

Dependencies

Build and run

git clone https://github.com/matrix-xmpp/xmpp-websocket-proxy.git

cd ./src/XmppWebSocketProxy/
dotnet restore
dotnet build
dotnet run

Configure

Configuration is done over appsettings.json

config key description
Server__Libuv use Libuv (true/false)
Server__Port port to listen on for WebSocket connections
Server__Ssl Use ws:// or wss:// protocol
Server__Certificate__Location path to teh Ssl certificate when using wss
Server__Certificate__Password password for the cert file

About

standalone XMPP websocket connection manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages