Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ None are provided by the RabbitMQ team (see above).

## Binary Builds for RabbitMQ 3.5.x

Available from the [Community Plugins archive](http://www.rabbitmq.com/community-plugins/),
as well as its dependencies, [rabbitmq_jsonrpc](http://www.rabbitmq.com/community-plugins/v3.5.x/rabbitmq_jsonrpc-3.5.x-c34cb475.ez) and [erlang-rfc4627](http://www.rabbitmq.com/community-plugins/v3.5.x/rfc4627_jsonrpc-3.5.x-git5e67120.ez).
Available from the [Community Plugins archive](https://www.rabbitmq.com/community-plugins/),
as well as its dependencies, [rabbitmq_jsonrpc](https://www.rabbitmq.com/community-plugins/v3.5.x/rabbitmq_jsonrpc-3.5.x-c34cb475.ez) and [erlang-rfc4627](https://www.rabbitmq.com/community-plugins/v3.5.x/rfc4627_jsonrpc-3.5.x-git5e67120.ez).

## Building From Source

You can also compile and install it like any other plugin (see
http://www.rabbitmq.com/plugin-development.html).
https://www.rabbitmq.com/plugin-development.html).

To install and activate the RabbitMQ JSON-RPC channel plugin, copy all
the .ez packages *except rabbit_common* from the plugin's 'dist'
Expand Down
6 changes: 3 additions & 3 deletions priv/www/jquery-1.3.2.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions priv/www/json.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/*
http://www.JSON.org/json2.js
https://www.JSON.org/json2.js
2010-08-25

Public Domain.

NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.

See http://www.JSON.org/js.html
See https://www.JSON.org/js.html


This code should be minified before deployment.
See http://javascript.crockford.com/jsmin.html
See https://javascript.crockford.com/jsmin.html

USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO
NOT CONTROL.
Expand Down
2 changes: 1 addition & 1 deletion priv/www/jsonrpc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion priv/www/prototype-1.4.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* (c) 2005 Sam Stephenson <sam@conio.net>
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://prototype.conio.net/
* For details, see the Prototype web site: https://prototype.conio.net/
*
/*--------------------------------------------------------------------------*/

Expand Down
2 changes: 1 addition & 1 deletion priv/www/rabbitmq-jquery.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion priv/www/rabbitmq-prototype.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion priv/www/rabbitmq.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_jsonrpc_channel.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/
%% at https://www.mozilla.org/MPL/
%%
%% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_jsonrpc_channel_app.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/
%% at https://www.mozilla.org/MPL/
%%
%% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_jsonrpc_channel_app_sup.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/
%% at https://www.mozilla.org/MPL/
%%
%% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_jsonrpc_channel_factory.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/
%% at https://www.mozilla.org/MPL/
%%
%% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_jsonrpc_channel_sup.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% The contents of this file are subject to the Mozilla Public License
%% Version 1.1 (the "License"); you may not use this file except in
%% compliance with the License. You may obtain a copy of the License
%% at http://www.mozilla.org/MPL/
%% at https://www.mozilla.org/MPL/
%%
%% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down