kyuupichan / electrumx

Alternative implementation of spesmilo/electrum-server
Other
725 stars 733 forks source link

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

Open kamk opened 4 years ago

kamk commented 4 years ago

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)

ben221199 commented 8 months ago

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 ? ?