netplaySniff – Diff between revs 3 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 4
Line 65... Line 65...
65 nickBanSet = new Set(config.bans.nicknames) 65 nickBanSet = new Set(config.bans.nicknames)
Line 66... Line 66...
66 66
67 } 67 }
Line 68... Line -...
68 }) -  
69   -  
70 const mqttConnectOptions = { -  
71 // protocolId: 'MQTT', -  
72 // protocolVersion: 5, -  
73 clientId: 'louis', -  
74 // keepalive: 10 -  
75 } 68 })
Line 76... Line 69...
76   69  
77 const mqttClient = mqtt.connect(config.mqtt.connect, mqttConnectOptions) 70 const mqttClient = mqtt.connect(config.mqtt.connect)
78   71