From db24254c96225c65af4637d387eb638e95ed313d Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 1 Aug 2019 10:06:44 +0200 Subject: [PATCH] Updated the websocket paper reference --- paper/paper.bib | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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,