kyuupichan/electrumx

server.peers.subscribe() doesn't report websocket services of peer

kamk opened this issue · 1 comments

kamk commented

The list of peers contains only information about TCP and SSL services. There is no indication of WS or WSS service tough it is enabled and reported by server (server.features)

At the moment, I found out this information about all protocols that are associated with Electrum/Stratum:

Protocol Character Default Port
Native n 50000
TCP t 50001
TCP + SSL/TLS s 50002
HTTP h ?
HTTP + SSL/TLS g ?
WebSocket ? ?
WebSocket + SSL/TLS ? ?