diff --git a/paper/paper.bib b/paper/paper.bib index 95e9e3c..771822a 100644 --- a/paper/paper.bib +++ b/paper/paper.bib @@ -39,11 +39,19 @@ } @online{websocket_protocol, - author = {{Internet Engineering Task Force}}, + author = {I. Fette and A. Melnikov}, title = {The WebSocket Protocol}, + howpublished = {Internet Requests for Comments}, + type = {RFC}, + number = {6455}, year = {2011}, - url = {https://tools.ietf.org/html/rfc6455}, - urldate = {2018-07-17} + month = {December}, + 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,