Sharp.Xmpp
Sharp.Xmpp copied to clipboard
WebSocket Support
What would be needed to add WebSocket support to the project? Is this something that is in scope any time soon?
The challenges i see are mainly around the initialisation at the moment which uses synchronous calls to the stream within tcpclient whereas websockets are entirely asynchronous but i think it should be possible if you know the code well enough to make a few updates to support this.