Commit Graph

261 Commits

Author SHA1 Message Date
Jean-Sébastien Pédron de0f54de44 Update rabbitmq-components.mk 2015-10-26 10:21:27 +01:00
Jean-Sébastien Pédron e5accd99f2 Update erlang.mk 2015-10-23 18:33:22 +02:00
Jean-Sébastien Pédron 1932e6390d Update rabbitmq-components.mk 2015-10-23 16:05:53 +02:00
Jean-Sébastien Pédron 21ab1165fc Update erlang.mk 2015-10-22 18:35:04 +02:00
Jean-Sébastien Pédron 0b6712f36c Update rabbitmq-components.mk 2015-10-19 17:35:46 +02:00
Jean-Sébastien Pédron 1c5008d427 Update erlang.mk 2015-10-19 17:13:01 +02:00
Jean-Sébastien Pédron feda4c201e Update rabbitmq-components.mk 2015-10-19 17:11:42 +02:00
Jean-Sébastien Pédron 91db93f23e Initial move to erlang.mk 2015-10-19 16:51:28 +02:00
Michael Klishin 623d1f8fe0 Merge pull request #6 from rabbitmq/rabbitmq-web-stomp-4
Update SockJS client to 1.0.3
2015-09-09 03:11:32 -07:00
Loïc Hoguin bb4a0aa58e Remove now unused included SockJS file
We require an external jQuery already, and SockJS provides
a CDN hosted file, so let's use that instead. Will make updating
easier in the future.
2015-09-09 12:00:04 +02:00
Loïc Hoguin 4b0282aa63 Update SockJS client to 1.0.3 2015-09-09 11:48:45 +02:00
Loïc Hoguin f48a195241 Enable STOMP heartbeat for raw Websocket examples 2015-09-09 11:34:11 +02:00
Loïc Hoguin f0d1e3b46c Update examples to test the plain Cowboy Websocket route 2015-08-10 16:22:08 +02:00
Michael Klishin cca22763ea Sync CONTRIBUTING.md with the template one 2015-02-20 17:09:57 +03:00
Jean-Sébastien Pédron 5846edcddd Merge branch 'stable' 2015-02-19 18:13:21 +01:00
Jean-Sébastien Pédron 1a75abb13c Convert .hgignore to .gitignore 2015-02-19 17:26:02 +01:00
Michael Klishin 89b0eed458 Sync CONTRIBUTING.md with the template one 2015-02-18 00:26:15 +03:00
Jean-Sébastien Pédron a1a04a818f Remove the "moved to GitHub" warning. 2015-02-17 21:20:29 +01:00
Jean-Sebastien Pedron 3e1eb95f4c README.md: Warn about the move to GitHub 2015-02-17 18:23:05 +01:00
Simon MacMullen 44db3875d2 Remove use of SockJS CDN 2014-09-26 12:14:11 +01:00
Simon MacMullen ef9af8a8d0 Update copyright for 2014 2014-03-17 17:25:26 +00:00
Emile Joubert 9c1cfc6409 Set default content-type to text/plain 2013-11-27 10:53:24 +00:00
Simon MacMullen 74584b1508 Whitespace / distance from default. 2013-08-09 15:37:23 +01:00
Emile Joubert 23ec16c4be Update port in README 2013-08-08 13:25:00 +01:00
Emile Joubert 456c0cf38c Disable heartbeats in both directions 2013-08-08 13:24:32 +01:00
Jeff Mesnil dd052cf448 add Temporary Queues example
also, fix instantiation of Stomp.client to use SockJS and disable
incoming heartbeats (not supported by SockJS)
2013-08-08 12:12:27 +02:00
Emile Joubert c9b4ae4e8c Update stomp.js to support messages from implicit subscriptions 2013-08-07 16:06:26 +01:00
Simon MacMullen f8a20be7e3 s/VMware/GoPivotal/g 2013-07-01 10:49:15 +01:00
Simon MacMullen 3539a33009 stable to default 2013-02-08 12:25:58 +00:00
Simon MacMullen 23cd77d66a Rename rabbitmq-mochiweb to rabbitmq-web-dispatch 2013-02-08 12:25:58 +00:00
Simon MacMullen 604bc34b39 stable to default 2013-01-24 13:15:54 +00:00
Emile Joubert 85c0cf6e8b Update copyright 2013 2013-01-23 13:19:39 +00:00
Emile Joubert 1d3392bdab Turn off heartbeats in examples - they're unsupported in SockJS 2013-01-08 15:24:56 +00:00
Emile Joubert e50ef5ba67 Fix second example 2012-12-20 11:28:43 +00:00
Jeff Mesnil 903a68c14b STOMP 1.1 Over WebSocket
* udpate echo.html to use Stomp.over(ws) to pass the SockJS object
2012-12-19 17:14:22 +01:00
Matthias Radestock beaeeb9fcc cosmetic 2012-12-10 13:30:50 +00:00
Simon MacMullen 5e73f06d23 Well, that was a bit less super than hoped for. Make the application behaviour return a real supervisor, since it will be expected to respond to messages as such. 2012-12-10 12:55:26 +00:00
Jeff Mesnil b09aa9e0d9 STOMP 1.1 Over WebSocket
* update stomp.js library to support STOMP 1.1 (including
  heart-beating).
* The js file was taken from  https://raw.github.com/jmesnil/stomp-websocket/master/dist/stomp.js.
2012-12-03 10:33:28 +01:00
Simon MacMullen 802db883d1 Oh yeah, change those too. 2012-11-09 12:01:37 +00:00
Simon MacMullen 7097897c50 Change port out of ephemeral range. 2012-11-09 11:50:53 +00:00
Simon MacMullen 71db4a95fd Update 2012-10-30 15:16:06 +00:00
Marek Majkowski 947be1420e Update examples to new API by stomp.js 2012-08-14 10:27:43 +01:00
Marek Majkowski 4393d2bc4b ArrayBuffer is not supported by older browsers 2012-08-14 10:14:53 +01:00
Marek Majkowski 8b6c453a73 Updated stomp.js as per 2b60c399d70dd6494dedd52ba2f7b8ff2446998b.
Source: 2b60c399d7/dist/stomp.js
2012-08-14 10:08:27 +01:00
Marek Majkowski 7dc5f675c1 forgot to mention mochiweb in dependencies 2012-05-11 17:20:22 +01:00
Marek Majkowski a6a78514ec change ordering of deps - mochiweb in front 2012-05-11 16:56:26 +01:00
Marek Majkowski 16d54e00e3 updated readme 2012-05-11 16:55:30 +01:00
Marek Majkowski ff425a1267 onresize the shapes drawn by others were lost 2012-05-09 12:08:19 +01:00
Simon MacMullen 08ba9b7e57 A ton of aesthetic changes, a less ugly rabbit, a bit of navigation, some other polish. 2012-05-02 16:07:22 +01:00
Marek Majkowski 904ad7057f README 2012-04-03 15:35:10 +01:00
Marek Majkowski c3ee09ce1a index 2012-04-03 15:35:05 +01:00
Marek Majkowski 1207717654 cosmetic: js tweeks 2012-04-03 15:33:47 +01:00
Marek Majkowski 9919f2524f bunny example, moved things around 2012-04-03 15:11:26 +01:00
Marek Majkowski 9e3b255f60 ArrayBuffer is not supported by older browsers 2012-04-03 15:08:35 +01:00
Marek Majkowski 322fce11ef We do depend on rabbitmq-mochiweb 2012-03-06 16:20:52 +00:00
Marek Majkowski 9627afb6c9 typo 2012-03-02 14:04:52 +00:00
Marek Majkowski 57cb39bf89 Add licenses 2012-03-02 14:03:24 +00:00
Marek Majkowski 738c0a4c25 License boilerplate 2012-02-28 11:30:35 +00:00
Marek Majkowski 44cc8fff6b Simplify, make prettier and shorter example 2012-02-27 17:18:54 +00:00
Marek Majkowski dbdde719fe hgignore 2012-02-27 17:18:29 +00:00
Marek Majkowski ffb724012d Skeleton 2012-02-27 16:22:48 +00:00