changeset 10 | d63cce6d1a09 |
parent 3 | d0bc42746346 |
9:ad53c6500712 | 10:d63cce6d1a09 |
---|---|
151 ``` |
151 ``` |
152 #!nimrod |
152 #!nimrod |
153 # (This should be compiled with -d:ssl) |
153 # (This should be compiled with -d:ssl) |
154 |
154 |
155 import |
155 import |
156 json, |
156 std/[net,json], |
157 net, |
|
158 stomp |
157 stomp |
159 |
158 |
160 let |
159 let |
161 socket = newSocket() |
160 socket = newSocket() |
162 sslContext = newContext( verifyMode = CVerifyNone ) |
161 sslContext = newContext( verifyMode = CVerifyNone ) |