summaryrefslogtreecommitdiff
path: root/src/ejabberd_http_ws.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-06-15ref: fix WS typosPouriya1-8/+8
2021-06-12ref: fix WS typosPouriya Jahanbakhsh1-8/+8
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-10-13Make websocket send put back pressure on c2s processPaweł Chmielowski1-2/+5
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-07-29Apply shaping to websocket connectionsFrank Diebolt1-4/+6
2019-06-14Use new configuration validatorEvgeny Khramtsov1-17/+15
2019-04-25Use binary framing in MQTT WebSocketsEvgeny Khramtsov1-6/+6
2019-04-23Move websocket optionsEvgeny Khramtsov1-11/+1
2019-04-16Handle cdata in initial data probe of ws modulePaweł Chmielowski1-0/+1
2019-04-01Rename listening callback from start/2 to start/3Evgeny Khramtsov1-1/+1
2019-03-15Origin header validation on websocket connection (#2821)Paweł Dorofiejczyk1-1/+3
2019-01-30Revert "Apply shaping to websocket connections"Frank Diebolt1-6/+4
2019-01-30Apply shaping to websocket connectionsFrank Diebolt1-4/+6
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-09-17Refactor ejabberd listener APIEvgeny Khramtsov1-50/+44
2018-07-17Move cancel_timer/1 function into 'misc' moduleHolger Weiss1-7/+3
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-3/+2
2018-05-14Optimize HTTP requests memory usageEvgeniy Khramtsov1-4/+3
2018-04-12Pass access option from websocket to c2sPaweł Chmielowski1-0/+1
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-12-26Get rid of ejabberd receiverEvgeniy Khramtsov1-5/+15
2017-08-05Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov1-7/+7
2017-07-27Generate log messages when websocket is closed due timeoutsPaweł Chmielowski1-0/+2
2017-06-23Catch exception that may happen when sending data over websocketPaweł Chmielowski1-2/+8
2017-04-29Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov1-2/+0
2017-04-11Rename aux.erl as misc.erlChristophe Romain1-1/+1
2017-03-30Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov1-1/+1
2017-02-18Fix some dialyzer warningsEvgeniy Khramtsov1-2/+2
2017-01-09Adopt remaining code to support new hooksEvgeniy Khramtsov1-1/+1
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-09-07New stream management option: ack_timeoutHolger Weiss1-0/+1
2016-08-23Fixed #1260 Stream Management feature for the websocket connectionsIgor Manturov Jr1-1/+1
2016-07-30Get rid of "jlib.hrl" dependency in some modulesEvgeniy Khramtsov1-1/+1
2016-02-03Switch to Fast XML moduleMickael Remond1-10/+10
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-12-11Remove http supervisorsChristophe Romain1-1/+1
2015-09-17Let BOSH/WebSocket support "max_resume_timeout"Holger Weiss1-0/+1
2015-09-04Pass stream management options defined in http listener to http-bind and webs...Paweł Chmielowski1-2/+8
2015-08-05Use websocket pings also on old style connectionsPaweł Chmielowski1-4/+3
2015-06-01Add config validation at startupEvgeniy Khramtsov1-4/+12
2015-04-09Fix problem with pushing bufferend #xmlel-s to receiver in websocket codePaweł Chmielowski1-2/+4
2015-04-06Fix problem with c2s buffering on old style websocket connectionsPaweł Chmielowski1-2/+4
2015-03-25Make sure that we send each time <close> before closing websocket connectionPaweł Chmielowski1-1/+13
2015-03-12Update types to fix dialyzer warningsPaweł Chmielowski1-2/+2
2015-02-25Update FSF addressBadlop1-4/+3
2015-02-25Add support for websocket connectionsPaweł Chmielowski1-0/+340