Updated the websocket paper reference

This commit is contained in:
eidheim 2019-08-01 10:06:44 +02:00
commit db24254c96

View file

@ -39,11 +39,19 @@
} }
@online{websocket_protocol, @online{websocket_protocol,
author = {{Internet Engineering Task Force}}, author = {I. Fette and A. Melnikov},
title = {The WebSocket Protocol}, title = {The WebSocket Protocol},
howpublished = {Internet Requests for Comments},
type = {RFC},
number = {6455},
year = {2011}, year = {2011},
url = {https://tools.ietf.org/html/rfc6455}, month = {December},
urldate = {2018-07-17} issn = {2070-1721},
publisher = {RFC Editor},
institution = {RFC Editor},
url = {http://www.rfc-editor.org/rfc/rfc6455.txt},
note = {\url{http://www.rfc-editor.org/rfc/rfc6455.txt}},
doi = {10.17487/RFC6455}
} }
@online{simple_websocket_server, @online{simple_websocket_server,