From abea27613ad5eb82e6e238c6101e0b2e6ddffd78 Mon Sep 17 00:00:00 2001 From: Milan Kral Date: Tue, 15 Oct 2019 20:58:54 +0200 Subject: [PATCH] Replace HTTP links with HTTPS links --- AUTHORS | 4 ++-- INTEGRATION.md | 6 +++--- INTERNATIONALIZATION_README.txt | 2 +- JSCommManager.js | 4 ++-- JSCommUI.js | 6 +++--- README.md | 14 +++++++------- code_grabber | 6 +++--- config-sample.js | 4 ++-- event-demo.js | 4 ++-- i18n.js | 2 +- init.js | 4 ++-- jscommunicator.inc | 2 +- jssip-helper.js | 4 ++-- style-event-demo.css | 4 ++-- style-horizontal.css | 4 ++-- webrtc-check.js | 4 ++-- 16 files changed, 37 insertions(+), 37 deletions(-) diff --git a/AUTHORS b/AUTHORS index 00b6ff8..054b7af 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ -Daniel Pocock +Daniel Pocock Juliana Louback Christian Henz -Jeroen Massar +Jeroen Massar elprincipe Yehuda Korotkin Carla Araos diff --git a/INTEGRATION.md b/INTEGRATION.md index 3c6f24d..883bdbb 100644 --- a/INTEGRATION.md +++ b/INTEGRATION.md @@ -5,7 +5,7 @@ Integrating JSCommunicator Setting up a SIP over WebSocket server -------------------------------------- -See the [Real-Time Communication Quick Start Guide](http://rtcquickstart.org) +See the [Real-Time Communication Quick Start Guide](https://rtcquickstart.org) for details about setting up a SIP and TURN server to support WebRTC calls. @@ -29,7 +29,7 @@ Regardless of which framework and scripting language is in use, the approach to integrating JSCommunicator is almost always the same: 1. Check if an existing plugin exists. For example, the - [DruCall plugin for the Drupal CMS](http://drucall.org) or + [DruCall plugin for the Drupal CMS](https://drucall.org) or [WPCall plugin for WebRTC with Wordpress](http://wpcall.org) are both based on JSCommunicator. Using an existing plugin is often easier than creating one yourself. @@ -148,7 +148,7 @@ approach to integrating JSCommunicator is almost always the same: they are permitted to call. The purpose and syntax of each token is explained in the - [reSIProcate wiki page](http://www.resiprocate.org/SIP_Over_WebSocket_Cookies) + [reSIProcate wiki page](https://www.resiprocate.org/SIP_Over_WebSocket_Cookies) The DruCall plugin for Drupal can set either URL parameters (by modifying the WebSocket URL string in config.js) or cookies diff --git a/INTERNATIONALIZATION_README.txt b/INTERNATIONALIZATION_README.txt index f94d962..976f892 100644 --- a/INTERNATIONALIZATION_README.txt +++ b/INTERNATIONALIZATION_README.txt @@ -39,7 +39,7 @@ jquery.i18n.properties-1.0.9.js (see https://code.google.com/p/jquery-i18n-prope Observed bugs ------------------------------------------------ -It is recommended to consult the HTML language code (reference http://www.w3schools.com/tags/ref_language_codes.asp). Theoretically, you can invent your own code, and (provided the code in available_languages.xml corresponds to the name of the .properties file) the select language menu will work. However, the page will not load automatically with the browser language preference (as this uses the HTML language code. +It is recommended to consult the HTML language code (reference https://www.w3schools.com/tags/ref_language_codes.asp). Theoretically, you can invent your own code, and (provided the code in available_languages.xml corresponds to the name of the .properties file) the select language menu will work. However, the page will not load automatically with the browser language preference (as this uses the HTML language code. In addition, different browsers may use different variations of code. For example: ‘en’ and ‘en_US’. To work around this, feel free to make multiple versions of your translation (example: Messages_en.properties and Messages_en_US.properties). Of course, you only need to add one to the available_languages.xml. diff --git a/JSCommManager.js b/JSCommManager.js index e75a066..d61e829 100644 --- a/JSCommManager.js +++ b/JSCommManager.js @@ -1,8 +1,8 @@ /**************************************************************************** JSCommunicator - http://jscommunicator.org + https://jscommunicator.org - Copyright (C) 2013-2015 Daniel Pocock http://danielpocock.com + Copyright (C) 2013-2015 Daniel Pocock https://danielpocock.com Copyright (C) 2014 Juliana Louback http://julianalouback.com The JavaScript code in this page is free software: you can diff --git a/JSCommUI.js b/JSCommUI.js index 49c0200..02ce8e4 100644 --- a/JSCommUI.js +++ b/JSCommUI.js @@ -1,8 +1,8 @@ /**************************************************************************** JSCommunicator - http://jscommunicator.org + https://jscommunicator.org - Copyright (C) 2013-2015 Daniel Pocock http://danielpocock.com + Copyright (C) 2013-2015 Daniel Pocock https://danielpocock.com Copyright (C) 2014 Juliana Louback http://julianalouback.com The JavaScript code in this page is free software: you can @@ -18,7 +18,7 @@ provided you include this license notice and a URL through which recipients can access the Corresponding Source. - Portions of this file adapted from JsSIP, http://jssip.net + Portions of this file adapted from JsSIP, https://jssip.net Copyright © 2012-2013 José Luis Millán – Versatica diff --git a/README.md b/README.md index 66e14d2..765021c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ JSCommunicator is a WebRTC communication tool developed in HTML, CSS and JavaScript. It supports voice, video and chat messaging using the SIP protocol over WebSockets. -Please see http://jscommunicator.org for more details about features, +Please see https://jscommunicator.org for more details about features, examples, mailing lists and the latest source code. Server requirements @@ -18,12 +18,12 @@ SIP over WebSockets transport. Only recent versions of the SIP proxies support WebSockets. repro from reSIProcate - http://www.resiprocate.org + https://www.resiprocate.org Kamailio - http://www.kamailio.org + https://www.kamailio.org -See the [Real-Time Communication Quick Start Guide](http://rtcquickstart.org) +See the [Real-Time Communication Quick Start Guide](https://rtcquickstart.org) for details about setting up a SIP and TURN server to support WebRTC calls. @@ -74,7 +74,7 @@ Use cases managed by a CMS. Configure the CMS to send the JavaScript to the user or include