summaryrefslogtreecommitdiff
path: root/src/ejabberd_websocket.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Paweł Chmielowski2015-09-041-2/+4
| | | | websocket
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
|
* ejabberd_websocket: Ignore case of header valuesHolger Weiss2015-04-051-2/+3
| | | | | | | | RFC 6455 says that the client's opening handshake includes an Upgrade header field "containing the value 'websocket', treated as an ASCII case-insensitive value." Closes #510.
* Add support for websocket connectionsPaweł Chmielowski2015-02-251-0/+403