aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_http_ws.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Allow for specifying the "max_resume_timeout" option in an ejabberd_http listener for ejabberd_http_bind and/or ejabberd_http_ws.
* Pass stream management options defined in http listener to http-bind and ↵Paweł Chmielowski2015-09-041-2/+8
| | | | websocket
* 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
| | | | | | | | Old style websocket do use binaries for transferring data to C2S, so when we buffer that data we need to handle it different than list of #xml structs used by new style connections. This fixes github issue #515.
* 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