aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_websocket.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some missing RFCs and remove problematic leading 0 in xep versionsBadlop2022-11-041-0/+1
* Update copyright year to 2022Badlop2022-02-111-1/+1
* ref: fix WS typosPouriya Jahanbakhsh2021-06-121-32/+32
* Fix PONG responses (#3515)Frank2021-02-041-1/+1
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Make websocket send put back pressure on c2s processPaweł Chmielowski2020-10-131-0/+10
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-2/+2
* Apply shaping to websocket connectionsFrank Diebolt2019-07-291-15/+47
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-6/+6
* Use new configuration validatorEvgeny Khramtsov2019-06-141-26/+2
* Handle TCP errors in websocketsEvgeny Khramtsov2019-05-091-0/+3
* Return "Bad request" error when origin in websocket connection doesn't matchPaweł Chmielowski2019-04-261-37/+55
* Use binary framing in MQTT WebSocketsEvgeny Khramtsov2019-04-251-1/+5
* Fix RFC6454 violation on websocket connection when validating Origin headerPaweł Dorofiejczyk2019-04-241-9/+9
* Move websocket optionsEvgeny Khramtsov2019-04-231-3/+21
* Origin header validation on websocket connection (#2821)Paweł Dorofiejczyk2019-03-151-1/+5
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Optimize HTTP requests memory usageEvgeniy Khramtsov2018-05-141-6/+7
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Deprecate misc:encode_base64/1 and misc:decode_base64/1Evgeniy Khramtsov2017-05-231-1/+1
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-1/+1
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-1/+1
* Use crypto:hash/2 functionPeter Lemenkov2017-02-131-1/+1
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Get rid of "jlib.hrl" dependency in some modulesEvgeniy Khramtsov2016-07-301-1/+1
* Switch to fast_tls and update app namesMickael Remond2016-02-031-3/+3
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Pass stream management options defined in http listener to http-bind and webs...Paweł Chmielowski2015-09-041-2/+4
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
* ejabberd_websocket: Ignore case of header valuesHolger Weiss2015-04-051-2/+3
* Add support for websocket connectionsPaweł Chmielowski2015-02-251-0/+403