aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_http_ws.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
* ref: fix WS typosPouriya Jahanbakhsh2021-06-121-8/+8
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Make websocket send put back pressure on c2s processPaweł Chmielowski2020-10-131-2/+5
* 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
* Apply shaping to websocket connectionsFrank Diebolt2019-07-291-4/+6
* Use new configuration validatorEvgeny Khramtsov2019-06-141-17/+15
* Use binary framing in MQTT WebSocketsEvgeny Khramtsov2019-04-251-6/+6
* Move websocket optionsEvgeny Khramtsov2019-04-231-11/+1
* Handle cdata in initial data probe of ws modulePaweł Chmielowski2019-04-161-0/+1
* Rename listening callback from start/2 to start/3Evgeny Khramtsov2019-04-011-1/+1
* Origin header validation on websocket connection (#2821)Paweł Dorofiejczyk2019-03-151-1/+3
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Refactor ejabberd listener APIEvgeny Khramtsov2018-09-171-50/+44
* Move cancel_timer/1 function into 'misc' moduleHolger Weiss2018-07-171-7/+3
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-3/+2
* Optimize HTTP requests memory usageEvgeniy Khramtsov2018-05-141-4/+3
* Pass access option from websocket to c2sPaweł Chmielowski2018-04-121-0/+1
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Get rid of ejabberd receiverEvgeniy Khramtsov2017-12-261-5/+15
* Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov2017-08-051-7/+7
* Generate log messages when websocket is closed due timeoutsPaweł Chmielowski2017-07-271-0/+2
* Catch exception that may happen when sending data over websocketPaweł Chmielowski2017-06-231-2/+8
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-2/+0
* 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
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-2/+2
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-1/+1
|\
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-1/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-1/+2
|\
| * New stream management option: ack_timeoutHolger Weiss2016-09-071-0/+1
| * Fixed #1260 Stream Management feature for the websocket connectionsIgor Manturov Jr2016-08-231-1/+1
* | Get rid of "jlib.hrl" dependency in some modulesEvgeniy Khramtsov2016-07-301-1/+1
|/
* Switch to Fast XML moduleMickael Remond2016-02-031-10/+10
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Remove http supervisorsChristophe Romain2015-12-111-1/+1
* Let BOSH/WebSocket support "max_resume_timeout"Holger Weiss2015-09-171-0/+1
* Pass stream management options defined in http listener to http-bind and webs...Paweł Chmielowski2015-09-041-2/+8
* Use websocket pings also on old style connectionsPaweł Chmielowski2015-08-051-4/+3
* Add config validation at startupEvgeniy Khramtsov2015-06-011-4/+12
* Fix problem with pushing bufferend #xmlel-s to receiver in websocket codePaweł Chmielowski2015-04-091-2/+4
* Fix problem with c2s buffering on old style websocket connectionsPaweł Chmielowski2015-04-061-2/+4
* Make sure that we send each time <close> before closing websocket connectionPaweł Chmielowski2015-03-251-1/+13
* Update types to fix dialyzer warningsPaweł Chmielowski2015-03-121-2/+2
* Update FSF addressBadlop2015-02-251-4/+3
* Add support for websocket connectionsPaweł Chmielowski2015-02-251-0/+340