aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_http_ws.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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